Skip to content

Commit

Permalink
chore: bump protobufjs from 6.10.3 to 7.2.5 in /js (cosmos#180)
Browse files Browse the repository at this point in the history
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.10.3 to 7.2.5.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits/protobufjs-v7.2.5)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <[email protected]>
  • Loading branch information
dependabot[bot] and crodriguezvega authored Sep 5, 2023
1 parent b8c6d05 commit 4c27301
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"dependencies": {
"@noble/hashes": "^1.0.0",
"protobufjs": "^6.8.8"
"protobufjs": "^7.2.5"
}
}
27 changes: 11 additions & 16 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,9 @@
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
integrity "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="

"@types/long@^4.0.1":
version "4.0.2"
resolved "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz"

"@types/node@^13.7.0":
version "13.13.52"
resolved "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz"
"@types/node@>=13.7.0":
version "20.5.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.7.tgz#4b8ecac87fbefbc92f431d09c30e176fc0a7c377"

"@types/semver@^7.3.12":
version "7.5.0"
Expand Down Expand Up @@ -1491,9 +1487,9 @@ log-symbols@^2.2.0:
dependencies:
chalk "^2.0.1"

long@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/long/-/long-4.0.0.tgz"
long@^5.0.0:
version "5.2.3"
resolved "https://registry.yarnpkg.com/long/-/long-5.2.3.tgz#a3ba97f3877cf1d778eccbcb048525ebb77499e1"

lru-cache@^6.0.0:
version "6.0.0"
Expand Down Expand Up @@ -1778,9 +1774,9 @@ process-on-spawn@^1.0.0:
dependencies:
fromentries "^1.2.0"

protobufjs@^6.8.8:
version "6.10.3"
resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-6.10.3.tgz"
protobufjs@^7.2.5:
version "7.2.5"
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.5.tgz#45d5c57387a6d29a17aab6846dcc283f9b8e7f2d"
dependencies:
"@protobufjs/aspromise" "^1.1.2"
"@protobufjs/base64" "^1.1.2"
Expand All @@ -1792,9 +1788,8 @@ protobufjs@^6.8.8:
"@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"
"@types/node" ">=13.7.0"
long "^5.0.0"

punycode@^2.1.0:
version "2.1.1"
Expand Down

0 comments on commit 4c27301

Please sign in to comment.