Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade googleapis from 36.0.0 to 37.0.0 #433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: jobs/v3/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181
  • Loading branch information
snyk-bot committed Jan 12, 2022
commit d25f1853d5db7f7e0a3849e0401e1efb7daf85ea
2 changes: 1 addition & 1 deletion jobs/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "repo-tools test run --cmd ava -- -T 40s --verbose system-test/*.test.js"
},
"dependencies": {
"googleapis": "36.0.0",
"googleapis": "37.0.0",
"safe-buffer": "5.1.2",
"uuid": "3.3.2",
"yargs": "12.0.5"
Expand Down