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

This commit is contained in:
dependabot[bot]
2025-06-06 16:11:39 +00:00
committed by GitHub
parent 7827b397d5
commit ecdac37bdb
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.27.0",
"@eslint/js": "9.28.0",
"@semantic-release/npm": "12.0.1",
"@types/node": "22.15.21",
"conventional-changelog-conventionalcommits": "9.0.0",
@@ -1320,9 +1320,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.27.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.27.0.tgz",
"integrity": "sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==",
"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": {
@@ -5101,6 +5101,19 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/@eslint/js": {
"version": "9.27.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.27.0.tgz",
"integrity": "sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==",
"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.27.0",
"@eslint/js": "9.28.0",
"@semantic-release/npm": "12.0.1",
"@types/node": "22.15.21",
"conventional-changelog-conventionalcommits": "9.0.0",