diff --git a/web/.nvmrc b/web/.nvmrc index 617bcf91..90756595 100644 --- a/web/.nvmrc +++ b/web/.nvmrc @@ -1 +1 @@ -18.14.1 +20.15.0 diff --git a/web/package-lock.json b/web/package-lock.json index e58f4ff5..96d15f9a 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -17,7 +17,7 @@ "@testing-library/user-event": "14.4.3", "@tippyjs/react": "4.2.6", "@types/jest": "29.4.0", - "@types/node": "18.14.4", + "@types/node": "20.14.8", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "clsx": "1.2.1", @@ -4040,9 +4040,13 @@ "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==" }, "node_modules/@types/node": { - "version": "18.14.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.4.tgz", - "integrity": "sha512-VhCw7I7qO2X49+jaKcAUwi3rR+hbxT5VcYF493+Z5kMLI0DL568b7JI4IDJaxWFH0D/xwmGJNoXisyX+w7GH/g==" + "version": "20.14.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.8.tgz", + "integrity": "sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==", + "license": "MIT", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/parse-json": { "version": "4.0.0", @@ -16087,6 +16091,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "license": "MIT" + }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", diff --git a/web/package.json b/web/package.json index 72dbcbcc..6b8b9560 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "@testing-library/user-event": "14.4.3", "@tippyjs/react": "4.2.6", "@types/jest": "29.4.0", - "@types/node": "18.14.4", + "@types/node": "20.14.8", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "clsx": "1.2.1", @@ -53,7 +53,7 @@ "node": ">=16.11.0" }, "volta": { - "node": "18.14.1", + "node": "20.15.0", "npm": "9.6.6" }, "proxy": "http://localhost:5555",