From e851e4e0336e8ef30cbbf9719c91c723c97d232d Mon Sep 17 00:00:00 2001 From: Alejandro Busse Date: Thu, 15 Feb 2024 19:03:12 -0300 Subject: [PATCH] fix(root): lock isbinaryfile version added isbinaryfile@5.0.0 to yarn resoltuions to prevent upgrades since newer versions are not compatible with node 16 WP-1436 TICKET: WP-1436 --- package.json | 1 + yarn.lock | 9 ++------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e8068e1e99..79fb8cc613 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,7 @@ "eventsource": "2.0.2", "follow-redirects": "1.15.4", "io-ts": "2.1.3", + "isbinaryfile" : "5.0.0", "minimist": "1.2.6", "parse-path": "^5.0.0", "parse-url": "8.1.0", diff --git a/yarn.lock b/yarn.lock index 733b5deffe..452a6a16cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12417,14 +12417,9 @@ isarray@^2.0.5: resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz" integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== -isbinaryfile@^4.0.6: - version "4.0.10" - resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz" - integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw== - -isbinaryfile@^5.0.0: +isbinaryfile@5.0.0, isbinaryfile@^4.0.6, isbinaryfile@^5.0.0: version "5.0.0" - resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.0.tgz" + resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.0.tgz#034b7e54989dab8986598cbcea41f66663c65234" integrity sha512-UDdnyGvMajJUWCkib7Cei/dvyJrrvo4FIrsvSFWdPpXSUorzXrDJ0S+X5Q4ZlasfPjca4yqCNNsjbCeiy8FFeg== isexe@^2.0.0: