1
0
Fork 0
mirror of https://github.com/imjasonh/govulncheck-action synced 2026-07-22 15:41:44 +00:00

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

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


Updates `lint-staged` from 16.1.2 to 16.1.4
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.1.2...v16.1.4)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 16.1.4
  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] 2025-08-05 03:23:17 +00:00 committed by GitHub
parent 5cb6fb26c4
commit d497e6f751
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -18,7 +18,7 @@
"eslint": "^9.32.0", "eslint": "^9.32.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"jest": "^30.0.5", "jest": "^30.0.5",
"lint-staged": "^16.1.2", "lint-staged": "^16.1.4",
"prettier": "^3.6.2" "prettier": "^3.6.2"
} }
}, },
@ -4271,9 +4271,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/lint-staged": { "node_modules/lint-staged": {
"version": "16.1.2", "version": "16.1.4",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.2.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.4.tgz",
"integrity": "sha512-sQKw2Si2g9KUZNY3XNvRuDq4UJqpHwF0/FQzZR2M7I5MvtpWvibikCjUVJzZdGE0ByurEl3KQNvsGetd1ty1/Q==", "integrity": "sha512-xy7rnzQrhTVGKMpv6+bmIA3C0yET31x8OhKBYfvGo0/byeZ6E0BjGARrir3Kg/RhhYHutpsi01+2J5IpfVoueA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -4281,7 +4281,7 @@
"commander": "^14.0.0", "commander": "^14.0.0",
"debug": "^4.4.1", "debug": "^4.4.1",
"lilconfig": "^3.1.3", "lilconfig": "^3.1.3",
"listr2": "^8.3.3", "listr2": "^9.0.1",
"micromatch": "^4.0.8", "micromatch": "^4.0.8",
"nano-spawn": "^1.0.2", "nano-spawn": "^1.0.2",
"pidtree": "^0.6.0", "pidtree": "^0.6.0",
@ -4312,9 +4312,9 @@
} }
}, },
"node_modules/listr2": { "node_modules/listr2": {
"version": "8.3.3", "version": "9.0.1",
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.3.3.tgz", "resolved": "https://registry.npmjs.org/listr2/-/listr2-9.0.1.tgz",
"integrity": "sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==", "integrity": "sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -4326,7 +4326,7 @@
"wrap-ansi": "^9.0.0" "wrap-ansi": "^9.0.0"
}, },
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=20.0.0"
} }
}, },
"node_modules/listr2/node_modules/ansi-styles": { "node_modules/listr2/node_modules/ansi-styles": {

View file

@ -34,7 +34,7 @@
"eslint": "^9.32.0", "eslint": "^9.32.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"jest": "^30.0.5", "jest": "^30.0.5",
"lint-staged": "^16.1.2", "lint-staged": "^16.1.4",
"prettier": "^3.6.2" "prettier": "^3.6.2"
}, },
"jest": { "jest": {