chore(deps): update dependency lint-staged to v17.0.6

This commit is contained in:
renovate[bot]
2026-06-02 18:11:51 +00:00
committed by GitHub
parent 49159dba5c
commit 72505954a9
2 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@
"babel-plugin-react-compiler": "1.0.0",
"husky": "9.1.7",
"jsdom": "29.1.1",
"lint-staged": "17.0.5",
"lint-staged": "17.0.6",
"typescript": "6.0.3",
"vite": "8.0.14",
"vite-plugin-checker": "0.14.1",
@@ -4324,16 +4324,16 @@
"license": "MIT"
},
"node_modules/lint-staged": {
"version": "17.0.5",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.5.tgz",
"integrity": "sha512-d12yC+/e8RhBjZtaxZn71FyrgU/P5e+uAPifhCLwdosQZP/zamSdKRWDC30ocVIbzDKiFG1McHc/LUgB92GIPw==",
"version": "17.0.6",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.6.tgz",
"integrity": "sha512-xTowloQX5tfs9TC6SUHnKuBSx/TUx+9w39zRTbVrB70DxUJZh3OZWnOa0LbejxVX9adYuioGJoP4dpQ04QHehg==",
"dev": true,
"license": "MIT",
"dependencies": {
"listr2": "^10.2.1",
"picomatch": "^4.0.4",
"string-argv": "^0.3.2",
"tinyexec": "^1.1.2"
"tinyexec": "1.2.2"
},
"bin": {
"lint-staged": "bin/lint-staged.js"
@@ -4345,7 +4345,7 @@
"url": "https://opencollective.com/lint-staged"
},
"optionalDependencies": {
"yaml": "^2.8.4"
"yaml": "^2.9.0"
}
},
"node_modules/listr2": {

View File

@@ -72,7 +72,7 @@
"babel-plugin-react-compiler": "1.0.0",
"husky": "9.1.7",
"jsdom": "29.1.1",
"lint-staged": "17.0.5",
"lint-staged": "17.0.6",
"typescript": "6.0.3",
"vite": "8.0.14",
"vite-plugin-checker": "0.14.1",