diff --git a/package-lock.json b/package-lock.json index 3ae1037..09fc8ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@semantic-release/git": "^10.0.1", "@stylistic/eslint-plugin": "^4.2.0", "@tsconfig/strictest": "^2.0.8", - "@types/node": "^22.13.9", + "@types/node": "^25.1.0", "cross-env": "^7.0.3", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", @@ -1093,13 +1093,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.13.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.9.tgz", - "integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==", + "version": "25.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.1.0.tgz", + "integrity": "sha512-t7frlewr6+cbx+9Ohpl0NOTKXZNV9xHRmNOvql47BFJKcEG1CxtxlPEEe+gR9uhVWM4DwhnvTF110mIL4yP9RA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/normalize-package-data": { @@ -7985,9 +7985,9 @@ } }, "node_modules/undici-types": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 8c33477..04ae786 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@semantic-release/git": "^10.0.1", "@stylistic/eslint-plugin": "^4.2.0", "@tsconfig/strictest": "^2.0.8", - "@types/node": "^22.13.9", + "@types/node": "^25.1.0", "cross-env": "^7.0.3", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8",