Skip to content

Commit aaee921

Browse files
dependabot[bot]eliias
authored andcommitted
chore(deps): bump eslint from 9.16.0 to 9.17.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.16.0 to 9.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.16.0...v9.17.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51dd556 commit aaee921

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

packages/eslint-config-custom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@typescript-eslint/eslint-plugin": "^7.15.0",
1212
"@typescript-eslint/parser": "^8.3.0",
13-
"eslint": "^9.16.0",
13+
"eslint": "^9.17.0",
1414
"eslint-config-prettier": "^9.1.0"
1515
},
1616
"engines": {

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -1431,10 +1431,10 @@
14311431
minimatch "^3.1.2"
14321432
strip-json-comments "^3.1.1"
14331433

1434-
"@eslint/js@9.16.0":
1435-
version "9.16.0"
1436-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.16.0.tgz#3df2b2dd3b9163056616886c86e4082f45dbf3f4"
1437-
integrity sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==
1434+
"@eslint/js@9.17.0":
1435+
version "9.17.0"
1436+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.17.0.tgz#1523e586791f80376a6f8398a3964455ecc651ec"
1437+
integrity sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==
14381438

14391439
"@eslint/object-schema@^2.1.4":
14401440
version "2.1.4"
@@ -3155,7 +3155,7 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
31553155
shebang-command "^1.2.0"
31563156
which "^1.2.9"
31573157

3158-
cross-spawn@^7.0.0, cross-spawn@^7.0.5:
3158+
cross-spawn@^7.0.0, cross-spawn@^7.0.6:
31593159
version "7.0.6"
31603160
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
31613161
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -3780,17 +3780,17 @@ eslint@^6.1.0:
37803780
text-table "^0.2.0"
37813781
v8-compile-cache "^2.0.3"
37823782

3783-
eslint@^9.16.0:
3784-
version "9.16.0"
3785-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.16.0.tgz#66832e66258922ac0a626f803a9273e37747f2a6"
3786-
integrity sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==
3783+
eslint@^9.17.0:
3784+
version "9.17.0"
3785+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.17.0.tgz#faa1facb5dd042172fdc520106984b5c2421bb0c"
3786+
integrity sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==
37873787
dependencies:
37883788
"@eslint-community/eslint-utils" "^4.2.0"
37893789
"@eslint-community/regexpp" "^4.12.1"
37903790
"@eslint/config-array" "^0.19.0"
37913791
"@eslint/core" "^0.9.0"
37923792
"@eslint/eslintrc" "^3.2.0"
3793-
"@eslint/js" "9.16.0"
3793+
"@eslint/js" "9.17.0"
37943794
"@eslint/plugin-kit" "^0.2.3"
37953795
"@humanfs/node" "^0.16.6"
37963796
"@humanwhocodes/module-importer" "^1.0.1"
@@ -3799,7 +3799,7 @@ eslint@^9.16.0:
37993799
"@types/json-schema" "^7.0.15"
38003800
ajv "^6.12.4"
38013801
chalk "^4.0.0"
3802-
cross-spawn "^7.0.5"
3802+
cross-spawn "^7.0.6"
38033803
debug "^4.3.2"
38043804
escape-string-regexp "^4.0.0"
38053805
eslint-scope "^8.2.0"

0 commit comments

Comments
 (0)