From 8c8319f9e897730df92ae1da9927b25ca53c21d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 01:21:29 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20 --- Node/first-start/4_async_weather_app/package.json | 2 +- Node/first-start/4_async_weather_app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Node/first-start/4_async_weather_app/package.json b/Node/first-start/4_async_weather_app/package.json index 8181b8634..c9283d43d 100644 --- a/Node/first-start/4_async_weather_app/package.json +++ b/Node/first-start/4_async_weather_app/package.json @@ -14,7 +14,7 @@ "yargs": "^17.1.0" }, "devDependencies": { - "@types/node": "18.16.3", + "@types/node": "20.4.1", "prettier": "^2.3.0", "properties-reader": "^2.2.0" } diff --git a/Node/first-start/4_async_weather_app/yarn.lock b/Node/first-start/4_async_weather_app/yarn.lock index 4d43a16c2..dee7c4a73 100644 --- a/Node/first-start/4_async_weather_app/yarn.lock +++ b/Node/first-start/4_async_weather_app/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@types/node@18.16.3": - version "18.16.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.3.tgz#6bda7819aae6ea0b386ebc5b24bdf602f1b42b01" - integrity sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q== +"@types/node@20.4.1": + version "20.4.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d" + integrity sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg== ansi-regex@^5.0.1: version "5.0.1"