diff --git a/package-lock.json b/package-lock.json index a3c486f..5151f90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,11 +19,11 @@ "@eslint/js": "^9.39.2", "@types/jest": "^30.0.0", "@types/js-yaml": "^4.0.9", - "@types/node": "^25.2.1", + "@types/node": "^25.2.2", "@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/parser": "^8.54.0", "eslint": "^9.39.2", - "eslint-plugin-jest": "^29.12.2", + "eslint-plugin-jest": "^29.13.0", "globals": "^17.3.0", "jest": "^30.2.0", "jest-fetch-mock": "^3.0.3", @@ -1890,9 +1890,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.2.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.1.tgz", - "integrity": "sha512-CPrnr8voK8vC6eEtyRzvMpgp3VyVRhgclonE7qYi6P9sXwYb59ucfrnmFBTaP0yUi8Gk4yZg/LlTJULGxvTNsg==", + "version": "25.2.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.2.tgz", + "integrity": "sha512-BkmoP5/FhRYek5izySdkOneRyXYN35I860MFAGupTdebyE66uZaR+bXLHq8k4DirE5DwQi3NuhvRU1jqTVwUrQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3271,9 +3271,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.12.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.12.2.tgz", - "integrity": "sha512-IIRg0IZ5yuERfzOZrKuNScxk9yeuKo0M4Urx7RZcthK5HE/8gJUY518bdi7picLRBJVctjOW3yVx0zyBp4Cq+g==", + "version": "29.13.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.13.0.tgz", + "integrity": "sha512-VoONe0NsaQLb7ijvg4k35rzchqfyCaBsXammNMCkTyLvKLTpzQOVdXiPC54q7Vp/W7shMcqPBLwAc3yRSiGjSQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3284,7 +3284,7 @@ }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0", - "eslint": "^8.57.0 || ^9.0.0", + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "jest": "*", "typescript": ">=4.8.4 <6.0.0" }, diff --git a/package.json b/package.json index a4ee7ca..2ae13bf 100644 --- a/package.json +++ b/package.json @@ -35,11 +35,11 @@ "@eslint/js": "^9.39.2", "@types/jest": "^30.0.0", "@types/js-yaml": "^4.0.9", - "@types/node": "^25.2.1", + "@types/node": "^25.2.2", "@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/parser": "^8.54.0", "eslint": "^9.39.2", - "eslint-plugin-jest": "^29.12.2", + "eslint-plugin-jest": "^29.13.0", "globals": "^17.3.0", "jest": "^30.2.0", "jest-fetch-mock": "^3.0.3",