diff --git a/package-lock.json b/package-lock.json index 2fb9caf..b4ea6e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,8 +15,8 @@ "@eslint/js": "10.0.1", "@types/jest": "30.0.0", "@types/node": "25.9.4", - "eslint": "10.5.0", - "eslint-plugin-jest": "29.15.2", + "eslint": "10.6.0", + "eslint-plugin-jest": "29.15.3", "globals": "17.7.0", "jest": "30.4.2", "jest-junit": "17.0.0", @@ -3410,9 +3410,9 @@ } }, "node_modules/eslint": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", - "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", + "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", "dev": true, "license": "MIT", "workspaces": [ @@ -3469,9 +3469,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz", - "integrity": "sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==", + "version": "29.15.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.3.tgz", + "integrity": "sha512-iK2nHK4zBfxkkeP0japj/wvECG2z8qCdnQsOKdsNF82SfLvkD46jcrmkWTwfGCTYV9XPOZcJ7QyjFyppnp94WQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a9dc3cc..74aedad 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "@eslint/js": "10.0.1", "@types/jest": "30.0.0", "@types/node": "25.9.4", - "eslint": "10.5.0", - "eslint-plugin-jest": "29.15.2", + "eslint": "10.6.0", + "eslint-plugin-jest": "29.15.3", "globals": "17.7.0", "jest": "30.4.2", "jest-junit": "17.0.0",