From eefc133edaad255f048b579fabdbfcbac8a170d6 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Fri, 7 Jun 2024 18:55:21 +0200 Subject: [PATCH] fix: update lockfile to only include `@types/node@20.11.0` (#2412) * fix: update lockfile to only include `@types/node@20.11.0` * update CHANGELOG.md --- CHANGELOG.md | 2 ++ yarn.lock | 7 +------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce8d2513e3..f8741027e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ This is the log of notable changes to EAS CLI and related packages. ### ๐Ÿงน Chores +- Update lockfile to only include `@types/node@20.11.0`. ([#2412](https://github.com/expo/eas-cli/pull/2412) by [@byCedric](https://github.com/byCedric)) + ## [9.2.0](https://github.com/expo/eas-cli/releases/tag/v9.2.0) - 2024-06-06 ### ๐ŸŽ‰ New features diff --git a/yarn.lock b/yarn.lock index 2b102a55d2..171b675bf3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3853,12 +3853,7 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@>= 8": - version "14.0.27" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" - integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== - -"@types/node@20.11.0": +"@types/node@*", "@types/node@20.11.0", "@types/node@>= 8": version "20.11.0" resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.0.tgz#8e0b99e70c0c1ade1a86c4a282f7b7ef87c9552f" integrity sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ==