diff --git a/package-lock.json b/package-lock.json index 94c510e5..db99e6e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@playwright/test": "^1.61.1", "@testing-library/jest-dom": "^6.9.1", "@types/emscripten": "^1.41.5", - "@types/node": "^20.19.25", + "@types/node": "^26.1.1", "@types/uuid": "^11.0.0", "@vitejs/plugin-basic-ssl": "^2.3.0", "@vitejs/plugin-react": "^5.2.0", @@ -1835,12 +1835,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.19.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.25.tgz", - "integrity": "sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==", + "version": "26.1.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", + "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~8.3.0" } }, "node_modules/@types/react": { @@ -5455,9 +5455,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": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "license": "MIT" }, "node_modules/universalify": { diff --git a/package.json b/package.json index 08314c23..ba297cc6 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@playwright/test": "^1.61.1", "@testing-library/jest-dom": "^6.9.1", "@types/emscripten": "^1.41.5", - "@types/node": "^20.19.25", + "@types/node": "^26.1.1", "@types/uuid": "^11.0.0", "@vitejs/plugin-basic-ssl": "^2.3.0", "@vitejs/plugin-react": "^5.2.0",