Bump lint-staged from 17.0.7 to 17.0.8 (#234566)

Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.0.7 to 17.0.8.
- [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/v17.0.7...v17.0.8)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 17.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-21 11:19:05 +03:00
committed by GitHub
parent a59c741422
commit b758884fc5
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"devDependencies": {
"@adguard/aglint": "4.0.0-beta.5",
"husky": "^9.1.7",
"lint-staged": "^17.0.7",
"lint-staged": "^17.0.8",
"markdownlint": "^0.41.1",
"markdownlint-cli": "^0.49.0"
},
@@ -1649,9 +1649,9 @@
}
},
"node_modules/lint-staged": {
"version": "17.0.7",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.7.tgz",
"integrity": "sha512-JrSobt+tW3rH8IOMi8tDZd3foorM5yPEkLD/V2NxobgHrFfHWGee4MOLVuZeScgxftEwbHrPHIFA/ZL+nUJeuA==",
"version": "17.0.8",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.8.tgz",
"integrity": "sha512-B2P/d+jVW0UXOQ0MVMLrB/9ydA1P+zz6jYfdrbbEd9ur3S2rcbduFWKiUCC02Sm5hbC8nrm7y24WuYMG54HfxA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -28,7 +28,7 @@
"devDependencies": {
"@adguard/aglint": "4.0.0-beta.5",
"husky": "^9.1.7",
"lint-staged": "^17.0.7",
"lint-staged": "^17.0.8",
"markdownlint": "^0.41.1",
"markdownlint-cli": "^0.49.0"
}