Skip to content

Commit

Permalink
Bump ts-proto from 1.135.0 to 1.137.0 in /dashboard
Browse files Browse the repository at this point in the history
Bumps [ts-proto](https://github.com/stephenh/ts-proto) from 1.135.0 to 1.137.0.
- [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.135.0...v1.137.0)

---
updated-dependencies:
- dependency-name: ts-proto
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2022
1 parent fa761a0 commit fe8f6e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0",
"ts-jest": "^29.0.3",
"ts-proto": "^1.135.0",
"ts-proto": "^1.137.0",
"typescript": "^4.9.4"
},
"resolutions": {
Expand Down
14 changes: 10 additions & 4 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3910,6 +3910,11 @@ capture-exit@^2.0.0:
dependencies:
rsvp "^4.8.4"

case-anything@^2.1.10:
version "2.1.10"
resolved "https://registry.yarnpkg.com/case-anything/-/case-anything-2.1.10.tgz#d18a6ca968d54ec3421df71e3e190f3bced23410"
integrity sha512-JczJwVrCP0jPKh05McyVsuOg6AYosrB9XWZKbQzXeDAm2ClE/PJE/BcrrQrVyGYH7Jg8V/LDupmyL4kFlVsVFQ==

case-sensitive-paths-webpack-plugin@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
Expand Down Expand Up @@ -13320,12 +13325,13 @@ ts-proto-descriptors@1.7.1:
long "^4.0.0"
protobufjs "^6.8.8"

ts-proto@^1.135.0:
version "1.135.0"
resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.135.0.tgz#9e6ebb8fff42325d4ae475d2cd763068a8485846"
integrity sha512-NwK+PcSiWZBzO8GFVID2Ig71vIZRCApTG8XDZIlQ3WabbJlbUx9zsrHcYNojcUENtqkiYywTp3uTP6dketiCpw==
ts-proto@^1.137.0:
version "1.137.0"
resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.137.0.tgz#505d8df002a6898c7ed1d80ca51e3b47a5af31f8"
integrity sha512-9+j/Z8DdnVGIyFHxg35nmVYx1dnY8Ig5zYKpvRRQphjTch7i2sPYDEmITkPC2KFNTFCezLX0xzKTelomrek9xw==
dependencies:
"@types/object-hash" "^1.3.0"
case-anything "^2.1.10"
dataloader "^1.4.0"
object-hash "^1.3.1"
protobufjs "^6.11.3"
Expand Down

0 comments on commit fe8f6e4

Please sign in to comment.