Skip to content

Commit

Permalink
Upgrade request dependency, fixes #608 (#612)
Browse files Browse the repository at this point in the history
`tough-cookie`, a transitive dependency of this module
via `request`, has a security vulnerability:

https://nodesecurity.io/advisories/130

`request` has already upgraded its dependency to fix
the issue, so it's just a matter of bumping the version
depended on here.
  • Loading branch information
bengourley authored and jmdobry committed Aug 6, 2016
1 parent d1af41b commit 1586e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"async": "~1.5.2",
"gapitoken": "~0.1.5",
"google-auth-library": "~0.9.7",
"request": "~2.72.0",
"request": "^2.74.0",
"string-template": "~1.0.0",
"url": "^0.11.0"
},
Expand Down

0 comments on commit 1586e6f

Please sign in to comment.