Skip to content

Commit 348d739

Browse files
committed
chore(deps): override protobufjs version
to get protobufjs/protobuf.js#1742
1 parent 0ad7877 commit 348d739

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"typedoc": "^0.25.7",
3737
"typescript": "^5.3.3"
3838
},
39+
"resolutions": {
40+
"**/protobufjs": "^7.2.4"
41+
},
3942
"engines": {
4043
"node": "^16.13 || ^18.12 || ^20.9"
4144
},

yarn.lock

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9906,26 +9906,7 @@ proto-list@~1.2.1:
99069906
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
99079907
integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
99089908

9909-
protobufjs@^6.8.8:
9910-
version "6.11.3"
9911-
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74"
9912-
integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==
9913-
dependencies:
9914-
"@protobufjs/aspromise" "^1.1.2"
9915-
"@protobufjs/base64" "^1.1.2"
9916-
"@protobufjs/codegen" "^2.0.4"
9917-
"@protobufjs/eventemitter" "^1.1.0"
9918-
"@protobufjs/fetch" "^1.1.0"
9919-
"@protobufjs/float" "^1.0.2"
9920-
"@protobufjs/inquire" "^1.1.0"
9921-
"@protobufjs/path" "^1.1.2"
9922-
"@protobufjs/pool" "^1.1.0"
9923-
"@protobufjs/utf8" "^1.1.0"
9924-
"@types/long" "^4.0.1"
9925-
"@types/node" ">=13.7.0"
9926-
long "^4.0.0"
9927-
9928-
protobufjs@^7.2.4:
9909+
protobufjs@^6.8.8, protobufjs@^7.2.4:
99299910
version "7.2.4"
99309911
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.4.tgz#3fc1ec0cdc89dd91aef9ba6037ba07408485c3ae"
99319912
integrity sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==

0 commit comments

Comments
 (0)