From 32d2513bb6d78cd1802133cd4edd199c332f0f7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 21:30:26 +0000 Subject: [PATCH] bump(deps): update dependency @eslint/js to ^8.57.0 --- pnpm-lock.yaml | 9 +++++++-- workspace/eslint-config/package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 41aa89e5..f476f889 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -277,8 +277,8 @@ importers: workspace/eslint-config: dependencies: '@eslint/js': - specifier: ^8.56.0 - version: 8.56.0 + specifier: ^8.57.0 + version: 8.57.0 eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.56.0) @@ -922,6 +922,11 @@ packages: resolution: {integrity: sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /@eslint/js@8.57.0: + resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: false + /@heroicons/react@2.1.1(react@18.2.0): resolution: {integrity: sha512-JyyN9Lo66kirbCMuMMRPtJxtKJoIsXKS569ebHGGRKbl8s4CtUfLnyKJxteA+vIKySocO4s1SkTkGS4xtG/yEA==} peerDependencies: diff --git a/workspace/eslint-config/package.json b/workspace/eslint-config/package.json index f0d5cf2c..ce00f666 100644 --- a/workspace/eslint-config/package.json +++ b/workspace/eslint-config/package.json @@ -3,7 +3,7 @@ "private": true, "main": "./index.js", "dependencies": { - "@eslint/js": "^8.56.0", + "@eslint/js": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-no-only-tests": "^3.1.0",