Skip to content

Commit

Permalink
Update dependency googleapis to v35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 5, 2018
1 parent a5ac074 commit 361af16
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion functions/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^2.0.0",
"googleapis": "^33.0.0",
"googleapis": "^35.0.0",
"slack": "^11.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "ava -T 20s --verbose test/*.test.js"
},
"dependencies": {
"googleapis": "22.2.0"
"googleapis": "35.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion healthcare/datasets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ava": "^0.25.0"
},
"dependencies": {
"googleapis": "^32.0.0",
"googleapis": "^35.0.0",
"uuid": "^3.3.2",
"yargs": "^12.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion healthcare/dicom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ava": "^0.25.0"
},
"dependencies": {
"googleapis": "^32.0.0",
"googleapis": "^35.0.0",
"uuid": "^3.3.2",
"yargs": "^12.0.1",
"gtoken": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion healthcare/fhir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ava": "^0.25.0"
},
"dependencies": {
"googleapis": "^32.0.0",
"googleapis": "^35.0.0",
"uuid": "^3.3.2",
"yargs": "^12.0.1",
"gtoken": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion healthcare/hl7v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ava": "^0.25.0"
},
"dependencies": {
"googleapis": "^32.0.0",
"googleapis": "^35.0.0",
"uuid": "^3.3.2",
"yargs": "^12.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion iot/http_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"manager": "../manager",
"googleapis": "^32.0.0",
"googleapis": "^35.0.0",
"@google-cloud/pubsub": "0.21.1",
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"ava": "0.25.0",
Expand Down
2 changes: 1 addition & 1 deletion iot/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "0.21.1",
"googleapis": "^32.0.0",
"googleapis": "^35.0.0",
"yargs": "8.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion iot/mqtt_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"manager": "../manager",
"googleapis": "^32.0.0",
"googleapis": "^35.0.0",
"@google-cloud/pubsub": "0.21.1",
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"ava": "0.25.0",
Expand Down
2 changes: 1 addition & 1 deletion storage-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@google-cloud/storage": "1.7.0",
"googleapis": "27.0.0",
"googleapis": "35.0.0",
"moment": "2.22.2",
"safe-buffer": "5.1.2",
"yargs": "11.1.0"
Expand Down

0 comments on commit 361af16

Please sign in to comment.