Skip to content

Commit

Permalink
fix(deps): update dependency googleapis to v40 (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fhinkel committed May 15, 2019
1 parent 58f918f commit b740ff2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion functions/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^4.0.0",
"googleapis": "^39.0.0",
"googleapis": "^40.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 @@ -15,7 +15,7 @@
"test": "mocha test/*.test.js --timeout=20000"
},
"dependencies": {
"googleapis": "^39.0.0"
"googleapis": "^40.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.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 @@
"mocha": "^5.2.0"
},
"dependencies": {
"googleapis": "^39.0.0",
"googleapis": "^40.0.0",
"uuid": "^3.3.2",
"yargs": "^13.0.0"
},
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 @@
"mocha": "^5.2.0"
},
"dependencies": {
"googleapis": "^39.0.0",
"googleapis": "^40.0.0",
"uuid": "^3.3.2",
"yargs": "^13.0.0",
"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 @@
"mocha": "^5.2.0"
},
"dependencies": {
"googleapis": "^39.0.0",
"googleapis": "^40.0.0",
"uuid": "^3.3.2",
"yargs": "^13.0.0",
"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 @@
"mocha": "^5.2.0"
},
"dependencies": {
"googleapis": "^39.0.0",
"googleapis": "^40.0.0",
"uuid": "^3.3.2",
"yargs": "^13.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion iot/beta-features/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"unit-test": "mocha *.test.js --timeout=600000"
},
"dependencies": {
"googleapis": "^39.0.0",
"googleapis": "^40.0.0",
"jsonwebtoken": "^8.3.0",
"mqtt": "^2.18.8",
"yargs": "^13.2.2"
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 @@ -24,7 +24,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0",
"@google-cloud/pubsub": "^0.28.0",
"googleapis": "^39.0.0",
"googleapis": "^40.0.0",
"mocha": "^6.0.0",
"uuid": "^3.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion iot/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@google-cloud/iot": "^0.2.0",
"@google-cloud/pubsub": "^0.28.0",
"googleapis": "^39.0.0",
"googleapis": "^40.0.0",
"yargs": "^13.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion jobs/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"system-test": "mocha system-test/*.test.js --timeout=60000"
},
"dependencies": {
"googleapis": "^39.0.0"
"googleapis": "^40.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion jobs/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"system-test": "mocha system-test/*.test.js --timeout=40000"
},
"dependencies": {
"googleapis": "^39.0.0",
"googleapis": "^40.0.0",
"safe-buffer": "^5.1.2",
"uuid": "^3.3.2",
"yargs": "^13.2.2"
Expand Down
2 changes: 1 addition & 1 deletion storage-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "repo-tools test install --cmd=npm -- run unit-test && repo-tools test install --cmd=npm -- run system-test"
},
"dependencies": {
"googleapis": "^39.0.0",
"googleapis": "^40.0.0",
"moment": "^2.24.0",
"yargs": "^13.2.2"
},
Expand Down

0 comments on commit b740ff2

Please sign in to comment.