Skip to content

Commit 5a4c8d0

Browse files
Bump eslint from 8.54.0 to 8.57.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.54.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8321e5d commit 5a4c8d0

File tree

3 files changed

+75
-75
lines changed

3 files changed

+75
-75
lines changed

package-lock.json

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "npm run lint && npm run build"
1111
},
1212
"dependencies": {
13-
"eslint": "8.54.0",
13+
"eslint": "8.57.0",
1414
"eslint-config-next": "14.0.3",
1515
"next": "14.0.3",
1616
"react": "18.2.0",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
version "4.8.1"
2727
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.1.tgz"
2828

29-
"@eslint/eslintrc@^2.1.3":
30-
version "2.1.3"
31-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
29+
"@eslint/eslintrc@^2.1.4":
30+
version "2.1.4"
31+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
3232
dependencies:
3333
ajv "^6.12.4"
3434
debug "^4.3.2"
@@ -40,25 +40,25 @@
4040
minimatch "^3.1.2"
4141
strip-json-comments "^3.1.1"
4242

43-
"@eslint/js@8.54.0":
44-
version "8.54.0"
45-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.54.0.tgz#4fab9a2ff7860082c304f750e94acd644cf984cf"
43+
"@eslint/js@8.57.0":
44+
version "8.57.0"
45+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
4646

47-
"@humanwhocodes/config-array@^0.11.13":
48-
version "0.11.13"
49-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
47+
"@humanwhocodes/config-array@^0.11.14":
48+
version "0.11.14"
49+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
5050
dependencies:
51-
"@humanwhocodes/object-schema" "^2.0.1"
52-
debug "^4.1.1"
51+
"@humanwhocodes/object-schema" "^2.0.2"
52+
debug "^4.3.1"
5353
minimatch "^3.0.5"
5454

5555
"@humanwhocodes/module-importer@^1.0.1":
5656
version "1.0.1"
5757
resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
5858

59-
"@humanwhocodes/object-schema@^2.0.1":
60-
version "2.0.1"
61-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
59+
"@humanwhocodes/object-schema@^2.0.2":
60+
version "2.0.2"
61+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
6262

6363
"@jridgewell/gen-mapping@^0.3.2":
6464
version "0.3.3"
@@ -502,7 +502,7 @@ debug@^3.2.7:
502502
dependencies:
503503
ms "^2.1.1"
504504

505-
debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
505+
debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
506506
version "4.3.4"
507507
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
508508
dependencies:
@@ -789,15 +789,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
789789
version "3.4.3"
790790
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
791791

792-
eslint@8.54.0:
793-
version "8.54.0"
794-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.54.0.tgz#588e0dd4388af91a2e8fa37ea64924074c783537"
792+
eslint@8.57.0:
793+
version "8.57.0"
794+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
795795
dependencies:
796796
"@eslint-community/eslint-utils" "^4.2.0"
797797
"@eslint-community/regexpp" "^4.6.1"
798-
"@eslint/eslintrc" "^2.1.3"
799-
"@eslint/js" "8.54.0"
800-
"@humanwhocodes/config-array" "^0.11.13"
798+
"@eslint/eslintrc" "^2.1.4"
799+
"@eslint/js" "8.57.0"
800+
"@humanwhocodes/config-array" "^0.11.14"
801801
"@humanwhocodes/module-importer" "^1.0.1"
802802
"@nodelib/fs.walk" "^1.2.8"
803803
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)