chore(deps-dev): Bump @eslint/js from 9.28.0 to 9.29.0 (#17)

This commit is contained in:
dependabot[bot]
2025-06-21 13:35:55 +00:00
committed by GitHub
parent a95aee6c27
commit 16a82f93f4
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.28.0",
"@eslint/js": "9.29.0",
"@semantic-release/npm": "12.0.1",
"@types/node": "24.0.0",
"conventional-changelog-conventionalcommits": "9.0.0",
@@ -1372,9 +1372,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.28.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.28.0.tgz",
"integrity": "sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==",
"version": "9.29.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz",
"integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==",
"dev": true,
"license": "MIT",
"engines": {
@@ -5159,6 +5159,19 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/@eslint/js": {
"version": "9.28.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.28.0.tgz",
"integrity": "sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==",
"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.3.0",
"resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",

View File

@@ -55,7 +55,7 @@
},
"devDependencies": {
"@commander-js/extra-typings": "14.0.0",
"@eslint/js": "9.28.0",
"@eslint/js": "9.29.0",
"@semantic-release/npm": "12.0.1",
"@types/node": "24.0.0",
"conventional-changelog-conventionalcommits": "9.0.0",