|
12 | 12 | picocolors "^1.1.1" |
13 | 13 |
|
14 | 14 | "@babel/helper-validator-identifier@^7.27.1": |
15 | | - version "7.27.1" |
16 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
17 | | - integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 15 | + version "7.28.5" |
| 16 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 17 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
18 | 18 |
|
19 | 19 | "@google-cloud/paginator@^5.0.0": |
20 | 20 | version "5.0.2" |
|
35 | 35 | integrity sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g== |
36 | 36 |
|
37 | 37 | "@google-cloud/storage@^7.0.0": |
38 | | - version "7.17.2" |
39 | | - resolved "https://registry.yarnpkg.com/@google-cloud/storage/-/storage-7.17.2.tgz#dd6ed7a60c5f917612dd665f292541cb2624b243" |
40 | | - integrity sha512-6xN0KNO8L/LIA5zu3CJwHkJiB6n65eykBLOb0E+RooiHYgX8CSao6lvQiKT9TBk2gL5g33LL3fmhDodZnt56rw== |
| 38 | + version "7.17.3" |
| 39 | + resolved "https://registry.yarnpkg.com/@google-cloud/storage/-/storage-7.17.3.tgz#56006864e47514e7c1cfd12575ee98591f669afe" |
| 40 | + integrity sha512-gOnCAbFgAYKRozywLsxagdevTF7Gm+2Ncz5u5CQAuOv/2VCa0rdGJWvJFDOftPx1tc+q8TXiC2pEJfFKu+yeMQ== |
41 | 41 | dependencies: |
42 | 42 | "@google-cloud/paginator" "^5.0.0" |
43 | 43 | "@google-cloud/projectify" "^4.0.0" |
|
182 | 182 | "@types/node" "*" |
183 | 183 |
|
184 | 184 | "@types/node@*": |
185 | | - version "24.7.2" |
186 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.7.2.tgz#5adf66b6e2ac5cab1d10a2ad3682e359cb652f4a" |
187 | | - integrity sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA== |
| 185 | + version "24.10.0" |
| 186 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f" |
| 187 | + integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A== |
188 | 188 | dependencies: |
189 | | - undici-types "~7.14.0" |
| 189 | + undici-types "~7.16.0" |
190 | 190 |
|
191 | 191 | "@types/normalize-package-data@^2.4.0": |
192 | 192 | version "2.4.4" |
@@ -544,16 +544,7 @@ cp-file@9.1.0: |
544 | 544 | nested-error-stacks "^2.0.0" |
545 | 545 | p-event "^4.1.0" |
546 | 546 |
|
547 | | -cross-spawn@7.0.5: |
548 | | - version "7.0.5" |
549 | | - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82" |
550 | | - integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug== |
551 | | - dependencies: |
552 | | - path-key "^3.1.0" |
553 | | - shebang-command "^2.0.0" |
554 | | - which "^2.0.1" |
555 | | - |
556 | | -cross-spawn@^7.0.6: |
| 547 | +cross-spawn@7.0.6, cross-spawn@^7.0.6: |
557 | 548 | version "7.0.6" |
558 | 549 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" |
559 | 550 | integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== |
@@ -1337,7 +1328,7 @@ is-callable@^1.2.7: |
1337 | 1328 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" |
1338 | 1329 | integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== |
1339 | 1330 |
|
1340 | | -is-core-module@^2.16.0, is-core-module@^2.5.0: |
| 1331 | +is-core-module@^2.16.1, is-core-module@^2.5.0: |
1341 | 1332 | version "2.16.1" |
1342 | 1333 | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" |
1343 | 1334 | integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== |
@@ -2093,14 +2084,14 @@ reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9: |
2093 | 2084 | which-builtin-type "^1.2.1" |
2094 | 2085 |
|
2095 | 2086 | reg-cli@^0.18.5: |
2096 | | - version "0.18.10" |
2097 | | - resolved "https://registry.yarnpkg.com/reg-cli/-/reg-cli-0.18.10.tgz#b1f0522dfaaafeca9932193277b89a5d5194399a" |
2098 | | - integrity sha512-aT5xAxVTQWY5mMBhS/XOI6Tw9hxrEtUAqoxjTBaA7cFPPYIwomxMMfAGM7rmzDxPZy2rW27Y3y9sn8/+BVPLyw== |
| 2087 | + version "0.18.13" |
| 2088 | + resolved "https://registry.yarnpkg.com/reg-cli/-/reg-cli-0.18.13.tgz#66879ce89098054e55fd6cdbfeb0a664a32fb6af" |
| 2089 | + integrity sha512-I6XVSZMtqO8vjflxzKSBrGTgDQLOtKtOfVvMg/0mIt/V3WwkphxCyxZvQUviMv5XfXgXHMvkA9wcYp2nfPbf9g== |
2099 | 2090 | dependencies: |
2100 | 2091 | bluebird "3.7.2" |
2101 | 2092 | chalk "4.1.2" |
2102 | 2093 | cli-spinner "0.2.10" |
2103 | | - cross-spawn "7.0.5" |
| 2094 | + cross-spawn "7.0.6" |
2104 | 2095 | del "6.1.1" |
2105 | 2096 | glob "7.2.3" |
2106 | 2097 | img-diff-js "0.5.4" |
@@ -2206,11 +2197,11 @@ require-directory@^2.1.1: |
2206 | 2197 | integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== |
2207 | 2198 |
|
2208 | 2199 | resolve@^1.10.0: |
2209 | | - version "1.22.10" |
2210 | | - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39" |
2211 | | - integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== |
| 2200 | + version "1.22.11" |
| 2201 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.11.tgz#aad857ce1ffb8bfa9b0b1ac29f1156383f68c262" |
| 2202 | + integrity sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ== |
2212 | 2203 | dependencies: |
2213 | | - is-core-module "^2.16.0" |
| 2204 | + is-core-module "^2.16.1" |
2214 | 2205 | path-parse "^1.0.7" |
2215 | 2206 | supports-preserve-symlinks-flag "^1.0.0" |
2216 | 2207 |
|
@@ -2725,10 +2716,10 @@ unbox-primitive@^1.1.0: |
2725 | 2716 | has-symbols "^1.1.0" |
2726 | 2717 | which-boxed-primitive "^1.1.1" |
2727 | 2718 |
|
2728 | | -undici-types@~7.14.0: |
2729 | | - version "7.14.0" |
2730 | | - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.14.0.tgz#4c037b32ca4d7d62fae042174604341588bc0840" |
2731 | | - integrity sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA== |
| 2719 | +undici-types@~7.16.0: |
| 2720 | + version "7.16.0" |
| 2721 | + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" |
| 2722 | + integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== |
2732 | 2723 |
|
2733 | 2724 | util-deprecate@^1.0.1: |
2734 | 2725 | version "1.0.2" |
|
0 commit comments