diff --git a/package-lock.json b/package-lock.json index 97bc9bd..0974c49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@eslint/js": "^9.18.0", "@playwright/test": "^1.51.1", "@types/express": "^4.17.21", - "@types/node": "^22.10.5", + "@types/node": "^26.1.1", "@types/ws": "^8.5.13", "eslint": "^9.18.0", "eslint-plugin-react-hooks": "^5.1.0", @@ -1115,13 +1115,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.20", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.20.tgz", - "integrity": "sha512-6tELRwSDYWW9EdZhbeZmYGZ1/7Djkt+Ah3/ScEYT9cDord7UJzasR/4D3VONg9tQI5CDp+/CZC1AXj2pCFOvpw==", + "version": "26.1.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", + "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~8.3.0" } }, "node_modules/@types/qs": { @@ -4231,9 +4231,9 @@ "license": "MIT" }, "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": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 80bd5e0..0984f95 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@eslint/js": "^9.18.0", "@playwright/test": "^1.51.1", "@types/express": "^4.17.21", - "@types/node": "^22.10.5", + "@types/node": "^26.1.1", "@types/ws": "^8.5.13", "eslint": "^9.18.0", "eslint-plugin-react-hooks": "^5.1.0",