From c7eddf2fd3fb8787c1721ffadfb3e6c5bdcbdeb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:36:11 +0000 Subject: [PATCH] meta: bump lint-staged from 17.0.5 to 17.0.8 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.0.5 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.5...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] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b79db0c..9d28849 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-mdx": "^3.8.1", "globals": "^17.6.0", "husky": "^9.1.7", - "lint-staged": "^17.0.5", + "lint-staged": "^17.0.8", "prettier": "^3.8.3", "remark-frontmatter": "^5.0.0", "typescript-eslint": "^8.60.0" @@ -6041,16 +6041,16 @@ } }, "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.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": { "listr2": "^10.2.1", "picomatch": "^4.0.4", "string-argv": "^0.3.2", - "tinyexec": "^1.1.2" + "tinyexec": "^1.2.4" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -6062,7 +6062,7 @@ "url": "https://opencollective.com/lint-staged" }, "optionalDependencies": { - "yaml": "^2.8.4" + "yaml": "^2.9.0" } }, "node_modules/listr2": { diff --git a/package.json b/package.json index 7e997a3..bdba3c0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "eslint-plugin-mdx": "^3.8.1", "globals": "^17.6.0", "husky": "^9.1.7", - "lint-staged": "^17.0.5", + "lint-staged": "^17.0.8", "prettier": "^3.8.3", "remark-frontmatter": "^5.0.0", "typescript-eslint": "^8.60.0"