From f58aeee3ad67136eb372324b583c092c3e09d70c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:26:39 +0000 Subject: [PATCH] Update Node.js to v20 --- apps/frontend/package.json | 2 +- package.json | 2 +- yarn.lock | 15 +++++++++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index c4a10ed..781389a 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -35,7 +35,7 @@ "swr": "2.2.1" }, "devDependencies": { - "@types/node": "20.5.1", + "@types/node": "20.9.4", "@types/qs": "6.9.7", "@types/react": "18.2.20", "@types/react-dom": "18.2.7", diff --git a/package.json b/package.json index fc74549..3b870e8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "turbo": "1.10.12" }, "engines": { - "node": "18" + "node": "20" }, "packageManager": "yarn@1.22.19", "workspaces": [ diff --git a/yarn.lock b/yarn.lock index 0dce945..f11aead 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2844,10 +2844,12 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.4.tgz#4666fb40f9974d60c53c4ff554315860ba4feab8" integrity sha512-Y9vbIAoM31djQZrPYjpTLo0XlaSwOIsrlfE3LpulZeRblttsLQRFRlBAppW0LOxyT3ALj2M5vU1ucQQayQH3jA== -"@types/node@20.5.1": - version "20.5.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30" - integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg== +"@types/node@20.9.4": + version "20.9.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.4.tgz#cc8f970e869c26834bdb7ed480b30ede622d74c7" + integrity sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA== + dependencies: + undici-types "~5.26.4" "@types/parse-json@^4.0.0": version "4.0.0" @@ -11292,6 +11294,11 @@ unc-path-regex@^0.1.2: resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg== +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + union-value@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"