Skip to content

Commit 8aa539e

Browse files
chore(dev-deps): bump eslint from 9.30.0 to 9.30.1 (#359)
Bumps [eslint](https://github.com/eslint/eslint) from 9.30.0 to 9.30.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.30.0...v9.30.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.30.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 934c460 commit 8aa539e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/mocha": "^10",
3030
"@types/node": "^16.18.126",
3131
"chai": "^4",
32-
"eslint": "^9.30.0",
32+
"eslint": "^9.30.1",
3333
"eslint-config-oclif": "^6.0.76",
3434
"eslint-config-prettier": "^10.1.5",
3535
"mocha": "^10",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,10 +1012,10 @@
10121012
minimatch "^3.1.2"
10131013
strip-json-comments "^3.1.1"
10141014

1015-
"@eslint/js@9.30.0", "@eslint/js@^9.28.0":
1016-
version "9.30.0"
1017-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.0.tgz#c396fa450d5505dd9b7b8846b33f0491aebd9a2d"
1018-
integrity sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==
1015+
"@eslint/js@9.30.1", "@eslint/js@^9.28.0":
1016+
version "9.30.1"
1017+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d"
1018+
integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==
10191019

10201020
"@eslint/json@^0.12.0":
10211021
version "0.12.0"
@@ -4246,18 +4246,18 @@ eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
42464246
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
42474247
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
42484248

4249-
eslint@^9.30.0:
4250-
version "9.30.0"
4251-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.0.tgz#fb0c655f5e28fc1b2f4050c28efa1876d78034fc"
4252-
integrity sha512-iN/SiPxmQu6EVkf+m1qpBxzUhE12YqFLOSySuOyVLJLEF9nzTf+h/1AJYc1JWzCnktggeNrjvQGLngDzXirU6g==
4249+
eslint@^9.30.1:
4250+
version "9.30.1"
4251+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.1.tgz#d4107b39964412acd9b5c0744f1c6df514fa1211"
4252+
integrity sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==
42534253
dependencies:
42544254
"@eslint-community/eslint-utils" "^4.2.0"
42554255
"@eslint-community/regexpp" "^4.12.1"
42564256
"@eslint/config-array" "^0.21.0"
42574257
"@eslint/config-helpers" "^0.3.0"
42584258
"@eslint/core" "^0.14.0"
42594259
"@eslint/eslintrc" "^3.3.1"
4260-
"@eslint/js" "9.30.0"
4260+
"@eslint/js" "9.30.1"
42614261
"@eslint/plugin-kit" "^0.3.1"
42624262
"@humanfs/node" "^0.16.6"
42634263
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)