From f0964d4920622f481cdfed96284381eb32a77788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 07:43:34 +0000 Subject: [PATCH] chore(deps-dev): bump the npm-dev-minor-patch group with 2 updates Bumps the npm-dev-minor-patch group with 2 updates: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [lint-staged](https://github.com/lint-staged/lint-staged). Updates `eslint-plugin-jest` from 29.16.5 to 29.16.6 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v29.16.5...v29.16.6) Updates `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: eslint-plugin-jest dependency-version: 29.16.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dev-minor-patch - dependency-name: lint-staged dependency-version: 17.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dev-minor-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ee1862..7b7f46a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "devDependencies": { "@wordpress/eslint-plugin": "^25.10.0", "@wordpress/prettier-config": "^4.51.0", - "eslint-plugin-jest": "^29.16.5", + "eslint-plugin-jest": "^29.16.6", "lefthook": "^2.1.12", - "lint-staged": "^17.4.1", + "lint-staged": "^17.5.0", "prettier": "npm:wp-prettier@^3", "string-argv": "^0.3.2" }, @@ -4670,9 +4670,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.16.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.5.tgz", - "integrity": "sha512-2JblbVHN+FAF5iEz2Lky3jvzPRRmEOHJxFSvAl698FF6KPo+sdgaVT0j49HOAJ6gBP8Vlf/DAUs9/I6S3fj9VQ==", + "version": "29.16.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.6.tgz", + "integrity": "sha512-q8TVr0rlNvUD0XnafGWkwtPeX+tTl2llP86EDl3sJtwWrQA/JT9SIu2hLLZbhhX6fT5SDE4O0gIKyZUujKnkYA==", "dev": true, "license": "MIT", "dependencies": { @@ -6385,15 +6385,15 @@ "license": "MIT" }, "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 f5f185d..0eafee6 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "devDependencies": { "@wordpress/eslint-plugin": "^25.10.0", "@wordpress/prettier-config": "^4.51.0", - "eslint-plugin-jest": "^29.16.5", + "eslint-plugin-jest": "^29.16.6", "lefthook": "^2.1.12", - "lint-staged": "^17.4.1", + "lint-staged": "^17.5.0", "prettier": "npm:wp-prettier@^3", "string-argv": "^0.3.2" },