diff --git a/.nvmrc b/.nvmrc index 87ec8842b..d5a159609 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.18.2 +20.10.0 diff --git a/package.json b/package.json index 4652113a1..dcf9b2bcf 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@rushstack/eslint-patch": "^1.5.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@types/node": "^18.18.8", + "@types/node": "^20.10.3", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "@vitejs/plugin-vue": "^4.4.0", @@ -158,10 +158,10 @@ } }, "engines": { - "node": ">=v16.20.2" + "node": ">=20.10.0" }, "volta": { - "node": "18.18.2", + "node": "20.10.0", "yarn": "1.22.19" } } diff --git a/yarn.lock b/yarn.lock index 1f53552a7..943ffb150 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1133,10 +1133,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.16.tgz#ee7b103d102787fb1530bfc6d4a1e15014f10938" integrity sha512-e0zgs7qe1XH/X3KEPnldfkD07LH9O1B9T31U8qoO7lqGSjj3/IrBuvqMeJ1aYejXRK3KOphIUDw6pLIplEW17A== -"@types/node@^18.18.8": - version "18.18.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592" - integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ== +"@types/node@^20.10.3": + version "20.10.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2" + integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw== dependencies: undici-types "~5.26.4"