Skip to content

Commit 9f1d05e

Browse files
Bump eslint from 8.57.0 to 8.57.1 in the eslint group
Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint). Updates `eslint` from 8.57.0 to 8.57.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v8.57.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d726cb8 commit 9f1d05e

File tree

2 files changed

+75
-2
lines changed

2 files changed

+75
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/jest": "^29.5.13",
4747
"@types/lodash": "^4.17.7",
4848
"@types/node": "^22.5.5",
49-
"eslint": "^8.57.0",
49+
"eslint": "^8.57.1",
5050
"eslint-plugin-jest": "^28.8.3",
5151
"fast-glob": "^3.3.2",
5252
"husky": "^9.1.6",

yarn.lock

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,13 @@ __metadata:
443443
languageName: node
444444
linkType: hard
445445

446+
"@eslint/js@npm:8.57.1":
447+
version: 8.57.1
448+
resolution: "@eslint/js@npm:8.57.1"
449+
checksum: b489c474a3b5b54381c62e82b3f7f65f4b8a5eaaed126546520bf2fede5532a8ed53212919fed1e9048dcf7f37167c8561d58d0ba4492a4244004e7793805223
450+
languageName: node
451+
linkType: hard
452+
446453
"@humanwhocodes/config-array@npm:^0.11.14":
447454
version: 0.11.14
448455
resolution: "@humanwhocodes/config-array@npm:0.11.14"
@@ -454,6 +461,17 @@ __metadata:
454461
languageName: node
455462
linkType: hard
456463

464+
"@humanwhocodes/config-array@npm:^0.13.0":
465+
version: 0.13.0
466+
resolution: "@humanwhocodes/config-array@npm:0.13.0"
467+
dependencies:
468+
"@humanwhocodes/object-schema": "npm:^2.0.3"
469+
debug: "npm:^4.3.1"
470+
minimatch: "npm:^3.0.5"
471+
checksum: 205c99e756b759f92e1f44a3dc6292b37db199beacba8f26c2165d4051fe73a4ae52fdcfd08ffa93e7e5cb63da7c88648f0e84e197d154bbbbe137b2e0dd332e
472+
languageName: node
473+
linkType: hard
474+
457475
"@humanwhocodes/module-importer@npm:^1.0.1":
458476
version: 1.0.1
459477
resolution: "@humanwhocodes/module-importer@npm:1.0.1"
@@ -468,6 +486,13 @@ __metadata:
468486
languageName: node
469487
linkType: hard
470488

489+
"@humanwhocodes/object-schema@npm:^2.0.3":
490+
version: 2.0.3
491+
resolution: "@humanwhocodes/object-schema@npm:2.0.3"
492+
checksum: 80520eabbfc2d32fe195a93557cef50dfe8c8905de447f022675aaf66abc33ae54098f5ea78548d925aa671cd4ab7c7daa5ad704fe42358c9b5e7db60f80696c
493+
languageName: node
494+
linkType: hard
495+
471496
"@isaacs/cliui@npm:^8.0.2":
472497
version: 8.0.2
473498
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -837,7 +862,7 @@ __metadata:
837862
"@types/node": "npm:^22.5.5"
838863
ajv: "npm:^8.17.1"
839864
ajv-formats: "npm:^3.0.1"
840-
eslint: "npm:^8.57.0"
865+
eslint: "npm:^8.57.1"
841866
eslint-plugin-jest: "npm:^28.8.3"
842867
fast-glob: "npm:^3.3.2"
843868
husky: "npm:^9.1.6"
@@ -2608,6 +2633,54 @@ __metadata:
26082633
languageName: node
26092634
linkType: hard
26102635

2636+
"eslint@npm:^8.57.1":
2637+
version: 8.57.1
2638+
resolution: "eslint@npm:8.57.1"
2639+
dependencies:
2640+
"@eslint-community/eslint-utils": "npm:^4.2.0"
2641+
"@eslint-community/regexpp": "npm:^4.6.1"
2642+
"@eslint/eslintrc": "npm:^2.1.4"
2643+
"@eslint/js": "npm:8.57.1"
2644+
"@humanwhocodes/config-array": "npm:^0.13.0"
2645+
"@humanwhocodes/module-importer": "npm:^1.0.1"
2646+
"@nodelib/fs.walk": "npm:^1.2.8"
2647+
"@ungap/structured-clone": "npm:^1.2.0"
2648+
ajv: "npm:^6.12.4"
2649+
chalk: "npm:^4.0.0"
2650+
cross-spawn: "npm:^7.0.2"
2651+
debug: "npm:^4.3.2"
2652+
doctrine: "npm:^3.0.0"
2653+
escape-string-regexp: "npm:^4.0.0"
2654+
eslint-scope: "npm:^7.2.2"
2655+
eslint-visitor-keys: "npm:^3.4.3"
2656+
espree: "npm:^9.6.1"
2657+
esquery: "npm:^1.4.2"
2658+
esutils: "npm:^2.0.2"
2659+
fast-deep-equal: "npm:^3.1.3"
2660+
file-entry-cache: "npm:^6.0.1"
2661+
find-up: "npm:^5.0.0"
2662+
glob-parent: "npm:^6.0.2"
2663+
globals: "npm:^13.19.0"
2664+
graphemer: "npm:^1.4.0"
2665+
ignore: "npm:^5.2.0"
2666+
imurmurhash: "npm:^0.1.4"
2667+
is-glob: "npm:^4.0.0"
2668+
is-path-inside: "npm:^3.0.3"
2669+
js-yaml: "npm:^4.1.0"
2670+
json-stable-stringify-without-jsonify: "npm:^1.0.1"
2671+
levn: "npm:^0.4.1"
2672+
lodash.merge: "npm:^4.6.2"
2673+
minimatch: "npm:^3.1.2"
2674+
natural-compare: "npm:^1.4.0"
2675+
optionator: "npm:^0.9.3"
2676+
strip-ansi: "npm:^6.0.1"
2677+
text-table: "npm:^0.2.0"
2678+
bin:
2679+
eslint: bin/eslint.js
2680+
checksum: 1fd31533086c1b72f86770a4d9d7058ee8b4643fd1cfd10c7aac1ecb8725698e88352a87805cf4b2ce890aa35947df4b4da9655fb7fdfa60dbb448a43f6ebcf1
2681+
languageName: node
2682+
linkType: hard
2683+
26112684
"espree@npm:^9.6.0, espree@npm:^9.6.1":
26122685
version: 9.6.1
26132686
resolution: "espree@npm:9.6.1"

0 commit comments

Comments
 (0)