diff --git a/package-lock.json b/package-lock.json index 4d5c9a4..cf65648 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "eslint-config-prettier": "10.1.8", "eslint-plugin-fetch-options": "0.0.5", "eslint-plugin-html": "8.1.4", - "eslint-plugin-jest": "29.15.1", + "eslint-plugin-jest": "29.15.2", "eslint-plugin-json": "4.0.1", "eslint-plugin-mozilla": "4.4.0", "eslint-plugin-no-unsanitized": "4.1.5", @@ -4215,9 +4215,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.1.tgz", - "integrity": "sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==", + "version": "29.15.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz", + "integrity": "sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^8.0.0" @@ -13644,9 +13644,9 @@ } }, "eslint-plugin-jest": { - "version": "29.15.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.1.tgz", - "integrity": "sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==", + "version": "29.15.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz", + "integrity": "sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==", "dev": true, "requires": { "@typescript-eslint/utils": "^8.0.0" diff --git a/package.json b/package.json index a52b81b..e0b267a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-fetch-options": "0.0.5", "eslint-plugin-html": "8.1.4", "eslint-plugin-json": "4.0.1", - "eslint-plugin-jest": "29.15.1", + "eslint-plugin-jest": "29.15.2", "eslint-plugin-mozilla": "4.4.0", "eslint-plugin-no-unsanitized": "4.1.5", "prettier": "3.8.3",