diff --git a/web/.nvmrc b/web/.nvmrc index 617bcf9..48b14e6 100644 --- a/web/.nvmrc +++ b/web/.nvmrc @@ -1 +1 @@ -18.14.1 +20.14.0 diff --git a/web/package-lock.json b/web/package-lock.json index e58f4ff..d5420cc 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.4", "@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.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.4.tgz", + "integrity": "sha512-1ChboN+57suCT2t/f8lwtPY/k3qTpuD/qnqQuYoBg6OQOcPyaw7PiZVdGpaZYAvhDDtqrt0oAaM8+oSu1xsUGw==", + "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 72dbcbc..3fe745d 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.4", "@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.14.0", "npm": "9.6.6" }, "proxy": "http://localhost:5555",