Skip to content

Commit

Permalink
chore(deps): update node-fetch to ^2.6.7 (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Apr 11, 2022
1 parent 9f4b359 commit 5f78907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"mocha": "^8.4.0",
"mockery": "^2.1.0",
"nock": "~13.2.0",
"node-fetch": "^2.2.0",
"node-fetch": "^2.6.7",
"proxyquire": "^2.1.3",
"sinon": "^13.0.0",
"tmp": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@google-cloud/pubsub": "^2.0.0",
"@google-cloud/storage": "^5.19.1",
"node-fetch": "^2.3.0",
"node-fetch": "^2.6.7",
"uuid": "^8.0.0",
"yargs": "^16.0.0"
},
Expand Down

0 comments on commit 5f78907

Please sign in to comment.