Skip to content

Commit 9c99c9b

Browse files
committed
Update dependency @graphql-codegen/cli to v2.13.0
1 parent fb1761a commit 9c99c9b

File tree

2 files changed

+156
-27
lines changed

2 files changed

+156
-27
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"author": "codehex",
4545
"license": "MIT",
4646
"devDependencies": {
47-
"@graphql-codegen/cli": "2.12.2",
47+
"@graphql-codegen/cli": "2.13.0",
4848
"@graphql-codegen/typescript": "2.7.3",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "29.0.3",

yarn.lock

+155-26
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
dependencies:
4848
"@babel/highlight" "^7.16.7"
4949

50+
"@babel/code-frame@^7.18.6":
51+
version "7.18.6"
52+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
53+
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
54+
dependencies:
55+
"@babel/highlight" "^7.18.6"
56+
5057
"@babel/compat-data@^7.16.4":
5158
version "7.16.8"
5259
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
@@ -138,6 +145,15 @@
138145
"@jridgewell/gen-mapping" "^0.1.0"
139146
jsesc "^2.5.1"
140147

148+
"@babel/generator@^7.18.13":
149+
version "7.19.0"
150+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
151+
integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==
152+
dependencies:
153+
"@babel/types" "^7.19.0"
154+
"@jridgewell/gen-mapping" "^0.3.2"
155+
jsesc "^2.5.1"
156+
141157
"@babel/helper-annotate-as-pure@^7.16.7":
142158
version "7.16.7"
143159
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -314,11 +330,21 @@
314330
dependencies:
315331
"@babel/types" "^7.16.7"
316332

333+
"@babel/helper-string-parser@^7.18.10":
334+
version "7.18.10"
335+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
336+
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
337+
317338
"@babel/helper-validator-identifier@^7.16.7":
318339
version "7.16.7"
319340
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
320341
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
321342

343+
"@babel/helper-validator-identifier@^7.18.6":
344+
version "7.19.1"
345+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
346+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
347+
322348
"@babel/helper-validator-option@^7.16.7":
323349
version "7.16.7"
324350
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -351,6 +377,15 @@
351377
chalk "^2.0.0"
352378
js-tokens "^4.0.0"
353379

380+
"@babel/highlight@^7.18.6":
381+
version "7.18.6"
382+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
383+
integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
384+
dependencies:
385+
"@babel/helper-validator-identifier" "^7.18.6"
386+
chalk "^2.0.0"
387+
js-tokens "^4.0.0"
388+
354389
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.10":
355390
version "7.16.10"
356391
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88"
@@ -366,6 +401,11 @@
366401
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
367402
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
368403

404+
"@babel/parser@^7.18.10":
405+
version "7.19.1"
406+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
407+
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
408+
369409
"@babel/plugin-proposal-class-properties@^7.0.0":
370410
version "7.16.7"
371411
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0"
@@ -663,6 +703,15 @@
663703
dependencies:
664704
regenerator-runtime "^0.13.4"
665705

706+
"@babel/template@^7.15.4", "@babel/template@^7.18.10":
707+
version "7.18.10"
708+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
709+
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
710+
dependencies:
711+
"@babel/code-frame" "^7.18.6"
712+
"@babel/parser" "^7.18.10"
713+
"@babel/types" "^7.18.10"
714+
666715
"@babel/template@^7.16.7", "@babel/template@^7.3.3":
667716
version "7.16.7"
668717
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
@@ -736,6 +785,15 @@
736785
"@babel/helper-validator-identifier" "^7.16.7"
737786
to-fast-properties "^2.0.0"
738787

788+
"@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.19.0":
789+
version "7.19.0"
790+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
791+
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==
792+
dependencies:
793+
"@babel/helper-string-parser" "^7.18.10"
794+
"@babel/helper-validator-identifier" "^7.18.6"
795+
to-fast-properties "^2.0.0"
796+
739797
"@bcoe/v8-coverage@^0.2.3":
740798
version "0.2.3"
741799
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -763,13 +821,25 @@
763821
minimatch "^3.1.2"
764822
strip-json-comments "^3.1.1"
765823

766-
"@graphql-codegen/[email protected]":
767-
version "2.12.2"
768-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.12.2.tgz#6122fbaca462b788ad7811135b3fc251b46cf6c4"
769-
integrity sha512-cM2BS1FDWiZKpCFxdmhKsUzlNFs8X54yJm9djsPdz36yzXV5Sa4t6HQzr0vAX8cpc9RneBBi3rCkozRuRbBtjA==
824+
"@graphql-codegen/add@^3.2.1":
825+
version "3.2.1"
826+
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-3.2.1.tgz#f1109f36f194f88a6abcc51703abee43ebbb50a2"
827+
integrity sha512-w82H/evh8SSGoD3K6K/Oh3kqSdbuU+TgHqMYmmHFxtH692v2xhN/cu1s/TotBQ7r4mO7OQutze7dde2tZEXGEQ==
770828
dependencies:
829+
"@graphql-codegen/plugin-helpers" "^2.6.2"
830+
tslib "~2.4.0"
831+
832+
"@graphql-codegen/[email protected]":
833+
version "2.13.0"
834+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.0.tgz#f27b334b992eeb2666fbb90baf6b5ed997d411a6"
835+
integrity sha512-r1Z05jKl4h0wVvBpFKqpN+clICZiC356OTLxcdn0XO55vVyjIRl2r4Y2J83JnaklCsiMB5ODtn7uIzmpbXdWjw==
836+
dependencies:
837+
"@babel/generator" "^7.18.13"
838+
"@babel/template" "^7.18.10"
839+
"@babel/types" "^7.18.13"
840+
"@graphql-codegen/client-preset" "1.0.1"
771841
"@graphql-codegen/core" "2.6.2"
772-
"@graphql-codegen/plugin-helpers" "^2.7.1"
842+
"@graphql-codegen/plugin-helpers" "^2.6.2"
773843
"@graphql-tools/apollo-engine-loader" "^7.3.6"
774844
"@graphql-tools/code-file-loader" "^7.3.1"
775845
"@graphql-tools/git-loader" "^7.2.1"
@@ -780,12 +850,12 @@
780850
"@graphql-tools/prisma-loader" "^7.2.7"
781851
"@graphql-tools/url-loader" "^7.13.2"
782852
"@graphql-tools/utils" "^8.9.0"
783-
"@whatwg-node/fetch" "^0.4.0"
853+
"@whatwg-node/fetch" "^0.3.0"
784854
ansi-escapes "^4.3.1"
785855
chalk "^4.1.0"
786856
chokidar "^3.5.2"
787857
cosmiconfig "^7.0.0"
788-
cosmiconfig-typescript-loader "^4.0.0"
858+
cosmiconfig-typescript-loader "4.0.0"
789859
debounce "^1.2.0"
790860
detect-indent "^6.0.0"
791861
graphql-config "^4.3.5"
@@ -801,6 +871,24 @@
801871
yaml "^1.10.0"
802872
yargs "^17.0.0"
803873

874+
"@graphql-codegen/[email protected]":
875+
version "1.0.1"
876+
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-1.0.1.tgz#a0f3c27638b9981550d4e76982211d516d078c4b"
877+
integrity sha512-JsZwrUveq2HG7Rv/tOmwPGB9IyPd9Dfc6mAXV+jrVvlmj4W3tHiIRKzQpyW1m/Y9g6xBQnMbiEp81qSXBdaWCw==
878+
dependencies:
879+
"@babel/helper-plugin-utils" "^7.14.5"
880+
"@babel/template" "^7.15.4"
881+
"@graphql-codegen/add" "^3.2.1"
882+
"@graphql-codegen/gql-tag-operations" "^1.5.0"
883+
"@graphql-codegen/plugin-helpers" "^2.6.2"
884+
"@graphql-codegen/typed-document-node" "^2.3.3"
885+
"@graphql-codegen/typescript" "^2.7.3"
886+
"@graphql-codegen/typescript-operations" "^2.5.3"
887+
"@graphql-codegen/visitor-plugin-common" "^2.12.1"
888+
"@graphql-tools/utils" "^8.8.0"
889+
"@graphql-typed-document-node/core" "3.1.1"
890+
tslib "~2.4.0"
891+
804892
"@graphql-codegen/[email protected]":
805893
version "2.6.2"
806894
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.2.tgz#29c766d2e9e5a3deeeb4f1728c1f7b1aca054a22"
@@ -811,6 +899,17 @@
811899
"@graphql-tools/utils" "^8.8.0"
812900
tslib "~2.4.0"
813901

902+
"@graphql-codegen/gql-tag-operations@^1.5.0":
903+
version "1.5.0"
904+
resolved "https://registry.yarnpkg.com/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-1.5.0.tgz#8ad4d69e51203cf181376a66d0ad30289be67467"
905+
integrity sha512-g4U+aXEp+0Czae4jRzcagCmdopRRlU/Oxc1BlVxw3Vv6OsVcYyXMR3UJe4tWd/gOWncTkeZRfUfc+RllinshaQ==
906+
dependencies:
907+
"@graphql-codegen/plugin-helpers" "^2.6.2"
908+
"@graphql-codegen/visitor-plugin-common" "2.12.1"
909+
"@graphql-tools/utils" "^8.8.0"
910+
auto-bind "~4.0.0"
911+
tslib "~2.4.0"
912+
814913
"@graphql-codegen/plugin-helpers@^2.3.2":
815914
version "2.3.2"
816915
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.3.2.tgz#3f9ba625791901d19be733db1dfc9a3dbd0dac44"
@@ -835,18 +934,6 @@
835934
lodash "~4.17.0"
836935
tslib "~2.4.0"
837936

838-
"@graphql-codegen/plugin-helpers@^2.7.1":
839-
version "2.7.1"
840-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.1.tgz#de999bdf8a1485f6f3c4c5f21cfb038e99d67e3e"
841-
integrity sha512-wpEShhwbQp8pqXolnSCNaj0pU91LbuBvYHpYqm96TUqyeKQYAYRVmw3JIt0g8UQpKYhg8lYIDwWdcINOYqkGLg==
842-
dependencies:
843-
"@graphql-tools/utils" "^8.8.0"
844-
change-case-all "1.0.14"
845-
common-tags "1.8.2"
846-
import-from "4.0.0"
847-
lodash "~4.17.0"
848-
tslib "~2.4.0"
849-
850937
"@graphql-codegen/schema-ast@^2.4.1":
851938
version "2.4.1"
852939
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.4.1.tgz#ad742b53e32f7a2fbff8ea8a91ba7e617e6ef236"
@@ -865,7 +952,29 @@
865952
"@graphql-tools/utils" "^8.8.0"
866953
tslib "~2.4.0"
867954

868-
"@graphql-codegen/[email protected]":
955+
"@graphql-codegen/typed-document-node@^2.3.3":
956+
version "2.3.3"
957+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.3.tgz#898b36738ee5377d83bd381460faf4c32013afe8"
958+
integrity sha512-0zUPMr1pAqzMyPvtpnlfCbwQgS22t2kPhhfGQs2Yw32O+0+vn1ACcvxt0x1TfUwspYfFJa8AAXJ8NjwmDVAFMQ==
959+
dependencies:
960+
"@graphql-codegen/plugin-helpers" "^2.6.2"
961+
"@graphql-codegen/visitor-plugin-common" "2.12.1"
962+
auto-bind "~4.0.0"
963+
change-case-all "1.0.14"
964+
tslib "~2.4.0"
965+
966+
"@graphql-codegen/typescript-operations@^2.5.3":
967+
version "2.5.3"
968+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-2.5.3.tgz#c6fd3f209e3482b86b08050685af8fa45ab14297"
969+
integrity sha512-s+pA+Erm0HeBb/D5cNrflwRM5KWhkiA5cbz4uA99l3fzFPveoQBPfRCBu0XAlJLP/kBDy64+o4B8Nfc7wdRtmA==
970+
dependencies:
971+
"@graphql-codegen/plugin-helpers" "^2.6.2"
972+
"@graphql-codegen/typescript" "^2.7.3"
973+
"@graphql-codegen/visitor-plugin-common" "2.12.1"
974+
auto-bind "~4.0.0"
975+
tslib "~2.4.0"
976+
977+
"@graphql-codegen/[email protected]", "@graphql-codegen/typescript@^2.7.3":
869978
version "2.7.3"
870979
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.3.tgz#ad786a1c74e16eca8e01e7a8f28078e1c24eeb61"
871980
integrity sha512-EzX/acijXtbG/AwPzho2ZZWaNo00+xAbsRDP+vnT2PwQV3AYq3/5bFvjq1XfAGWbTntdmlYlIwC9hf5bI85WVA==
@@ -876,7 +985,7 @@
876985
auto-bind "~4.0.0"
877986
tslib "~2.4.0"
878987

879-
"@graphql-codegen/[email protected]":
988+
"@graphql-codegen/[email protected]", "@graphql-codegen/visitor-plugin-common@^2.12.1":
880989
version "2.12.1"
881990
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.12.1.tgz#8d2d24b572afd396381dddef7e2032b0f73c05cc"
882991
integrity sha512-dIUrX4+i/uazyPQqXyQ8cqykgNFe1lknjnfDWFo0gnk2W8+ruuL2JpSrj/7efzFHxbYGMQrCABDCUTVLi3DcVA==
@@ -1290,6 +1399,11 @@
12901399
tslib "^2.4.0"
12911400
value-or-promise "1.0.11"
12921401

1402+
"@graphql-typed-document-node/[email protected]":
1403+
version "3.1.1"
1404+
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
1405+
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
1406+
12931407
"@humanwhocodes/config-array@^0.10.5":
12941408
version "0.10.5"
12951409
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
@@ -1567,6 +1681,15 @@
15671681
"@jridgewell/set-array" "^1.0.0"
15681682
"@jridgewell/sourcemap-codec" "^1.4.10"
15691683

1684+
"@jridgewell/gen-mapping@^0.3.2":
1685+
version "0.3.2"
1686+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
1687+
integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
1688+
dependencies:
1689+
"@jridgewell/set-array" "^1.0.1"
1690+
"@jridgewell/sourcemap-codec" "^1.4.10"
1691+
"@jridgewell/trace-mapping" "^0.3.9"
1692+
15701693
"@jridgewell/resolve-uri@^3.0.3":
15711694
version "3.0.6"
15721695
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.6.tgz#4ac237f4dabc8dd93330386907b97591801f7352"
@@ -1577,6 +1700,11 @@
15771700
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.0.tgz#1179863356ac8fbea64a5a4bcde93a4871012c01"
15781701
integrity sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==
15791702

1703+
"@jridgewell/set-array@^1.0.1":
1704+
version "1.1.2"
1705+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
1706+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
1707+
15801708
"@jridgewell/sourcemap-codec@^1.4.10":
15811709
version "1.4.12"
15821710
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.12.tgz#7ed98f6fa525ffb7c56a2cbecb5f7bb91abd2baf"
@@ -1936,14 +2064,15 @@
19362064
undici "^5.8.0"
19372065
web-streams-polyfill "^3.2.0"
19382066

1939-
"@whatwg-node/fetch@^0.4.0":
1940-
version "0.4.4"
1941-
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.4.4.tgz#9f6502177453d48b76d31f33d32dcd60afb9eb54"
1942-
integrity sha512-/c2u1blMAXHVXneZjVLyE0AwdRuuFpv2P3ghNz2QtpHed+25WdSkTi7XxICwuaRsl/mMgundCzSy1352rZgWPg==
2067+
"@whatwg-node/fetch@^0.3.0":
2068+
version "0.3.2"
2069+
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.3.2.tgz#da4323795c26c135563ba01d49dc16037bec4287"
2070+
integrity sha512-Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ==
19432071
dependencies:
19442072
"@peculiar/webcrypto" "^1.4.0"
19452073
abort-controller "^3.0.0"
19462074
busboy "^1.6.0"
2075+
event-target-polyfill "^0.0.3"
19472076
form-data-encoder "^1.7.1"
19482077
formdata-node "^4.3.1"
19492078
node-fetch "^2.6.7"
@@ -2560,7 +2689,7 @@ [email protected]:
25602689
dependencies:
25612690
"@iarna/toml" "^2.2.5"
25622691

2563-
cosmiconfig-typescript-loader@^4.0.0:
2692+
cosmiconfig-typescript-loader@4.0.0, cosmiconfig-typescript-loader@^4.0.0:
25642693
version "4.0.0"
25652694
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.0.0.tgz#4a6d856c1281135197346a6f64dfa73a9cd9fefa"
25662695
integrity sha512-cVpucSc2Tf+VPwCCR7SZzmQTQkPbkk4O01yXsYqXBIbjE1bhwqSyAgYQkRK1un4i0OPziTleqFhdkmOc4RQ/9g==

0 commit comments

Comments
 (0)