Skip to content

Commit

Permalink
fix(deps): update dependency googleapis to v67 (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 12, 2021
1 parent ebad45a commit d3953c2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion functions/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^6.0.0",
"googleapis": "^66.0.0",
"googleapis": "^67.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 @@ -16,7 +16,7 @@
},
"dependencies": {
"@slack/events-api": "^2.3.0",
"googleapis": "^66.0.0"
"googleapis": "^67.0.0"
},
"devDependencies": {
"mocha": "^8.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 @@ -15,7 +15,7 @@
"mocha": "^8.0.0"
},
"dependencies": {
"googleapis": "^66.0.0",
"googleapis": "^67.0.0",
"uuid": "^8.0.0",
"yargs": "^16.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 @@ -17,7 +17,7 @@
"mocha": "^8.0.0"
},
"dependencies": {
"googleapis": "^66.0.0",
"googleapis": "^67.0.0",
"uuid": "^8.0.0",
"yargs": "^16.0.0",
"gtoken": "^5.0.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 @@ -17,7 +17,7 @@
"mocha": "^8.0.0"
},
"dependencies": {
"googleapis": "^66.0.0",
"googleapis": "^67.0.0",
"uuid": "^8.0.0",
"yargs": "^16.0.0",
"gtoken": "^5.0.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": "^8.0.0"
},
"dependencies": {
"googleapis": "^66.0.0",
"googleapis": "^67.0.0",
"uuid": "^8.0.0",
"yargs": "^16.0.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 @@ -17,7 +17,7 @@
"test": "npm run unit-test && npm run system-test"
},
"dependencies": {
"googleapis": "^66.0.0",
"googleapis": "^67.0.0",
"moment": "^2.24.0",
"yargs": "^16.0.0"
},
Expand Down

0 comments on commit d3953c2

Please sign in to comment.