Skip to content

Commit b6575d6

Browse files
chore(deps): update dependency eslint to v9.16.0 (#362)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a3f501 commit b6575d6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/jest": "^29.5.13",
5050
"@types/node": "22.10.1",
5151
"@types/sinon": "17.0.3",
52-
"eslint": "9.15.0",
52+
"eslint": "9.16.0",
5353
"eslint-config-prettier": "9.1.0",
5454
"eslint-plugin-import": "2.31.0",
5555
"eslint-plugin-prettier": "5.2.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,10 @@
374374
minimatch "^3.1.2"
375375
strip-json-comments "^3.1.1"
376376

377-
"@eslint/js@9.15.0":
378-
version "9.15.0"
379-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5"
380-
integrity sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==
377+
"@eslint/js@9.16.0":
378+
version "9.16.0"
379+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.16.0.tgz#3df2b2dd3b9163056616886c86e4082f45dbf3f4"
380+
integrity sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==
381381

382382
"@eslint/object-schema@^2.1.4":
383383
version "2.1.4"
@@ -1874,17 +1874,17 @@ eslint-visitor-keys@^4.2.0:
18741874
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
18751875
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
18761876

1877-
eslint@9.15.0:
1878-
version "9.15.0"
1879-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.15.0.tgz#77c684a4e980e82135ebff8ee8f0a9106ce6b8a6"
1880-
integrity sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==
1877+
eslint@9.16.0:
1878+
version "9.16.0"
1879+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.16.0.tgz#66832e66258922ac0a626f803a9273e37747f2a6"
1880+
integrity sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==
18811881
dependencies:
18821882
"@eslint-community/eslint-utils" "^4.2.0"
18831883
"@eslint-community/regexpp" "^4.12.1"
18841884
"@eslint/config-array" "^0.19.0"
18851885
"@eslint/core" "^0.9.0"
18861886
"@eslint/eslintrc" "^3.2.0"
1887-
"@eslint/js" "9.15.0"
1887+
"@eslint/js" "9.16.0"
18881888
"@eslint/plugin-kit" "^0.2.3"
18891889
"@humanfs/node" "^0.16.6"
18901890
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)