Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@d-zero/google-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"ansi-colors": "4.1.3",
"debug": "4.4.3",
"googleapis": "152.0.0"
"googleapis": "161.0.0"
},
"devDependencies": {
"@types/debug": "4.1.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/@d-zero/google-sheets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@d-zero/shared": "0.9.2",
"debug": "4.4.3",
"gaxios": "6.7.1",
"googleapis": "152.0.0"
"googleapis": "161.0.0"
}
}
29 changes: 22 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ __metadata:
"@types/debug": "npm:4.1.12"
ansi-colors: "npm:4.1.3"
debug: "npm:4.4.3"
googleapis: "npm:152.0.0"
googleapis: "npm:161.0.0"
languageName: unknown
linkType: soft

Expand All @@ -1152,7 +1152,7 @@ __metadata:
"@d-zero/shared": "npm:0.9.2"
debug: "npm:4.4.3"
gaxios: "npm:6.7.1"
googleapis: "npm:152.0.0"
googleapis: "npm:161.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7857,6 +7857,21 @@ __metadata:
languageName: node
linkType: hard

"google-auth-library@npm:^10.2.0":
version: 10.4.0
resolution: "google-auth-library@npm:10.4.0"
dependencies:
base64-js: "npm:^1.3.0"
ecdsa-sig-formatter: "npm:^1.0.11"
gaxios: "npm:^7.0.0"
gcp-metadata: "npm:^7.0.0"
google-logging-utils: "npm:^1.0.0"
gtoken: "npm:^8.0.0"
jws: "npm:^4.0.0"
checksum: 10c0/84e8deffbc3fa6a34ef82be87a00707c093ce056565bbe51612de198c0fbf1d1b57ee05e22cf448a2f8547dd4eeaf375b49bc8609a08dd4e07dd6047018f806e
languageName: node
linkType: hard

"google-logging-utils@npm:^1.0.0":
version: 1.1.1
resolution: "google-logging-utils@npm:1.1.1"
Expand All @@ -7877,13 +7892,13 @@ __metadata:
languageName: node
linkType: hard

"googleapis@npm:152.0.0":
version: 152.0.0
resolution: "googleapis@npm:152.0.0"
"googleapis@npm:161.0.0":
version: 161.0.0
resolution: "googleapis@npm:161.0.0"
dependencies:
google-auth-library: "npm:^10.1.0"
google-auth-library: "npm:^10.2.0"
googleapis-common: "npm:^8.0.0"
checksum: 10c0/4a636d8ed23a05b5d3f2921e6d0e72838162db189027d096998c02d17c2ff2be70d0c3b9e29cf3e4ab3e925bf8b29f105d502a54329a037d0ad3c33603000b81
checksum: 10c0/ef75a5eb3ccd628ebddfdf1d4774f5d6301f13bcd95330a4a8ba3053caf5f0dfec7ffe6437ffe8fd1db1a8ad9660f7372331be730c6ba2579df7991ee8818749
languageName: node
linkType: hard

Expand Down
Loading