Skip to content

Commit

Permalink
build(deps): bump @types/google-protobuf from 3.15.6 to 3.15.12 (#960)
Browse files Browse the repository at this point in the history
Bumps [@types/google-protobuf](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google-protobuf) from 3.15.6 to 3.15.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google-protobuf)

---
updated-dependencies:
- dependency-name: "@types/google-protobuf"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent b8b8d9a commit c7d1a47
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libraries/grpc-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/convict": "^6.1.6",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/google-protobuf": "^3.15.6",
"@types/google-protobuf": "^3.15.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.11.13",
"copyfiles": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion libraries/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/convict": "^6.1.6",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/google-protobuf": "^3.15.6",
"@types/google-protobuf": "^3.15.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.11.13",
"copyfiles": "^2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions libraries/testing-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"dependencies": {
"@grpc/grpc-js": "^1.9.7",
"@grpc/proto-loader": "^0.7.6",
"@types/google-protobuf": "^3.15.6",
"@types/google-protobuf": "^3.15.12",
"nice-grpc": "^2.1.7"
},
"devDependencies": {
"@types/convict": "^6.1.6",
"@types/google-protobuf": "^3.15.6",
"@types/google-protobuf": "^3.15.12",
"@types/node": "20.11.13",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3803,10 +3803,10 @@
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.10.tgz#6dfbf5ea17142f7f9a043809f1cd4c448cb68249"
integrity sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==

"@types/google-protobuf@^3.15.6":
version "3.15.6"
resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.6.tgz#674a69493ef2c849b95eafe69167ea59079eb504"
integrity sha512-pYVNNJ+winC4aek+lZp93sIKxnXt5qMkuKmaqS3WGuTq0Bw1ZDYNBgzG5kkdtwcv+GmYJGo3yEg6z2cKKAiEdw==
"@types/google-protobuf@^3.15.12":
version "3.15.12"
resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.12.tgz#eb2ba0eddd65712211a2b455dc6071d665ccf49b"
integrity sha512-40um9QqwHjRS92qnOaDpL7RmDK15NuZYo9HihiJRbYkMQZlWnuH8AdvbMy8/o6lgLmKbDUKa+OALCltHdbOTpQ==

"@types/graceful-fs@^4.1.3":
version "4.1.5"
Expand Down

0 comments on commit c7d1a47

Please sign in to comment.