Bump googleapis from 67.1.1 to 68.0.0 #71

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/googleapis-68.0.0 into main 2021-03-19 12:13:02 +00:00
2 changed files with 9 additions and 10 deletions

14
package-lock.json generated

@ -16,7 +16,7 @@
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"googleapis": "^67.0.0",
"googleapis": "^68.0.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"node-localstorage": "^2.1.6",
@ -1287,9 +1287,9 @@
}
},
"node_modules/googleapis": {
"version": "67.1.1",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-67.1.1.tgz",
"integrity": "sha512-WLYk8R4dpW/oIxXhj0PQGhu+eOUpQbtWYTCxx/jeENr4arE9UmV5qmz0h1Gs1SPF/O/8PjCQIsPwOuHAlj78GA==",
"version": "68.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-68.0.0.tgz",
"integrity": "sha512-yleU83x5F314e+YHt6cq2x1afMRFUPiNFW35buDH7BStOUhS1dRvEiV8b0IudoyuOIOWylBc1FPg8evcxcDj7g==",
"dependencies": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.1"
@ -3760,9 +3760,9 @@
}
},
"googleapis": {
"version": "67.1.1",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-67.1.1.tgz",
"integrity": "sha512-WLYk8R4dpW/oIxXhj0PQGhu+eOUpQbtWYTCxx/jeENr4arE9UmV5qmz0h1Gs1SPF/O/8PjCQIsPwOuHAlj78GA==",
"version": "68.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-68.0.0.tgz",
"integrity": "sha512-yleU83x5F314e+YHt6cq2x1afMRFUPiNFW35buDH7BStOUhS1dRvEiV8b0IudoyuOIOWylBc1FPg8evcxcDj7g==",
"requires": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.1"

@ -47,7 +47,7 @@
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"googleapis": "^67.0.0",
"googleapis": "^68.0.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"node-localstorage": "^2.1.6",
@ -64,7 +64,6 @@
"node": ">=14"
},
"devDependencies": {
"eslint": "^7.19.0",
"xmldom": "^0.5.0"
"eslint": "^7.19.0"
}
}