diff --git a/package-lock.json b/package-lock.json index a0b27c1..5fc6b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,15 +11,15 @@ "devDependencies": { "@wordpress/eslint-plugin": "^25.7.0", "@wordpress/prettier-config": "^4.51.0", - "eslint-plugin-jest": "^29.15.5", + "eslint-plugin-jest": "^29.16.0", "lefthook": "^2.1.10", - "lint-staged": "^17.1.0", + "lint-staged": "^17.2.0", "prettier": "npm:wp-prettier@^3", "string-argv": "^0.3.2" }, "engines": { - "node": ">=24.12.0", - "npm": ">=11.14.1" + "node": ">=24.0.0", + "npm": ">=11.0.0" }, "peerDependencies": { "@wordpress/eslint-plugin": ">=25.0.0", @@ -4693,9 +4693,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.5.tgz", - "integrity": "sha512-gnY9aw4HO7bI6lnKf+tx9uX/dwDPX5tHK3MB5Jd/NmmOHwEY8H8Caf2a39DNCZoqJ+j8EqNra/iuoj/z3GuAeA==", + "version": "29.16.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.0.tgz", + "integrity": "sha512-0WFBxDHlT2ratGQfnFQEVIsgQJ5cfd+0IV8Kc6U3X2onB8ATLG23voD2Ch5G9fCkEpCPmCMuzW0tbS0kYb8biw==", "dev": true, "license": "MIT", "dependencies": { @@ -6408,9 +6408,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.1.0.tgz", - "integrity": "sha512-d7UQRu/9ZPgfu4+hu/k0wny5GEaIxo+2jb2LJqQDkE7cHRTm1HGqNUDq5UOwsGPpjpaNAFmgAsYo3TR+i9cSJw==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.2.0.tgz", + "integrity": "sha512-FchGnFe4i4B1C/a35SPU9bNGPEHSC1+1iV0plLjzBmKVe9klZrlRfSgK6Cw4VeHyqOXbJUXP0vON61uRftNQ0A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bb41e89..c9e8cb1 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "devDependencies": { "@wordpress/eslint-plugin": "^25.7.0", "@wordpress/prettier-config": "^4.51.0", - "eslint-plugin-jest": "^29.15.5", + "eslint-plugin-jest": "^29.16.0", "lefthook": "^2.1.10", - "lint-staged": "^17.1.0", + "lint-staged": "^17.2.0", "prettier": "npm:wp-prettier@^3", "string-argv": "^0.3.2" },