From b5c08a1da201d6448ca8ca82475b289c8929b1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:03:45 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 17.3.0 to 17.5.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.3.0 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.3.0...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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20009dbe..913d98f2 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.3.0", + "lint-staged": "^17.5.0", "load-grunt-tasks": "^5.1.0", "mini-css-extract-plugin": "^2.9.4", "npm-run-all2": "^9.0.3", @@ -22495,15 +22495,15 @@ } }, "node_modules/lint-staged": { - "version": "17.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.3.0.tgz", - "integrity": "sha512-woZS3vNe3UKqBaLPvbLOtKRY4tLANpWQhom12MGWqC8Mh1lCOO+WgSwmX2amjJAqTY9BkXYW87fCUH5H9Ph6xw==", + "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.5", + "picomatch": "^4.0.7", "string-argv": "^0.3.2", - "tinyexec": "^1.2.4" + "tinyexec": "^1.3.1" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -30521,9 +30521,9 @@ "license": "MIT" }, "node_modules/tinyexec": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz", - "integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.3.1.tgz", + "integrity": "sha512-GCvB3aoys96IuDFBMcTB46JOR6mdMtAToqwiW8JlWhsoh1mhHi/xn9ss/Dg7N555GiJyEt2qzoG/NHCwM6h1EA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f10faf94..e2a61880 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.3.0", + "lint-staged": "^17.5.0", "load-grunt-tasks": "^5.1.0", "mini-css-extract-plugin": "^2.9.4", "npm-run-all2": "^9.0.3",