Skip to content

Commit a0bc4dd

Browse files
chore(deps): bump protobufjs from 7.5.4 to 8.0.1
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.4 to 8.0.1. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-v7.5.4...protobufjs-v8.0.1) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4584ba5 commit a0bc4dd

3 files changed

Lines changed: 22 additions & 23 deletions

File tree

modules/abstract-cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"bignumber.js": "^9.1.1",
5151
"cosmjs-types": "^0.6.1",
5252
"lodash": "^4.18.0",
53-
"protobufjs": "^7.4.0",
53+
"protobufjs": "^8.0.1",
5454
"superagent": "^9.0.1"
5555
},
5656
"devDependencies": {

modules/sdk-coin-icp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ic0": "^0.3.2",
5656
"js-sha256": "^0.9.0",
5757
"long": "^5.3.2",
58-
"protobufjs": "^7.5.0"
58+
"protobufjs": "^8.0.1"
5959
},
6060
"devDependencies": {
6161
"@bitgo/sdk-api": "^1.77.0",

yarn.lock

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6247,7 +6247,7 @@
62476247
dependencies:
62486248
"@types/node" "*"
62496249

6250-
"@types/node@*", "@types/node@^24.10.9":
6250+
"@types/node@*", "@types/node@>= 8", "@types/node@>=10.0.0", "@types/node@>=13.7.0", "@types/node@^24.10.9":
62516251
version "24.10.9"
62526252
resolved "https://registry.npmjs.org/@types/node/-/node-24.10.9.tgz"
62536253
integrity sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==
@@ -6266,20 +6266,6 @@
62666266
dependencies:
62676267
undici-types "~6.19.2"
62686268

6269-
"@types/node@>= 8", "@types/node@>=13.7.0":
6270-
version "24.3.0"
6271-
resolved "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz"
6272-
integrity sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==
6273-
dependencies:
6274-
undici-types "~7.10.0"
6275-
6276-
"@types/node@>=10.0.0":
6277-
version "24.3.1"
6278-
resolved "https://registry.npmjs.org/@types/node/-/node-24.3.1.tgz"
6279-
integrity sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==
6280-
dependencies:
6281-
undici-types "~7.10.0"
6282-
62836269
"@types/node@^12.12.54", "@types/node@^12.12.7":
62846270
version "12.20.55"
62856271
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz"
@@ -17457,7 +17443,7 @@ protobufjs@^6.8.8, protobufjs@~6.11.2, protobufjs@~6.11.3:
1745717443
"@types/node" ">=13.7.0"
1745817444
long "^4.0.0"
1745917445

17460-
protobufjs@^7.2.5, protobufjs@^7.4.0, protobufjs@^7.5.0:
17446+
protobufjs@^7.2.5:
1746117447
version "7.5.4"
1746217448
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz"
1746317449
integrity sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==
@@ -17475,6 +17461,24 @@ protobufjs@^7.2.5, protobufjs@^7.4.0, protobufjs@^7.5.0:
1747517461
"@types/node" ">=13.7.0"
1747617462
long "^5.0.0"
1747717463

17464+
protobufjs@^8.0.1:
17465+
version "8.0.1"
17466+
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-8.0.1.tgz#c1781abf9a73812cbd483b32138ac59948223806"
17467+
integrity sha512-NWWCCscLjs+cOKF/s/XVNFRW7Yih0fdH+9brffR5NZCy8k42yRdl5KlWKMVXuI1vfCoy4o1z80XR/W/QUb3V3w==
17468+
dependencies:
17469+
"@protobufjs/aspromise" "^1.1.2"
17470+
"@protobufjs/base64" "^1.1.2"
17471+
"@protobufjs/codegen" "^2.0.4"
17472+
"@protobufjs/eventemitter" "^1.1.0"
17473+
"@protobufjs/fetch" "^1.1.0"
17474+
"@protobufjs/float" "^1.0.2"
17475+
"@protobufjs/inquire" "^1.1.0"
17476+
"@protobufjs/path" "^1.1.2"
17477+
"@protobufjs/pool" "^1.1.0"
17478+
"@protobufjs/utf8" "^1.1.0"
17479+
"@types/node" ">=13.7.0"
17480+
long "^5.0.0"
17481+
1747817482
protocols@^2.0.0, protocols@^2.0.1:
1747917483
version "2.0.2"
1748017484
resolved "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz"
@@ -20480,11 +20484,6 @@ undici-types@~6.19.2:
2048020484
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz"
2048120485
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
2048220486

20483-
undici-types@~7.10.0:
20484-
version "7.10.0"
20485-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz"
20486-
integrity sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==
20487-
2048820487
undici-types@~7.16.0:
2048920488
version "7.16.0"
2049020489
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz"

0 commit comments

Comments
 (0)