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

View File

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