Skip to content

Commit 11372e6

Browse files
authored
fix: update minimum google-gax to avoid taffydb vulnerabilities (#1695)
https://togithub.com/advisories/GHSA-mxhp-79qh-mcx6 fixes https://togithub.com/googleapis/nodejs-pubsub/issues/1692 Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/nodejs-pubsub/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #1692 🦕 Note: If you are opening a pull request against a `legacy` branch, PLEASE BE AWARE that we generally won't accept these except for things like important security fixes, and only for a limited time.
1 parent 8380474 commit 11372e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"arrify": "^2.0.0",
5959
"extend": "^3.0.2",
6060
"google-auth-library": "^8.0.2",
61-
"google-gax": "^3.5.2",
61+
"google-gax": "^3.5.6",
6262
"heap-js": "^2.2.0",
6363
"is-stream-ended": "^0.1.4",
6464
"lodash.snakecase": "^4.1.1",

0 commit comments

Comments
 (0)