Skip to content

Commit a64ba8f

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"less": "1.7.5"
2424
},
2525
"devDependencies": {
26-
"eslint": "9.15.0",
26+
"eslint": "9.16.0",
2727
"eslint-config-prettier": "9.1.0",
2828
"eslint-plugin-jest": "28.9.0",
2929
"express": "4.21.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -589,10 +589,10 @@
589589
minimatch "^3.1.2"
590590
strip-json-comments "^3.1.1"
591591

592-
"@eslint/js@9.15.0":
593-
version "9.15.0"
594-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5"
595-
integrity sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==
592+
"@eslint/js@9.16.0":
593+
version "9.16.0"
594+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.16.0.tgz#3df2b2dd3b9163056616886c86e4082f45dbf3f4"
595+
integrity sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==
596596

597597
"@eslint/object-schema@^2.1.4":
598598
version "2.1.4"
@@ -2126,17 +2126,17 @@ eslint-visitor-keys@^4.2.0:
21262126
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
21272127
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
21282128

2129-
eslint@9.15.0:
2130-
version "9.15.0"
2131-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.15.0.tgz#77c684a4e980e82135ebff8ee8f0a9106ce6b8a6"
2132-
integrity sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==
2129+
eslint@9.16.0:
2130+
version "9.16.0"
2131+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.16.0.tgz#66832e66258922ac0a626f803a9273e37747f2a6"
2132+
integrity sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==
21332133
dependencies:
21342134
"@eslint-community/eslint-utils" "^4.2.0"
21352135
"@eslint-community/regexpp" "^4.12.1"
21362136
"@eslint/config-array" "^0.19.0"
21372137
"@eslint/core" "^0.9.0"
21382138
"@eslint/eslintrc" "^3.2.0"
2139-
"@eslint/js" "9.15.0"
2139+
"@eslint/js" "9.16.0"
21402140
"@eslint/plugin-kit" "^0.2.3"
21412141
"@humanfs/node" "^0.16.6"
21422142
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)