diff --git a/package-lock.json b/package-lock.json index 3e05bd3..f29a7d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "ws": "^8.18.0" }, "devDependencies": { - "@types/node": "^22.10.5", + "@types/node": "^25.9.0", "@types/ws": "^8.5.13", "tsx": "^4.19.2", "typescript": "^6.0.3" @@ -1990,13 +1990,13 @@ } }, "node_modules/@types/node": { - "version": "22.19.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.17.tgz", - "integrity": "sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==", + "version": "25.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.0.tgz", + "integrity": "sha512-AOQwYUNolgy3VosiRqXrACUXTN8nJUtPl7FJXMqZVyxiiCLhQuG3jXKvCS1ALr+Y2OmZhzzLVlYPEqJaiqkaJQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@types/ws": { @@ -3577,9 +3577,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index f8fe6a8..2974a25 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "ws": "^8.18.0" }, "devDependencies": { - "@types/node": "^22.10.5", + "@types/node": "^25.9.0", "@types/ws": "^8.5.13", "tsx": "^4.19.2", "typescript": "^6.0.3"