From 6ec886730a23146dac2e0e41eccc53843b3fd3b7 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Mon, 26 Feb 2024 11:28:53 -0800 Subject: [PATCH] chore(deps): override protobufjs version to get https://github.com/protobufjs/protobuf.js/pull/1742 --- package.json | 3 +++ yarn.lock | 21 +-------------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index fc88cf801be..1adc4654e34 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,9 @@ "typedoc": "^0.25.7", "typescript": "^5.3.3" }, + "resolutions": { + "**/protobufjs": "^7.2.4" + }, "engines": { "node": "^16.13 || ^18.12 || ^20.9" }, diff --git a/yarn.lock b/yarn.lock index 6d40cd0734b..0364f3f1dfb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9906,26 +9906,7 @@ proto-list@~1.2.1: resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk= -protobufjs@^6.8.8: - version "6.11.3" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74" - integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg== - dependencies: - "@protobufjs/aspromise" "^1.1.2" - "@protobufjs/base64" "^1.1.2" - "@protobufjs/codegen" "^2.0.4" - "@protobufjs/eventemitter" "^1.1.0" - "@protobufjs/fetch" "^1.1.0" - "@protobufjs/float" "^1.0.2" - "@protobufjs/inquire" "^1.1.0" - "@protobufjs/path" "^1.1.2" - "@protobufjs/pool" "^1.1.0" - "@protobufjs/utf8" "^1.1.0" - "@types/long" "^4.0.1" - "@types/node" ">=13.7.0" - long "^4.0.0" - -protobufjs@^7.2.4: +protobufjs@^6.8.8, protobufjs@^7.2.4: version "7.2.4" resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.4.tgz#3fc1ec0cdc89dd91aef9ba6037ba07408485c3ae" integrity sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==