Skip to content

Commit 1564858

Browse files
author
Ace Nassri
committed
Add + run dependency updating (bash) script (#401)
* Add + run dependency updating script * Address comments Change-Id: I67af9d3ab9e461b579dbaee92274b6163d73c23e * Run dependency script again Change-Id: Icbec4acb2cc6bcfa40e0a3a705c5a1059d64efa5 * Update license Change-Id: Ic1dd0a1bd34356e415bdbf005b81a71a8d2695c2 * Update (more) dependencies Change-Id: Idaed95b9cfe486797fa75946b6f55e7e702217b8
1 parent 3f00868 commit 1564858

File tree

2 files changed

+368
-435
lines changed

2 files changed

+368
-435
lines changed

compute/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"test": "npm run unit-test && npm run system-test"
2020
},
2121
"dependencies": {
22-
"@google-cloud/compute": "0.7.1",
22+
"@google-cloud/compute": "0.7.2",
2323
"googleapis": "19.0.0",
2424
"nodemailer": "4.0.1",
2525
"nodemailer-smtp-transport": "2.7.4",
26-
"sendgrid": "5.0.0"
26+
"sendgrid": "5.1.1"
2727
},
2828
"devDependencies": {
29-
"@google-cloud/nodejs-repo-tools": "1.4.14",
29+
"@google-cloud/nodejs-repo-tools": "1.4.15",
3030
"ava": "0.19.1",
31-
"proxyquire": "1.7.11"
31+
"proxyquire": "1.8.0"
3232
},
3333
"cloud-repo-tools": {
3434
"requiresKeyFile": true,

0 commit comments

Comments
 (0)