chore(deps): update dependency eslint to ^9.30.1

This commit is contained in:
renovate[bot] 2025-07-01 22:00:01 +00:00 committed by GitHub
parent b4570c6c71
commit 3c21fd21de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -40,7 +40,7 @@
"@jsdoc/util": "^0.3.0",
"ajv": "^8.17.1",
"c8": "^10.1.3",
"eslint": "^9.30.0",
"eslint": "^9.30.1",
"execa": "^9.6.0",
"hereby": "^1.11.0",
"husky": "^9.1.7",
@ -520,9 +520,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.30.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.0.tgz",
"integrity": "sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==",
"version": "9.30.1",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.1.tgz",
"integrity": "sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==",
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@ -2023,9 +2023,9 @@
}
},
"node_modules/eslint": {
"version": "9.30.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.30.0.tgz",
"integrity": "sha512-iN/SiPxmQu6EVkf+m1qpBxzUhE12YqFLOSySuOyVLJLEF9nzTf+h/1AJYc1JWzCnktggeNrjvQGLngDzXirU6g==",
"version": "9.30.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.30.1.tgz",
"integrity": "sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==",
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
@ -2034,7 +2034,7 @@
"@eslint/config-helpers": "^0.3.0",
"@eslint/core": "^0.14.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "9.30.0",
"@eslint/js": "9.30.1",
"@eslint/plugin-kit": "^0.3.1",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
@ -6328,7 +6328,7 @@
"node": "^20.19.0 || ^22.12.0 || >=23.0.0"
},
"peerDependencies": {
"eslint": "^9.30.0",
"eslint": "^9.30.1",
"prettier": "^3.6.2"
}
},

View File

@ -18,7 +18,7 @@
"@jsdoc/util": "^0.3.0",
"ajv": "^8.17.1",
"c8": "^10.1.3",
"eslint": "^9.30.0",
"eslint": "^9.30.1",
"execa": "^9.6.0",
"hereby": "^1.11.0",
"husky": "^9.1.7",

View File

@ -18,7 +18,7 @@
"globals": "^16.3.0"
},
"peerDependencies": {
"eslint": "^9.30.0",
"eslint": "^9.30.1",
"prettier": "^3.6.2"
},
"publishConfig": {