chore(deps): update dependency eslint to v9.16.0

This commit is contained in:
renovate[bot] 2024-11-29 22:09:00 +00:00 committed by GitHub
parent e9e86a1fb0
commit fd89d27775
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

@ -39,7 +39,7 @@
"@jsdoc/util": "^0.3.0",
"ajv": "^8.17.1",
"c8": "^10.1.2",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"execa": "^9.5.1",
"hereby": "^1.10.0",
"husky": "^9.1.7",
@ -536,9 +536,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.15.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.15.0.tgz",
"integrity": "sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==",
"version": "9.16.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.16.0.tgz",
"integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==",
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@ -3989,9 +3989,9 @@
}
},
"node_modules/eslint": {
"version": "9.15.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz",
"integrity": "sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==",
"version": "9.16.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.16.0.tgz",
"integrity": "sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==",
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
@ -3999,7 +3999,7 @@
"@eslint/config-array": "^0.19.0",
"@eslint/core": "^0.9.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "9.15.0",
"@eslint/js": "9.16.0",
"@eslint/plugin-kit": "^0.2.3",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
@ -12208,7 +12208,7 @@
"node": ">=v18.12.0"
},
"peerDependencies": {
"eslint": ">= 9.15.0",
"eslint": ">= 9.16.0",
"prettier": ">= 3.4.1"
}
},

View File

@ -18,7 +18,7 @@
"@jsdoc/util": "^0.3.0",
"ajv": "^8.17.1",
"c8": "^10.1.2",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"execa": "^9.5.1",
"hereby": "^1.10.0",
"husky": "^9.1.7",

View File

@ -18,7 +18,7 @@
"globals": "^15.12.0"
},
"peerDependencies": {
"eslint": ">= 9.15.0",
"eslint": ">= 9.16.0",
"prettier": ">= 3.4.1"
},
"publishConfig": {