Bump googleapis from 68.0.0 to 70.0.0 #78

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/googleapis-70.0.0 into main 2021-04-02 06:42:53 +00:00
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -16,7 +16,7 @@
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"googleapis": "^68.0.0",
"googleapis": "^70.0.0",
"minimist": "^1.2.5",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
@ -1314,12 +1314,12 @@
}
},
"node_modules/googleapis": {
"version": "68.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-68.0.0.tgz",
"integrity": "sha512-yleU83x5F314e+YHt6cq2x1afMRFUPiNFW35buDH7BStOUhS1dRvEiV8b0IudoyuOIOWylBc1FPg8evcxcDj7g==",
"version": "70.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-70.0.0.tgz",
"integrity": "sha512-JMZ1lvYT67Aa6VJc/051JcFKWFh1sAPMb+yeSf7dsjXWornQlAL9qZZg+MghhOJWA0+n/PG7gYhaTVel/+2q5g==",
"dependencies": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.1"
"googleapis-common": "^5.0.2"
},
"engines": {
"node": ">=10"
@ -3903,12 +3903,12 @@
}
},
"googleapis": {
"version": "68.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-68.0.0.tgz",
"integrity": "sha512-yleU83x5F314e+YHt6cq2x1afMRFUPiNFW35buDH7BStOUhS1dRvEiV8b0IudoyuOIOWylBc1FPg8evcxcDj7g==",
"version": "70.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-70.0.0.tgz",
"integrity": "sha512-JMZ1lvYT67Aa6VJc/051JcFKWFh1sAPMb+yeSf7dsjXWornQlAL9qZZg+MghhOJWA0+n/PG7gYhaTVel/+2q5g==",
"requires": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.1"
"googleapis-common": "^5.0.2"
}
},
"googleapis-common": {

View File

@ -47,7 +47,7 @@
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"googleapis": "^68.0.0",
"googleapis": "^70.0.0",
"minimist": "^1.2.5",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",