Update dependency googleapis to v100

This commit is contained in:
Renovate Bot
2022-04-02 01:47:33 +00:00
committed by Thomas Ruoff
parent aaf87d1a50
commit ef11284c94
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"autoprefixer": "10.4.4",
"date-fns": "2.28.0",
"date-fns-tz": "1.3.3",
"googleapis": "99.0.0",
"googleapis": "100.0.0",
"ics": "2.35.0",
"mongoose": "6.2.9",
"next": "12.1.4",
@@ -5610,9 +5610,9 @@
}
},
"node_modules/googleapis": {
"version": "99.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-99.0.0.tgz",
"integrity": "sha512-ZS+iFrNvvZykpGBgTgaj0FgmKCZnC+0tmbs8b5+vJnVcaaHMp8IPUWruNSFqZjg6M8Yey8/aJxhT5mT5Ja2+VQ==",
"version": "100.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-100.0.0.tgz",
"integrity": "sha512-RToFQGY54B756IDbjdyjb1vWFmn03bYpXHB2lIf0eq2UBYsIbYOLZ0kqSomfJnpclEukwEmMF7Jn6Wsev871ew==",
"dependencies": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"
@@ -17470,9 +17470,9 @@
}
},
"googleapis": {
"version": "99.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-99.0.0.tgz",
"integrity": "sha512-ZS+iFrNvvZykpGBgTgaj0FgmKCZnC+0tmbs8b5+vJnVcaaHMp8IPUWruNSFqZjg6M8Yey8/aJxhT5mT5Ja2+VQ==",
"version": "100.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-100.0.0.tgz",
"integrity": "sha512-RToFQGY54B756IDbjdyjb1vWFmn03bYpXHB2lIf0eq2UBYsIbYOLZ0kqSomfJnpclEukwEmMF7Jn6Wsev871ew==",
"requires": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"

View File

@@ -14,7 +14,7 @@
"autoprefixer": "10.4.4",
"date-fns": "2.28.0",
"date-fns-tz": "1.3.3",
"googleapis": "99.0.0",
"googleapis": "100.0.0",
"ics": "2.35.0",
"mongoose": "6.2.9",
"next": "12.1.4",