update googleapis

This commit is contained in:
Thomas Ruoff
2025-03-30 22:12:14 +02:00
parent 8e65500875
commit 7af7065f32
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"classnames": "2.5.1", "classnames": "2.5.1",
"date-fns": "2.30.0", "date-fns": "2.30.0",
"date-fns-tz": "2.0.1", "date-fns-tz": "2.0.1",
"googleapis": "142.0.0", "googleapis": "^148.0.0",
"ics": "3.8.1", "ics": "3.8.1",
"mongoose": "^8.13.1", "mongoose": "^8.13.1",
"next": "15.2.4", "next": "15.2.4",
@@ -8064,10 +8064,9 @@
} }
}, },
"node_modules/googleapis": { "node_modules/googleapis": {
"version": "142.0.0", "version": "148.0.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-142.0.0.tgz", "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-148.0.0.tgz",
"integrity": "sha512-LsU1ynez4/KNPwnFMSDI93pBEsETNdQPCrT3kz2qgiNg5H2pW4dKW+1VmENMkZ4u9lMxA89nnXD3nqWBJ0rruQ==", "integrity": "sha512-8PDG5VItm6E1TdZWDqtRrUJSlBcNwz0/MwCa6AL81y/RxPGXJRUwKqGZfCoVX1ZBbfr3I4NkDxBmeTyOAZSWqw==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"google-auth-library": "^9.0.0", "google-auth-library": "^9.0.0",
"googleapis-common": "^7.0.0" "googleapis-common": "^7.0.0"

View File

@@ -21,7 +21,7 @@
"classnames": "2.5.1", "classnames": "2.5.1",
"date-fns": "2.30.0", "date-fns": "2.30.0",
"date-fns-tz": "2.0.1", "date-fns-tz": "2.0.1",
"googleapis": "142.0.0", "googleapis": "^148.0.0",
"ics": "3.8.1", "ics": "3.8.1",
"mongoose": "^8.13.1", "mongoose": "^8.13.1",
"next": "15.2.4", "next": "15.2.4",