chore(deps-dev): Bump @eslint/js from 9.37.0 to 9.38.0 (#75)

This commit is contained in:
dependabot[bot]
2025-10-31 20:35:08 +00:00
committed by GitHub
parent 8ca80acb49
commit 57bd430c98
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View File

@@ -21,7 +21,7 @@
},
"devDependencies": {
"@commander-js/extra-typings": "14.0.0",
"@eslint/js": "9.37.0",
"@eslint/js": "9.38.0",
"@semantic-release/npm": "12.0.2",
"@types/node": "24.6.2",
"conventional-changelog-conventionalcommits": "9.1.0",
@@ -1392,9 +1392,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.37.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.37.0.tgz",
"integrity": "sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==",
"version": "9.38.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -5201,6 +5201,19 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/@eslint/js": {
"version": "9.37.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.37.0.tgz",
"integrity": "sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://eslint.org/donate"
}
},
"node_modules/espree": {
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",

View File

@@ -55,7 +55,7 @@
},
"devDependencies": {
"@commander-js/extra-typings": "14.0.0",
"@eslint/js": "9.37.0",
"@eslint/js": "9.38.0",
"@semantic-release/npm": "12.0.2",
"@types/node": "24.6.2",
"conventional-changelog-conventionalcommits": "9.1.0",