1
0
Fork 0
mirror of https://github.com/imjasonh/govulncheck-action synced 2026-07-08 08:45:48 +00:00

chore(deps-dev): bump eslint in the npm-dependencies group

Bumps the npm-dependencies group with 1 update: [eslint](https://github.com/eslint/eslint).


Updates `eslint` from 10.0.1 to 10.0.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.0.1...v10.0.2)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-02-23 22:47:56 +00:00 committed by GitHub
parent 9812597e8e
commit 8857a63a7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -15,7 +15,7 @@
},
"devDependencies": {
"esbuild": "^0.27.3",
"eslint": "^10.0.1",
"eslint": "^10.0.2",
"husky": "^9.1.7",
"jest": "^30.2.0",
"license-checker": "^25.0.1",
@ -3227,9 +3227,9 @@
}
},
"node_modules/eslint": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.0.1.tgz",
"integrity": "sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.0.2.tgz",
"integrity": "sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -3243,7 +3243,7 @@
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.4.2",
"@types/estree": "^1.0.6",
"ajv": "^6.12.4",
"ajv": "^6.14.0",
"cross-spawn": "^7.0.6",
"debug": "^4.3.2",
"escape-string-regexp": "^4.0.0",

View file

@ -32,7 +32,7 @@
},
"devDependencies": {
"esbuild": "^0.27.3",
"eslint": "^10.0.1",
"eslint": "^10.0.2",
"husky": "^9.1.7",
"jest": "^30.2.0",
"license-checker": "^25.0.1",