Skip to content

Commit 7eba7bd

Browse files
committed
fix(deps): upgrade dependencies
1 parent 70d6362 commit 7eba7bd

File tree

2 files changed

+86
-73
lines changed

2 files changed

+86
-73
lines changed

module/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"prepack": "nuxt-module-build"
3737
},
3838
"dependencies": {
39-
"@graphql-codegen/cli": "^2.8.0",
40-
"@graphql-codegen/typescript": "^2.7.1",
41-
"@graphql-codegen/typescript-graphql-request": "^4.5.1",
42-
"@graphql-codegen/typescript-operations": "^2.5.1",
39+
"@graphql-codegen/cli": "^2.9.1",
40+
"@graphql-codegen/typescript": "^2.7.2",
41+
"@graphql-codegen/typescript-graphql-request": "^4.5.2",
42+
"@graphql-codegen/typescript-operations": "^2.5.2",
4343
"@nuxt/kit": "^3.0.0-rc.6",
4444
"defu": "^6.0.0",
4545
"graphql": "^16.5.0",

yarn.lock

Lines changed: 82 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -536,13 +536,13 @@
536536
minimatch "^3.1.2"
537537
strip-json-comments "^3.1.1"
538538

539-
"@graphql-codegen/cli@^2.8.0":
540-
version "2.8.1"
541-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.8.1.tgz#8e8f70417f3a0e87f266953c41c6424c6e76b473"
542-
integrity sha512-o+Za1483WhnbMA5G4JJq72EeqXROsdEiDTfUTxtX1iPPebv+VMekTFfHnBCUXpes0XTeZViXTd16AX6cmtUF4Q==
539+
"@graphql-codegen/cli@^2.9.1":
540+
version "2.9.1"
541+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.9.1.tgz#f3a0edd462cbefb69f9db7789b142a696a2930b4"
542+
integrity sha512-RyGrJTKySi5irJjdgg/9GTnFSCJtKh1YGD9idh2CIsEbkbUx3M7aBk4A+W7Q1afLmC16l59KSXodG8Bqi2eJmg==
543543
dependencies:
544544
"@graphql-codegen/core" "2.6.0"
545-
"@graphql-codegen/plugin-helpers" "^2.5.0"
545+
"@graphql-codegen/plugin-helpers" "^2.6.0"
546546
"@graphql-tools/apollo-engine-loader" "^7.3.1"
547547
"@graphql-tools/code-file-loader" "^7.3.0"
548548
"@graphql-tools/git-loader" "^7.2.0"
@@ -583,10 +583,10 @@
583583
"@graphql-tools/utils" "^8.8.0"
584584
tslib "~2.4.0"
585585

586-
"@graphql-codegen/plugin-helpers@^2.5.0":
587-
version "2.5.0"
588-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.5.0.tgz#83601ed1a362c05c64c4fc9c538a0f801bc6318f"
589-
integrity sha512-0jM5/14EdM4yow5v8OGOnUmRqfA1gaWkh+J5berqQUpcFYfSQXD6+Idnkiju/jjIypEN7UvbPkC7BgryWVxexA==
586+
"@graphql-codegen/plugin-helpers@^2.5.0", "@graphql-codegen/plugin-helpers@^2.6.0":
587+
version "2.6.0"
588+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.0.tgz#ae7005e6a2dcb0095ae350970c41606906048a27"
589+
integrity sha512-z8uw6GdUvtKyt5YSijtj1yRqI0A2lBWdGIgTjgXaAKqSC+InlVBy+89859LlKNMrO7somdt44cbMys8r4Hbqeg==
590590
dependencies:
591591
"@graphql-tools/utils" "^8.8.0"
592592
change-case-all "1.0.14"
@@ -604,44 +604,44 @@
604604
"@graphql-tools/utils" "^8.8.0"
605605
tslib "~2.4.0"
606606

607-
"@graphql-codegen/typescript-graphql-request@^4.5.1":
608-
version "4.5.1"
609-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-4.5.1.tgz#4e0b3d6832991f4770d88017406d10dcfcc315bf"
610-
integrity sha512-Z9eH6lNc7CA0iwNNFHmMowbI/sWILSdrM4ItQ6WURq3ySufWZKXSI61MBIVM+az0ib0/A2MgNuw4xqdqINN6HA==
607+
"@graphql-codegen/typescript-graphql-request@^4.5.2":
608+
version "4.5.2"
609+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-4.5.2.tgz#e154d052ae974f2bf0b23e3c1f6715c86bec955e"
610+
integrity sha512-C3fAg88VsQtoAx14s3+tOrWI2noS0UBj37mXj8qVpH46XdNOJpQ9IdC3I1UWFXGDVXQceKxL5ztFtsN+Uh5tmg==
611611
dependencies:
612-
"@graphql-codegen/plugin-helpers" "^2.5.0"
613-
"@graphql-codegen/visitor-plugin-common" "2.11.1"
612+
"@graphql-codegen/plugin-helpers" "^2.6.0"
613+
"@graphql-codegen/visitor-plugin-common" "2.12.0"
614614
auto-bind "~4.0.0"
615615
tslib "~2.4.0"
616616

617-
"@graphql-codegen/typescript-operations@^2.5.1":
618-
version "2.5.1"
619-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.1.tgz#99a6f3b3086214086582d2731058ec74090da308"
620-
integrity sha512-lGv+sPDXGcp/vDdIh7SoQjz8BRCZhLats4Hbqnf6gB7UtIasMvGuFDQyrKb3XAkQQYWqx/xtmEo0rBN8syV+Wg==
617+
"@graphql-codegen/typescript-operations@^2.5.2":
618+
version "2.5.2"
619+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.2.tgz#17dd6837eadb5bcd42b0c822b78f75c44a9a3c0b"
620+
integrity sha512-iFZsdsF4380WrN2UQHfgLjrjyo9VFIsZuCaHe1OoC4fQQ+P3t/GfJ0aj0hc5hNwTNJZ3BzBLHSRgE6wqO4591A==
621621
dependencies:
622-
"@graphql-codegen/plugin-helpers" "^2.5.0"
623-
"@graphql-codegen/typescript" "^2.7.1"
624-
"@graphql-codegen/visitor-plugin-common" "2.11.1"
622+
"@graphql-codegen/plugin-helpers" "^2.6.0"
623+
"@graphql-codegen/typescript" "^2.7.2"
624+
"@graphql-codegen/visitor-plugin-common" "2.12.0"
625625
auto-bind "~4.0.0"
626626
tslib "~2.4.0"
627627

628-
"@graphql-codegen/typescript@^2.7.1":
629-
version "2.7.1"
630-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.1.tgz#e237dd8829842282245b79ce7ea024aaa3c39afb"
631-
integrity sha512-qF4SBMgBnLcegba2s9+zC3NwgRhU0Kv+eS8kl9G5ldEHx9Bpu2tft+lk6fjqqhExDzJT+MEOU3Ecog3BzL2R1g==
628+
"@graphql-codegen/typescript@^2.7.2":
629+
version "2.7.2"
630+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.2.tgz#ad47ad1abf8e49f455a47cb71d2d9fd149d7846d"
631+
integrity sha512-lFqvLgw4oAChA9+ifC2K7Ie+mE+XvHcZqwXsm45bpF7jbmqfgjS0gvQNfu2egi6u4hdg+xL+olNxwnyhayrikw==
632632
dependencies:
633-
"@graphql-codegen/plugin-helpers" "^2.5.0"
633+
"@graphql-codegen/plugin-helpers" "^2.6.0"
634634
"@graphql-codegen/schema-ast" "^2.5.0"
635-
"@graphql-codegen/visitor-plugin-common" "2.11.1"
635+
"@graphql-codegen/visitor-plugin-common" "2.12.0"
636636
auto-bind "~4.0.0"
637637
tslib "~2.4.0"
638638

639-
"@graphql-codegen/visitor-plugin-common@2.11.1":
640-
version "2.11.1"
641-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.11.1.tgz#2653e25a8888767a6422a204441083299c3a83a4"
642-
integrity sha512-AlrtGWKn2o89SPna75ATEHYAu95MUMucgBqLgcRvK9n/PHhVAbkDrNCH5pL03fE0HLOup3GpjX8DcnFBMU46IA==
639+
"@graphql-codegen/visitor-plugin-common@2.12.0":
640+
version "2.12.0"
641+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.0.tgz#49b055c5c2c5c0890f2226ce9e84bb73dfd83801"
642+
integrity sha512-ULhFgOY05U+dlPsXkPT2wSBaAZMtEuHPL5Q1u8xwBdHWHi/uT4L5zEcBx+If/f6UWrOw7ufjEM0L7XSupe1iCA==
643643
dependencies:
644-
"@graphql-codegen/plugin-helpers" "^2.5.0"
644+
"@graphql-codegen/plugin-helpers" "^2.6.0"
645645
"@graphql-tools/optimize" "^1.3.0"
646646
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
647647
"@graphql-tools/utils" "^8.8.0"
@@ -653,12 +653,12 @@
653653
tslib "~2.4.0"
654654

655655
"@graphql-tools/apollo-engine-loader@^7.3.1":
656-
version "7.3.1"
657-
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-7.3.1.tgz#535cb259fa6e0dbf1cf960e7212d58b8294bb370"
658-
integrity sha512-PJhX4gQeoPtR2BJFYHYVLdLYkqQHB94r9IC64GamFV+kxR+jzQYZJdDTgnFZxvpvGJ7rEgYKNjcfWS+r+CQisQ==
656+
version "7.3.4"
657+
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-7.3.4.tgz#70b720200c1b3a05a8e8ea1e755e1c3d53b03ce8"
658+
integrity sha512-loTKywGHajEeZ6xDzSxP6v1soBvdhoJXqSQ9SzC7zD1rAnJ+ZkJ9btECwPJOAqMHIWfc7qnyFOpHtb/NHegPqw==
659659
dependencies:
660660
"@graphql-tools/utils" "8.8.0"
661-
cross-undici-fetch "^0.4.11"
661+
"@whatwg-node/fetch" "^0.0.2"
662662
sync-fetch "0.4.1"
663663
tslib "^2.4.0"
664664

@@ -708,13 +708,13 @@
708708
unixify "^1.0.0"
709709

710710
"@graphql-tools/github-loader@^7.3.1":
711-
version "7.3.1"
712-
resolved "https://registry.yarnpkg.com/@graphql-tools/github-loader/-/github-loader-7.3.1.tgz#faa1bf84ccafba20e9300d19155add312e63b22f"
713-
integrity sha512-sus/YOZKhhbcBQTCWFvUdIzFThm/LiAlSh9+Bt+hNz2K05PWzR6XD7Fo2ejh6bSAZvevJBvsH/4xf1YSK86Fkg==
711+
version "7.3.4"
712+
resolved "https://registry.yarnpkg.com/@graphql-tools/github-loader/-/github-loader-7.3.4.tgz#b854203ac7f73a700704eb143456036d25b7ef20"
713+
integrity sha512-jpo4ebPHM5EWsWRYHchaok0iZGuCG0Db5o3CdeRU6rhJnLFGv1gb2EgTHZwmZXBrHwZgFjlsDN/LGXgNmchDgQ==
714714
dependencies:
715715
"@graphql-tools/graphql-tag-pluck" "7.3.0"
716716
"@graphql-tools/utils" "8.8.0"
717-
cross-undici-fetch "^0.4.11"
717+
"@whatwg-node/fetch" "^0.0.2"
718718
sync-fetch "0.4.1"
719719
tslib "^2.4.0"
720720

@@ -785,11 +785,11 @@
785785
tslib "^2.4.0"
786786

787787
"@graphql-tools/prisma-loader@^7.2.2":
788-
version "7.2.2"
789-
resolved "https://registry.yarnpkg.com/@graphql-tools/prisma-loader/-/prisma-loader-7.2.2.tgz#ee56371f75a4e82330b0e4915f57976bf0f4a16a"
790-
integrity sha512-f5txUBRwwZmPQYL5g5CNdOjOglFE/abtnEVOvUCq+nET0BRuxcuxUD5vykfZnkql9sNvnCFAfrZuBVe5S2n3bA==
788+
version "7.2.4"
789+
resolved "https://registry.yarnpkg.com/@graphql-tools/prisma-loader/-/prisma-loader-7.2.4.tgz#9ce192ec83b11fcf896cb3377461e51683ac128d"
790+
integrity sha512-UrCPKppEa+04erWyLaHKRejxuTynbcaL1Qw4bGwinhbjPrgdbUW0WHhu5vDRz3sJecgBWcfZ6bccdlYfEqssdg==
791791
dependencies:
792-
"@graphql-tools/url-loader" "7.12.1"
792+
"@graphql-tools/url-loader" "7.12.4"
793793
"@graphql-tools/utils" "8.8.0"
794794
"@types/js-yaml" "^4.0.0"
795795
"@types/json-stable-stringify" "^1.0.32"
@@ -829,17 +829,17 @@
829829
tslib "^2.4.0"
830830
value-or-promise "1.0.11"
831831

832-
"@graphql-tools/[email protected].1", "@graphql-tools/url-loader@^7.12.1", "@graphql-tools/url-loader@^7.9.7":
833-
version "7.12.1"
834-
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.12.1.tgz#931a65da4faced1a71ddc5af638b87140ff3dfb6"
835-
integrity sha512-Fd3ZZLEEr9GGFHEbdrcaMHFQu01BLpFnNDBkISupvjokd497O5Uh0xZvsZGC6mxVt0WWQWpgaK2ef+oLuOdLqQ==
832+
"@graphql-tools/[email protected].4", "@graphql-tools/url-loader@^7.12.1", "@graphql-tools/url-loader@^7.9.7":
833+
version "7.12.4"
834+
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.12.4.tgz#c6cae9590d8cec847a25ac9737ebf9a476b97d7a"
835+
integrity sha512-2y3at6sTWd8By0hmtEw/4uE7M55zJ5DmsNcrPus+Vh6p7AD1Jp2oc9elQYkmxYhq2y9ySx4ISJTi5PBPMB+giQ==
836836
dependencies:
837837
"@graphql-tools/delegate" "8.8.0"
838838
"@graphql-tools/utils" "8.8.0"
839839
"@graphql-tools/wrap" "8.5.0"
840840
"@n1ru4l/graphql-live-query" "^0.9.0"
841841
"@types/ws" "^8.0.0"
842-
cross-undici-fetch "^0.4.11"
842+
"@whatwg-node/fetch" "^0.0.2"
843843
dset "^3.1.2"
844844
extract-files "^11.0.0"
845845
graphql-ws "^5.4.1"
@@ -1310,12 +1310,12 @@
13101310
integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==
13111311

13121312
"@types/jsdom@^16.2.14":
1313-
version "16.2.14"
1314-
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-16.2.14.tgz#26fe9da6a8870715b154bb84cd3b2e53433d8720"
1315-
integrity sha512-6BAy1xXEmMuHeAJ4Fv4yXKwBDTGTOseExKE3OaHiNycdHdZw59KfYzrt0DkDluvwmik1HRt6QS7bImxUmpSy+w==
1313+
version "16.2.15"
1314+
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-16.2.15.tgz#6c09990ec43b054e49636cba4d11d54367fc90d6"
1315+
integrity sha512-nwF87yjBKuX/roqGYerZZM0Nv1pZDMAT5YhOHYeM/72Fic+VEqJh4nyoqoapzJnW3pUlfxPY5FhgsJtM+dRnQQ==
13161316
dependencies:
13171317
"@types/node" "*"
1318-
"@types/parse5" "*"
1318+
"@types/parse5" "^6.0.3"
13191319
"@types/tough-cookie" "*"
13201320

13211321
"@types/json-schema@^7.0.9":
@@ -1355,7 +1355,7 @@
13551355
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
13561356
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
13571357

1358-
"@types/parse5@*":
1358+
"@types/parse5@^6.0.3":
13591359
version "6.0.3"
13601360
resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-6.0.3.tgz#705bb349e789efa06f43f128cef51240753424cb"
13611361
integrity sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==
@@ -1612,6 +1612,19 @@
16121612
resolved "https://registry.yarnpkg.com/@vueuse/head/-/head-0.7.6.tgz#39eb2aa593db6f02d10ba469b33d8cfbce038183"
16131613
integrity sha512-cOWqCkT3WiF5oEpw+VVEWUJd9RLD5rc7DmnFp3cePsejp+t7686uKD9Z9ZU7Twb7R/BI8iexKTmXo9D/F3v6UA==
16141614

1615+
"@whatwg-node/fetch@^0.0.2":
1616+
version "0.0.2"
1617+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.0.2.tgz#4242c4e36714b5018ccac0ab76f4ab5a208fbc1c"
1618+
integrity sha512-qiZn8dYRg0POzUvmHBs7blLxl6DPL+b+Z0JUsGaj7/8PFe2BJG9onrUVX6OWh6Z9YhcYw8yu+wtCAme5ZMiCKQ==
1619+
dependencies:
1620+
abort-controller "^3.0.0"
1621+
busboy "^1.6.0"
1622+
form-data-encoder "^1.7.1"
1623+
formdata-node "^4.3.1"
1624+
node-fetch "^2.6.7"
1625+
undici "5.5.1"
1626+
web-streams-polyfill "^3.2.0"
1627+
16151628
abbrev@1:
16161629
version "1.1.1"
16171630
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -2423,9 +2436,9 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
24232436
which "^2.0.1"
24242437

24252438
cross-undici-fetch@^0.4.11:
2426-
version "0.4.13"
2427-
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.4.13.tgz#cc693121267f8203217e0c8768d3d4cf97889b44"
2428-
integrity sha512-7g4hCZcq/9DiYhF43lRWgtZjPqg8tMrjG3eO94QiFQcdFR4TcmcT0Czdu7H+brXDkdbWJQrjYCV93ggE61INDA==
2439+
version "0.4.14"
2440+
resolved "https://registry.yarnpkg.com/cross-undici-fetch/-/cross-undici-fetch-0.4.14.tgz#c841b4fa3cb12b3c3da13dd09f7be45a7bef5ae7"
2441+
integrity sha512-CCep44A/baoO8kYJBIR1cRO/tRAk29xzb/tH3O85OtgwZGkL5I0tJZ47ccZdrnAJxrl5tlaYhAOx09fJXMcUqQ==
24292442
dependencies:
24302443
abort-controller "^3.0.0"
24312444
busboy "^1.6.0"
@@ -2772,9 +2785,9 @@ [email protected]:
27722785
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
27732786

27742787
electron-to-chromium@^1.4.188:
2775-
version "1.4.192"
2776-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.192.tgz#fac050058b3e0713b401a1088cc579e14c2ab165"
2777-
integrity sha512-8nCXyIQY9An88NXAp+PuPy5h3/w5ZY7Iu2lag65Q0XREprcat5F8gKhoHsBUnQcFuCRnmevpR8yEBYRU3d2HDw==
2788+
version "1.4.196"
2789+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.196.tgz#e18cdc5c1c2c2ebf78da237d0c374cc3b244d4cb"
2790+
integrity sha512-uxMa/Dt7PQsLBVXwH+t6JvpHJnrsYBaxWKi/J6HE+/nBtoHENhwBoNkgkm226/Kfxeg0z1eMQLBRPPKcDH8xWA==
27782791

27792792
emoji-regex@^8.0.0:
27802793
version "8.0.0"
@@ -4930,11 +4943,11 @@ mlly@^0.4.1:
49304943
integrity sha512-xezyv7hnfFPuiDS3AiJuWs0OxlvooS++3L2lURvmh/1n7UG4O2Ehz9UkwWgg3wyLEPKGVfJLlr2DjjTCl9UJTg==
49314944

49324945
mlly@^0.5.2, mlly@^0.5.3, mlly@^0.5.4:
4933-
version "0.5.4"
4934-
resolved "https://registry.yarnpkg.com/mlly/-/mlly-0.5.4.tgz#e7c68574c95a4b2ba25e76dfcd1b2a545335af70"
4935-
integrity sha512-gFlsLWCjVwu/LM/ZfYUkmnbBoz7eyBIMUwVQYDqhd8IvtNFDeZ95uwAyxHE2Xx7tQwePQaCo4fECZ9MWFEUTgQ==
4946+
version "0.5.5"
4947+
resolved "https://registry.yarnpkg.com/mlly/-/mlly-0.5.5.tgz#80643b3a96671a0d6f41411e3daf7e4e188544d5"
4948+
integrity sha512-2R4JT/SxRDPexomw4rmHYY/gWAGmL9Kkq1OR76Ua6w+P340a1aBDTWzKo2kAlxzrG82OdXs5VB9Lmcmyit0Obg==
49364949
dependencies:
4937-
pathe "^0.3.1"
4950+
pathe "^0.3.2"
49384951
pkg-types "^0.3.3"
49394952

49404953
mri@^1.2.0:
@@ -5527,7 +5540,7 @@ pathe@^0.2.0:
55275540
resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.2.0.tgz#30fd7bbe0a0d91f0e60bae621f5d19e9e225c339"
55285541
integrity sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==
55295542

5530-
pathe@^0.3.0, pathe@^0.3.1, pathe@^0.3.2:
5543+
pathe@^0.3.0, pathe@^0.3.2:
55315544
version "0.3.2"
55325545
resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.3.2.tgz#016345ed643027404d7a9ed8d1454ad997a1483a"
55335546
integrity sha512-qhnmX0TOqlCvdWWTkoM83wh5J8fZ2yhbDEc9MlsnAEtEc+JCwxUKEwmd6pkY9hRe6JR1Uecbc14VcAKX2yFSTA==
@@ -6813,9 +6826,9 @@ type-fest@^0.8.1:
68136826
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
68146827

68156828
type-fest@^2.11.2:
6816-
version "2.16.0"
6817-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.16.0.tgz#1250fbd64dafaf4c8e405e393ef3fb16d9651db2"
6818-
integrity sha512-qpaThT2HQkFb83gMOrdKVsfCN7LKxP26Yq+smPzY1FqoHRjqmjqHXA7n5Gkxi8efirtbeEUxzfEdePthQWCuHw==
6829+
version "2.17.0"
6830+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.17.0.tgz#c677030ce61e5be0c90c077d52571eb73c506ea9"
6831+
integrity sha512-U+g3/JVXnOki1kLSc+xZGPRll3Ah9u2VIG6Sn9iH9YX6UkPERmt6O/0fIyTgsd2/whV0+gAaHAg8fz6sG1QzMA==
68196832

68206833
typescript@^4.5.5:
68216834
version "4.7.4"

0 commit comments

Comments
 (0)