Skip to content

Commit d64a51c

Browse files
Bump googleapis from 142.0.0 to 171.4.0
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 142.0.0 to 171.4.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Commits](googleapis/google-api-nodejs-client@googleapis-v142.0.0...googleapis-v171.4.0) --- updated-dependencies: - dependency-name: googleapis dependency-version: 171.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc7b1ce commit d64a51c

2 files changed

Lines changed: 71 additions & 78 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"axios": "^1.13.5",
88
"dotenv": "^17.3.1",
9-
"googleapis": "^142.0.0",
9+
"googleapis": "^171.4.0",
1010
"node-fetch-native": "^1.6.7",
1111
"path": "^0.12.7"
1212
},

yarn.lock

Lines changed: 70 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ cross-spawn@^7.0.2:
225225
shebang-command "^2.0.0"
226226
which "^2.0.1"
227227

228+
data-uri-to-buffer@^4.0.0:
229+
version "4.0.1"
230+
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
231+
integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
232+
228233
debug@4, debug@^4.3.1, debug@^4.3.2:
229234
version "4.4.1"
230235
resolved "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz"
@@ -424,6 +429,14 @@ fastq@^1.6.0:
424429
dependencies:
425430
reusify "^1.0.4"
426431

432+
fetch-blob@^3.1.2, fetch-blob@^3.1.4:
433+
version "3.2.0"
434+
resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
435+
integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
436+
dependencies:
437+
node-domexception "^1.0.0"
438+
web-streams-polyfill "^3.0.3"
439+
427440
file-entry-cache@^6.0.1:
428441
version "6.0.1"
429442
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -469,6 +482,13 @@ form-data@^4.0.5:
469482
hasown "^2.0.2"
470483
mime-types "^2.1.12"
471484

485+
formdata-polyfill@^4.0.10:
486+
version "4.0.10"
487+
resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
488+
integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
489+
dependencies:
490+
fetch-blob "^3.1.2"
491+
472492
fs.realpath@^1.0.0:
473493
version "1.0.0"
474494
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -479,24 +499,22 @@ function-bind@^1.1.2:
479499
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
480500
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
481501

482-
gaxios@^6.0.0, gaxios@^6.0.3, gaxios@^6.1.1:
483-
version "6.7.1"
484-
resolved "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz"
485-
integrity sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==
502+
gaxios@^7.0.0, gaxios@^7.0.0-rc.4, gaxios@^7.1.4:
503+
version "7.1.4"
504+
resolved "https://registry.yarnpkg.com/gaxios/-/gaxios-7.1.4.tgz#33a5b78e2c5c01cf5a5d17f58dd188839867fc9c"
505+
integrity sha512-bTIgTsM2bWn3XklZISBTQX7ZSddGW+IO3bMdGaemHZ3tbqExMENHLx6kKZ/KlejgrMtj8q7wBItt51yegqalrA==
486506
dependencies:
487507
extend "^3.0.2"
488508
https-proxy-agent "^7.0.1"
489-
is-stream "^2.0.0"
490-
node-fetch "^2.6.9"
491-
uuid "^9.0.1"
509+
node-fetch "^3.3.2"
492510

493-
gcp-metadata@^6.1.0:
494-
version "6.1.1"
495-
resolved "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.1.tgz"
496-
integrity sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==
511+
gcp-metadata@8.1.2:
512+
version "8.1.2"
513+
resolved "https://registry.yarnpkg.com/gcp-metadata/-/gcp-metadata-8.1.2.tgz#e62e3373ddf41fc727ccc31c55c687b798bee898"
514+
integrity sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==
497515
dependencies:
498-
gaxios "^6.1.1"
499-
google-logging-utils "^0.0.2"
516+
gaxios "^7.0.0"
517+
google-logging-utils "^1.0.0"
500518
json-bigint "^1.0.0"
501519

502520
get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
@@ -549,42 +567,41 @@ globals@^13.19.0:
549567
dependencies:
550568
type-fest "^0.20.2"
551569

552-
google-auth-library@^9.0.0, google-auth-library@^9.7.0:
553-
version "9.15.1"
554-
resolved "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.15.1.tgz"
555-
integrity sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==
570+
google-auth-library@^10.1.0, google-auth-library@^10.2.0:
571+
version "10.6.2"
572+
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-10.6.2.tgz#44557c536aec626b7cda48a85b5d026e2c9b74c4"
573+
integrity sha512-e27Z6EThmVNNvtYASwQxose/G57rkRuaRbQyxM2bvYLLX/GqWZ5chWq2EBoUchJbCc57eC9ArzO5wMsEmWftCw==
556574
dependencies:
557575
base64-js "^1.3.0"
558576
ecdsa-sig-formatter "^1.0.11"
559-
gaxios "^6.1.1"
560-
gcp-metadata "^6.1.0"
561-
gtoken "^7.0.0"
577+
gaxios "^7.1.4"
578+
gcp-metadata "8.1.2"
579+
google-logging-utils "1.1.3"
562580
jws "^4.0.0"
563581

564-
google-logging-utils@^0.0.2:
565-
version "0.0.2"
566-
resolved "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-0.0.2.tgz"
567-
integrity sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==
582+
google-logging-utils@1.1.3, google-logging-utils@^1.0.0:
583+
version "1.1.3"
584+
resolved "https://registry.yarnpkg.com/google-logging-utils/-/google-logging-utils-1.1.3.tgz#17b71f1f95d266d2ddd356b8f00178433f041b17"
585+
integrity sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==
568586

569-
googleapis-common@^7.0.0:
570-
version "7.2.0"
571-
resolved "https://registry.npmjs.org/googleapis-common/-/googleapis-common-7.2.0.tgz"
572-
integrity sha512-/fhDZEJZvOV3X5jmD+fKxMqma5q2Q9nZNSF3kn1F18tpxmA86BcTxAGBQdM0N89Z3bEaIs+HVznSmFJEAmMTjA==
587+
googleapis-common@^8.0.0:
588+
version "8.0.1"
589+
resolved "https://registry.yarnpkg.com/googleapis-common/-/googleapis-common-8.0.1.tgz#5dc9042ec095d75c841e0e95cbeb17a88c010015"
590+
integrity sha512-eCzNACUXPb1PW5l0ULTzMHaL/ltPRADoPgjBlT8jWsTbxkCp6siv+qKJ/1ldaybCthGwsYFYallF7u9AkU4L+A==
573591
dependencies:
574592
extend "^3.0.2"
575-
gaxios "^6.0.3"
576-
google-auth-library "^9.7.0"
593+
gaxios "^7.0.0-rc.4"
594+
google-auth-library "^10.1.0"
577595
qs "^6.7.0"
578596
url-template "^2.0.8"
579-
uuid "^9.0.0"
580597

581-
googleapis@^142.0.0:
582-
version "142.0.0"
583-
resolved "https://registry.npmjs.org/googleapis/-/googleapis-142.0.0.tgz"
584-
integrity sha512-LsU1ynez4/KNPwnFMSDI93pBEsETNdQPCrT3kz2qgiNg5H2pW4dKW+1VmENMkZ4u9lMxA89nnXD3nqWBJ0rruQ==
598+
googleapis@^171.4.0:
599+
version "171.4.0"
600+
resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-171.4.0.tgz#aa7b76dcc60ead18ffac2e1909a3e7e053589cf1"
601+
integrity sha512-xybFL2SmmUgIifgsbsRQYRdNrSAYwxWZDmkZTGjUIaRnX5jPqR8el/cEvo6rCqh7iaZx6MfEPS/lrDgZ0bymkg==
585602
dependencies:
586-
google-auth-library "^9.0.0"
587-
googleapis-common "^7.0.0"
603+
google-auth-library "^10.2.0"
604+
googleapis-common "^8.0.0"
588605

589606
gopd@^1.2.0:
590607
version "1.2.0"
@@ -596,14 +613,6 @@ graphemer@^1.4.0:
596613
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
597614
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
598615

599-
gtoken@^7.0.0:
600-
version "7.1.0"
601-
resolved "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz"
602-
integrity sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==
603-
dependencies:
604-
gaxios "^6.0.0"
605-
jws "^4.0.0"
606-
607616
has-flag@^4.0.0:
608617
version "4.0.0"
609618
resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"
@@ -689,11 +698,6 @@ is-path-inside@^3.0.3:
689698
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
690699
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
691700

692-
is-stream@^2.0.0:
693-
version "2.0.1"
694-
resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz"
695-
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
696-
697701
isexe@^2.0.0:
698702
version "2.0.0"
699703
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
@@ -806,17 +810,24 @@ natural-compare@^1.4.0:
806810
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
807811
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
808812

813+
node-domexception@^1.0.0:
814+
version "1.0.0"
815+
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
816+
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
817+
809818
node-fetch-native@^1.6.7:
810819
version "1.6.7"
811820
resolved "https://registry.yarnpkg.com/node-fetch-native/-/node-fetch-native-1.6.7.tgz#9d09ca63066cc48423211ed4caf5d70075d76a71"
812821
integrity sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==
813822

814-
node-fetch@^2.6.9:
815-
version "2.7.0"
816-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz"
817-
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
823+
node-fetch@^3.3.2:
824+
version "3.3.2"
825+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
826+
integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
818827
dependencies:
819-
whatwg-url "^5.0.0"
828+
data-uri-to-buffer "^4.0.0"
829+
fetch-blob "^3.1.4"
830+
formdata-polyfill "^4.0.10"
820831

821832
object-inspect@^1.13.3:
822833
version "1.13.4"
@@ -1028,11 +1039,6 @@ text-table@^0.2.0:
10281039
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
10291040
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
10301041

1031-
tr46@~0.0.3:
1032-
version "0.0.3"
1033-
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
1034-
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
1035-
10361042
type-check@^0.4.0, type-check@~0.4.0:
10371043
version "0.4.0"
10381044
resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz"
@@ -1064,23 +1070,10 @@ util@^0.10.3:
10641070
dependencies:
10651071
inherits "2.0.3"
10661072

1067-
uuid@^9.0.0, uuid@^9.0.1:
1068-
version "9.0.1"
1069-
resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz"
1070-
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
1071-
1072-
webidl-conversions@^3.0.0:
1073-
version "3.0.1"
1074-
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
1075-
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
1076-
1077-
whatwg-url@^5.0.0:
1078-
version "5.0.0"
1079-
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
1080-
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
1081-
dependencies:
1082-
tr46 "~0.0.3"
1083-
webidl-conversions "^3.0.0"
1073+
web-streams-polyfill@^3.0.3:
1074+
version "3.3.3"
1075+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b"
1076+
integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==
10841077

10851078
which@^2.0.1:
10861079
version "2.0.2"

0 commit comments

Comments
 (0)