Skip to content

Commit

Permalink
Bump the everything-else group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the everything-else group with 2 updates in the / directory: [protobufjs](https://github.com/protobufjs/protobuf.js) and [ts-proto](https://github.com/stephenh/ts-proto).


Updates `protobufjs` from 7.2.4 to 7.3.0
- [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.2.4...protobufjs-v7.3.0)

Updates `ts-proto` from 1.172.0 to 1.176.1
- [Release notes](https://github.com/stephenh/ts-proto/releases)
- [Changelog](https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md)
- [Commits](stephenh/ts-proto@v1.172.0...v1.176.1)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: ts-proto
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: everything-else
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent c897766 commit 54b7e67
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.0",
"ts-proto": "^1.172.0",
"ts-proto": "^1.176.1",
"typescript": "^5.4.2"
},
"scripts": {
Expand All @@ -51,6 +51,6 @@
"@cosmjs/ledger-amino": "^0.32.0",
"@gnolang/tm2-js-client": "^1.2.0",
"long": "^5.2.3",
"protobufjs": "^7.2.3"
"protobufjs": "^7.3.0"
}
}
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3031,10 +3031,10 @@ prompts@^2.0.1:
kleur "^3.0.3"
sisteransi "^1.0.5"

protobufjs@^7.2.3, 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==
protobufjs@^7.2.3, protobufjs@^7.2.4, protobufjs@^7.3.0:
version "7.3.0"
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.3.0.tgz#a32ec0422c039798c41a0700306a6e305b9cb32c"
integrity sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==
dependencies:
"@protobufjs/aspromise" "^1.1.2"
"@protobufjs/base64" "^1.1.2"
Expand Down Expand Up @@ -3376,23 +3376,23 @@ ts-poet@^6.7.0:
dependencies:
dprint-node "^1.0.8"

ts-proto-descriptors@1.15.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/ts-proto-descriptors/-/ts-proto-descriptors-1.15.0.tgz#e859e3a2887da2d954c552524719b80bdb6ee355"
integrity sha512-TYyJ7+H+7Jsqawdv+mfsEpZPTIj9siDHS6EMCzG/z3b/PZiphsX+mWtqFfFVe5/N0Th6V3elK9lQqjnrgTOfrg==
ts-proto-descriptors@1.16.0:
version "1.16.0"
resolved "https://registry.yarnpkg.com/ts-proto-descriptors/-/ts-proto-descriptors-1.16.0.tgz#e9f15d5d23774088f8573fa5a2d75130c64a565a"
integrity sha512-3yKuzMLpltdpcyQji1PJZRfoo4OJjNieKTYkQY8pF7xGKsYz/RHe3aEe4KiRxcinoBmnEhmuI+yJTxLb922ULA==
dependencies:
long "^5.2.3"
protobufjs "^7.2.4"

ts-proto@^1.172.0:
version "1.172.0"
resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.172.0.tgz#86bc94e452334f951a4ed5a6ded6a0354255dabf"
integrity sha512-+4myxp5H+qD4r3sQUwvewN3zpdKpApeuUI0+lxfdznvkd2TUFVaeOD0q6dHszEYKTzR7DHu96Z1pqpNSOXF8iQ==
ts-proto@^1.176.1:
version "1.176.1"
resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.176.1.tgz#43188226b3eac5dd395de0e5e48ee2fe16b5a343"
integrity sha512-oZtvXcAe/4ILiHSvNhrQAqZ3MHpwHXZ+J0gN1rBLvTQ7NBAmM8Ccl2kTiUqybDBs/48FFEalAqtErcjvO6ePPQ==
dependencies:
case-anything "^2.1.13"
protobufjs "^7.2.4"
ts-poet "^6.7.0"
ts-proto-descriptors "1.15.0"
ts-proto-descriptors "1.16.0"

tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
Expand Down

0 comments on commit 54b7e67

Please sign in to comment.