Skip to content

Commit 9fb19f8

Browse files
Merge pull request #1022 from devoxa/renovate/eslint-monorepo
Update dependency eslint from 9.30.0 to 9.30.1
2 parents a18ed51 + cb89be1 commit 9fb19f8

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
@@ -32,7 +32,7 @@
3232
"@types/pako": "2.0.3",
3333
"benchmark": "2.1.4",
3434
"esbuild": "0.25.1",
35-
"eslint": "9.30.0",
35+
"eslint": "9.30.1",
3636
"fast-glob": "3.3.3",
3737
"fast-memoize": "2.5.2",
3838
"filesize": "10.1.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,10 @@
693693
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.17.0.tgz#1523e586791f80376a6f8398a3964455ecc651ec"
694694
integrity sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==
695695

696-
"@eslint/js@9.30.0":
697-
version "9.30.0"
698-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.0.tgz#c396fa450d5505dd9b7b8846b33f0491aebd9a2d"
699-
integrity sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==
696+
"@eslint/js@9.30.1":
697+
version "9.30.1"
698+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d"
699+
integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==
700700

701701
"@eslint/object-schema@^2.1.6":
702702
version "2.1.6"
@@ -2476,18 +2476,18 @@ eslint-visitor-keys@^4.2.1:
24762476
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
24772477
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
24782478

2479-
eslint@9.30.0:
2480-
version "9.30.0"
2481-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.0.tgz#fb0c655f5e28fc1b2f4050c28efa1876d78034fc"
2482-
integrity sha512-iN/SiPxmQu6EVkf+m1qpBxzUhE12YqFLOSySuOyVLJLEF9nzTf+h/1AJYc1JWzCnktggeNrjvQGLngDzXirU6g==
2479+
eslint@9.30.1:
2480+
version "9.30.1"
2481+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.1.tgz#d4107b39964412acd9b5c0744f1c6df514fa1211"
2482+
integrity sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==
24832483
dependencies:
24842484
"@eslint-community/eslint-utils" "^4.2.0"
24852485
"@eslint-community/regexpp" "^4.12.1"
24862486
"@eslint/config-array" "^0.21.0"
24872487
"@eslint/config-helpers" "^0.3.0"
24882488
"@eslint/core" "^0.14.0"
24892489
"@eslint/eslintrc" "^3.3.1"
2490-
"@eslint/js" "9.30.0"
2490+
"@eslint/js" "9.30.1"
24912491
"@eslint/plugin-kit" "^0.3.1"
24922492
"@humanfs/node" "^0.16.6"
24932493
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)