diff --git a/package-lock.json b/package-lock.json index b9cdd72..c4e183d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@stylistic/eslint-plugin": "^5.7.1", - "@types/node": "^25.1.0", + "@types/node": "^25.2.1", "@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/parser": "^8.32.1", "@vercel/ncc": "^0.38.4", @@ -1638,9 +1638,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.1.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.1.0.tgz", - "integrity": "sha512-t7frlewr6+cbx+9Ohpl0NOTKXZNV9xHRmNOvql47BFJKcEG1CxtxlPEEe+gR9uhVWM4DwhnvTF110mIL4yP9RA==", + "version": "25.2.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.1.tgz", + "integrity": "sha512-CPrnr8voK8vC6eEtyRzvMpgp3VyVRhgclonE7qYi6P9sXwYb59ucfrnmFBTaP0yUi8Gk4yZg/LlTJULGxvTNsg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 07e2777..23714cb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "is-retry-allowed": "^3.0.0" }, "devDependencies": { - "@types/node": "^25.1.0", + "@types/node": "^25.2.1", "@stylistic/eslint-plugin": "^5.7.1", "@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/parser": "^8.32.1",