From ed9b170e9ccb0bf8fe308362254dad777e2aeb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:55:17 +0000 Subject: [PATCH] Bump lint-staged from 17.4.1 to 17.5.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.4.1 to 17.5.0. - [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.4.1...v17.5.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7187fab..0421c37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "html-webpack-plugin": "^5.6.8", "husky": "^9.1.7", "jsdom": "^30.0.1", - "lint-staged": "^17.4.1", + "lint-staged": "^17.5.0", "mini-css-extract-plugin": "^2.10.2", "prettier": "^3.9.6", "process": "^0.11.10", @@ -7772,15 +7772,15 @@ } }, "node_modules/lint-staged": { - "version": "17.4.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.4.1.tgz", - "integrity": "sha512-FmJeudcalbSfg1du+JCfvi5vS6Qt08KgbfLWiHinbef+2JJwUZwAWVoaO1AcJVUTWPfk0t30PMQNwPAeCzYQ+Q==", + "version": "17.5.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.5.0.tgz", + "integrity": "sha512-ah2qsNtvKP1+Ak4rAvEEIvcXDLjjbr/xmxCvlequxqEOFYk0qINcZcRxD3Ic8wRn7/oQ8+wC9s0DfDrdMVCRFg==", "dev": true, "license": "MIT", "dependencies": { "picomatch": "^4.0.7", "string-argv": "^0.3.2", - "tinyexec": "^1.3.0" + "tinyexec": "^1.3.1" }, "bin": { "lint-staged": "bin/lint-staged.js" diff --git a/package.json b/package.json index 7b82955..15dd0f8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "html-webpack-plugin": "^5.6.8", "husky": "^9.1.7", "jsdom": "^30.0.1", - "lint-staged": "^17.4.1", + "lint-staged": "^17.5.0", "mini-css-extract-plugin": "^2.10.2", "prettier": "^3.9.6", "process": "^0.11.10",