From 500bd08622d921c3eddd0174542bb3dbaa716dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 01:10:47 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 17.5.0 to 17.5.1 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.5.0 to 17.5.1. - [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.5.0...v17.5.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.5.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e45c0bea7..c19a8e6a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "grunt-wp-i18n": "^1.0.3", "husky": "^9.1.7", "jsdoc": "^4.0.5", - "lint-staged": "^17.5.0", + "lint-staged": "^17.5.1", "load-grunt-tasks": "^5.1.0", "mini-css-extract-plugin": "^2.9.4", "npm-run-all2": "^9.0.3", @@ -22495,9 +22495,9 @@ } }, "node_modules/lint-staged": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.5.0.tgz", - "integrity": "sha512-ah2qsNtvKP1+Ak4rAvEEIvcXDLjjbr/xmxCvlequxqEOFYk0qINcZcRxD3Ic8wRn7/oQ8+wC9s0DfDrdMVCRFg==", + "version": "17.5.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.5.1.tgz", + "integrity": "sha512-7EDuco1xnBMeVpvAbeMq1U5KXwJGLmY8q6l+Ye78r36C4mPc+Vg1Z2SK8gHyRTyvPro90A0q5/FAZ+Au23d6QQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0338fb3f0..b416fd777 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "grunt-wp-i18n": "^1.0.3", "husky": "^9.1.7", "jsdoc": "^4.0.5", - "lint-staged": "^17.5.0", + "lint-staged": "^17.5.1", "load-grunt-tasks": "^5.1.0", "mini-css-extract-plugin": "^2.9.4", "npm-run-all2": "^9.0.3",