diff --git a/package-lock.json b/package-lock.json index 22c8749..8ed06a5 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.3.0", "cross-env": "^7.0.3", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", @@ -1080,13 +1080,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.3.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.0.tgz", + "integrity": "sha512-4K3bqJpXpqfg2XKGK9bpDTc6xO/xoUP/RBWS7AtRMug6zZFaRekiLzjVtAoZMquxoAbzBvy5nxQ7veS5eYzf8A==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/normalize-package-data": { @@ -8009,9 +8009,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.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 77e275d..0c95ea6 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.3.0", "cross-env": "^7.0.3", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8",