From 543783ee414892549f572f5e603f52eb0c6b5033 Mon Sep 17 00:00:00 2001 From: Szymon Dziedzic Date: Thu, 11 Jan 2024 15:50:51 +0100 Subject: [PATCH] update @types/node --- package.json | 2 +- scripts/package.json | 2 +- yarn.lock | 15 +++++++++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d2d6ef5d6e..8a3f71acc1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/jest": "29.2.5", - "@types/node": "18.11.18", + "@types/node": "20.11.0", "eslint": "8.31.0", "eslint-config-universe": "11.1.1", "eslint-plugin-async-protect": "3.0.0", diff --git a/scripts/package.json b/scripts/package.json index bc5f3c164b..8b3126b0f7 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -30,7 +30,7 @@ "@types/dateformat": "3.0.1", "@types/fs-extra": "9.0.13", "@types/lodash-es": "4.17.6", - "@types/node": "18.11.18", + "@types/node": "20.11.0", "@types/semver": "7.3.13", "ts-node": "10.9.1", "typescript": "4.9.4" diff --git a/yarn.lock b/yarn.lock index 0361086435..e4ce3d824c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4330,10 +4330,12 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== -"@types/node@18.11.18": - version "18.11.18" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f" - integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== +"@types/node@20.11.0": + version "20.11.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.0.tgz#8e0b99e70c0c1ade1a86c4a282f7b7ef87c9552f" + integrity sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ== + dependencies: + undici-types "~5.26.4" "@types/node@^15.6.1": version "15.14.9" @@ -13568,6 +13570,11 @@ unc-path-regex@^0.1.2: resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo= +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== + undici@^5.12.0, undici@^5.8.0: version "5.26.3" resolved "https://registry.yarnpkg.com/undici/-/undici-5.26.3.tgz#ab3527b3d5bb25b12f898dfd22165d472dd71b79"