Update dependency googleapis to v97

This commit is contained in:
Renovate Bot
2022-03-17 22:35:07 +00:00
committed by Thomas Ruoff
parent bbf021d4b3
commit 4144912fed
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -4200,9 +4200,9 @@
}
},
"google-auth-library": {
"version": "7.12.0",
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.12.0.tgz",
"integrity": "sha512-RS/whvFPMoF1hQNxnoVET3DWKPBt1Xgqe2rY0k+Jn7TNhoHlwdnSe7Rlcbo2Nub3Mt2lUVz26X65aDQrWp6x8w==",
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.14.0.tgz",
"integrity": "sha512-or8r7qUqGVI3W8lVSdPh0ZpeFyQHeE73g5c0p+bLNTTUFXJ+GSeDQmZRZ2p4H8cF/RJYa4PNvi/A1ar1uVNLFA==",
"requires": {
"arrify": "^2.0.0",
"base64-js": "^1.3.0",
@@ -4224,22 +4224,22 @@
}
},
"googleapis": {
"version": "95.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-95.0.0.tgz",
"integrity": "sha512-ZpFZW7FDwcjQa2+xZNS2SC5sK2s46iWKA5QSFVJSK3RELQec4PYHhzKwzbeCzt4urnjYp6udPif95zXTFxbtRA==",
"version": "97.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-97.0.0.tgz",
"integrity": "sha512-npfVjA4unKsyKvlBC7nhKq6ReH/lsSkSl+0AcW9/TrjT4Uc5QUyJCd1vhH54k5SGDpVQ0xMyyC06dVRMsNarRw==",
"requires": {
"google-auth-library": "^7.0.2",
"googleapis-common": "^5.0.2"
}
},
"googleapis-common": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-5.0.5.tgz",
"integrity": "sha512-o2dgoW4x4fLIAN+IVAOccz3mEH8Lj1LP9c9BSSvkNJEn+U7UZh0WSr4fdH08x5VH7+sstIpd1lOYFZD0g7j4pw==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-5.1.0.tgz",
"integrity": "sha512-RXrif+Gzhq1QAzfjxulbGvAY3FPj8zq/CYcvgjzDbaBNCD6bUl+86I7mUs4DKWHGruuK26ijjR/eDpWIDgNROA==",
"requires": {
"extend": "^3.0.2",
"gaxios": "^4.0.0",
"google-auth-library": "^7.0.2",
"google-auth-library": "^7.14.0",
"qs": "^6.7.0",
"url-template": "^2.0.8",
"uuid": "^8.0.0"

View File

@@ -14,7 +14,7 @@
"autoprefixer": "10.4.2",
"date-fns": "2.28.0",
"date-fns-tz": "1.3.0",
"googleapis": "95.0.0",
"googleapis": "97.0.0",
"ics": "2.35.0",
"mongoose": "6.2.6",
"next": "12.1.0",