Skip to content

Commit e916f50

Browse files
authored
build: bump @graphql-codegen packages (#166)
Update @graphql-codegen dependencies and node BREAKING CHANGE Drop support for node 14
1 parent e899d31 commit e916f50

File tree

7 files changed

+89
-93
lines changed

7 files changed

+89
-93
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup-node
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: '14.x'
18+
node-version: '20.x'
1919
- name: Get yarn cache directory path
2020
id: yarn-cache-dir-path
2121
run: echo "::set-output name=dir::$(yarn cache dir)"

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: setup-node
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: '14.x'
23+
node-version: '20.x'
2424
registry-url: 'https://registry.npmjs.org'
2525
- name: Get yarn cache directory path
2626
id: yarn-cache-dir-path

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup-node
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: '14.x'
18+
node-version: '20.x'
1919
- name: Get yarn cache directory path
2020
id: yarn-cache-dir-path
2121
run: echo "::set-output name=dir::$(yarn cache dir)"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup-node
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: '14.x'
18+
node-version: '20.x'
1919
- name: Get yarn cache directory path
2020
id: yarn-cache-dir-path
2121
run: echo "::set-output name=dir::$(yarn cache dir)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ Feel free to open issues and pull requests. We always welcome support from the c
463463

464464
To run this project locally:
465465

466-
- Use Node >= 10
466+
- Use Node >= 16
467467
- Make sure that you have the latest Yarn version (https://yarnpkg.com/lang/en/docs/install/)
468468
- Clone this repo using `git clone`
469469
- Run `yarn`

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"dependencies": {
2525
"@faker-js/faker": "^7.5.0",
26-
"@graphql-codegen/plugin-helpers": "^2.7.2",
26+
"@graphql-codegen/plugin-helpers": "^5.0.4",
2727
"casual": "^1.6.2",
2828
"change-case-all": "^1.0.15",
2929
"indefinite": "^2.4.1",
@@ -37,8 +37,8 @@
3737
},
3838
"devDependencies": {
3939
"@auto-it/conventional-commits": "^11.1.6",
40-
"@graphql-codegen/testing": "^1.18.0",
41-
"@graphql-codegen/typescript": "^2.8.3",
40+
"@graphql-codegen/testing": "^3.0.3",
41+
"@graphql-codegen/typescript": "^4.0.7",
4242
"@types/jest": "^27.0.2",
4343
"@typescript-eslint/eslint-plugin": "^5.1.0",
4444
"@typescript-eslint/parser": "^5.1.0",

yarn.lock

Lines changed: 81 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -946,95 +946,96 @@
946946
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-7.5.0.tgz#8e8265f65f5b68d2a57886d59b03788eeb676264"
947947
integrity sha512-8wNUCCUHvfvI0gQpDUho/3gPzABffnCn5um65F8dzQ86zz6dlt4+nmAA7PQUc8L+eH+9RgR/qzy5N/8kN0Ozdw==
948948

949-
"@graphql-codegen/plugin-helpers@^2.6.2", "@graphql-codegen/plugin-helpers@^2.7.2":
950-
version "2.7.2"
951-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed"
952-
integrity sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==
949+
"@graphql-codegen/plugin-helpers@^5.0.3", "@graphql-codegen/plugin-helpers@^5.0.4":
950+
version "5.0.4"
951+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.4.tgz#5f4c987c3f308ef1c8809ee0c43af0369867e0f6"
952+
integrity sha512-MOIuHFNWUnFnqVmiXtrI+4UziMTYrcquljaI5f/T/Bc7oO7sXcfkAvgkNWEEi9xWreYwvuer3VHCuPI/lAFWbw==
953953
dependencies:
954-
"@graphql-tools/utils" "^8.8.0"
955-
change-case-all "1.0.14"
954+
"@graphql-tools/utils" "^10.0.0"
955+
change-case-all "1.0.15"
956956
common-tags "1.8.2"
957957
import-from "4.0.0"
958958
lodash "~4.17.0"
959-
tslib "~2.4.0"
959+
tslib "~2.6.0"
960960

961-
"@graphql-codegen/schema-ast@^2.5.1":
962-
version "2.5.1"
963-
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.1.tgz#ce030ae6de5dacd745848009ba0ca18c9c30910c"
964-
integrity sha512-tewa5DEKbglWn7kYyVBkh3J8YQ5ALqAMVmZwiVFIGOao5u66nd+e4HuFqp0u+Jpz4SJGGi0ap/oFrEvlqLjd2A==
961+
"@graphql-codegen/schema-ast@^4.0.2":
962+
version "4.0.2"
963+
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-4.0.2.tgz#aeaa104e4555cca73a058f0a9350b4b0e290b377"
964+
integrity sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==
965965
dependencies:
966-
"@graphql-codegen/plugin-helpers" "^2.6.2"
967-
"@graphql-tools/utils" "^8.8.0"
968-
tslib "~2.4.0"
966+
"@graphql-codegen/plugin-helpers" "^5.0.3"
967+
"@graphql-tools/utils" "^10.0.0"
968+
tslib "~2.6.0"
969969

970-
"@graphql-codegen/testing@^1.18.0":
971-
version "1.18.0"
972-
resolved "https://registry.yarnpkg.com/@graphql-codegen/testing/-/testing-1.18.0.tgz#584f493c08aadfce7e9336a3f24b8b0db0e9a032"
973-
integrity sha512-ue3Mz3a+lQdbynwQH5uNmIoE1GXc2Tdqs3oH2FfDqDEeT4IBHSAsNAeDcKBoHX22KtFP6NvAspSFh8eyFqzVAg==
970+
"@graphql-codegen/testing@^3.0.3":
971+
version "3.0.3"
972+
resolved "https://registry.yarnpkg.com/@graphql-codegen/testing/-/testing-3.0.3.tgz#718af0e482de45a43ce292efccf464155c3e78ba"
973+
integrity sha512-wyRk0erK7jJ3PKzxIk99C/NumeX1jqmZIAT8yAYZdVA8rWOacxnBP0PUZXF1uBU3khpJOFefJaf9EdkwFEzn6w==
974974
dependencies:
975-
"@graphql-codegen/plugin-helpers" "^2.7.2"
975+
"@graphql-codegen/plugin-helpers" "^5.0.3"
976976
common-tags "^1.8.0"
977977
graphql-helix "1.13.0"
978978
lz-string "^1.4.4"
979-
nock "13.2.9"
980-
tslib "~2.4.0"
979+
nock "13.5.3"
980+
tslib "~2.6.0"
981981

982-
"@graphql-codegen/typescript@^2.8.3":
983-
version "2.8.3"
984-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.3.tgz#83a87586b550b7c5b543d11b8a2da706cca67bda"
985-
integrity sha512-ch8Lzjp8XnN8P70uYBmsjv7FWJQ47qletlShPHk7n4RRsnLkah3J9iSEUIALqM25Wl6EjEmHlxoAgSBILz+sjg==
982+
"@graphql-codegen/typescript@^4.0.7":
983+
version "4.0.7"
984+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-4.0.7.tgz#32f0f0916ed2ef7efbc233d14af07057aafdeea8"
985+
integrity sha512-Gn+JNvQBJhBqH7s83piAJ6UeU/MTj9GXWFO9bdbl8PMLCAM1uFAtg04iHfkGCtDKXcUg5a3Dt/SZG85uk5KuhA==
986986
dependencies:
987-
"@graphql-codegen/plugin-helpers" "^2.7.2"
988-
"@graphql-codegen/schema-ast" "^2.5.1"
989-
"@graphql-codegen/visitor-plugin-common" "2.13.3"
987+
"@graphql-codegen/plugin-helpers" "^5.0.4"
988+
"@graphql-codegen/schema-ast" "^4.0.2"
989+
"@graphql-codegen/visitor-plugin-common" "5.2.0"
990990
auto-bind "~4.0.0"
991-
tslib "~2.4.0"
991+
tslib "~2.6.0"
992992

993-
"@graphql-codegen/visitor-plugin-common@2.13.3":
994-
version "2.13.3"
995-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.3.tgz#4a2eceee00b4cfdf1eff31a006710a30417ec497"
996-
integrity sha512-5gFDQGuCE5tIBo9KtDPZ8kL6cf1VJwDGj6nO9ERa0HJNk5osT50NhSf6H61LEnM3Gclbo96Ib1GCp3KdLwHoGg==
993+
"@graphql-codegen/visitor-plugin-common@5.2.0":
994+
version "5.2.0"
995+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.2.0.tgz#8c48c0a62575d5f302678aae3994a50e9ac72cd0"
996+
integrity sha512-0p8AwmARaZCAlDFfQu6Sz+JV6SjbPDx3y2nNM7WAAf0au7Im/GpJ7Ke3xaIYBc1b2rTZ+DqSTJI/zomENGD9NA==
997997
dependencies:
998-
"@graphql-codegen/plugin-helpers" "^2.7.2"
999-
"@graphql-tools/optimize" "^1.3.0"
1000-
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
1001-
"@graphql-tools/utils" "^8.8.0"
998+
"@graphql-codegen/plugin-helpers" "^5.0.4"
999+
"@graphql-tools/optimize" "^2.0.0"
1000+
"@graphql-tools/relay-operation-optimizer" "^7.0.0"
1001+
"@graphql-tools/utils" "^10.0.0"
10021002
auto-bind "~4.0.0"
1003-
change-case-all "1.0.14"
1003+
change-case-all "1.0.15"
10041004
dependency-graph "^0.11.0"
10051005
graphql-tag "^2.11.0"
10061006
parse-filepath "^1.0.2"
1007-
tslib "~2.4.0"
1007+
tslib "~2.6.0"
10081008

1009-
"@graphql-tools/optimize@^1.3.0":
1010-
version "1.3.1"
1011-
resolved "https://registry.yarnpkg.com/@graphql-tools/optimize/-/optimize-1.3.1.tgz#29407991478dbbedc3e7deb8c44f46acb4e9278b"
1012-
integrity sha512-5j5CZSRGWVobt4bgRRg7zhjPiSimk+/zIuColih8E8DxuFOaJ+t0qu7eZS5KXWBkjcd4BPNuhUPpNlEmHPqVRQ==
1009+
"@graphql-tools/optimize@^2.0.0":
1010+
version "2.0.0"
1011+
resolved "https://registry.yarnpkg.com/@graphql-tools/optimize/-/optimize-2.0.0.tgz#7a9779d180824511248a50c5a241eff6e7a2d906"
1012+
integrity sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==
10131013
dependencies:
10141014
tslib "^2.4.0"
10151015

1016-
"@graphql-tools/relay-operation-optimizer@^6.5.0":
1017-
version "6.5.14"
1018-
resolved "https://registry.yarnpkg.com/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-6.5.14.tgz#e3d61892910c982c13ea8c2d9780a0cf95e7dd12"
1019-
integrity sha512-RAy1fMfXig9X3gIkYnfEmv0mh20vZuAgWDq+zf1MrrsCAP364B+DKrBjLwn3D+4e0PMTlqwmqR0JB5t1VtZn2w==
1016+
"@graphql-tools/relay-operation-optimizer@^7.0.0":
1017+
version "7.0.1"
1018+
resolved "https://registry.yarnpkg.com/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-7.0.1.tgz#8ac33e1d2626b6816d9283769c4a05c062b8065a"
1019+
integrity sha512-y0ZrQ/iyqWZlsS/xrJfSir3TbVYJTYmMOu4TaSz6F4FRDTQ3ie43BlKkhf04rC28pnUOS4BO9pDcAo1D30l5+A==
10201020
dependencies:
10211021
"@ardatan/relay-compiler" "12.0.0"
1022-
"@graphql-tools/utils" "9.1.3"
1022+
"@graphql-tools/utils" "^10.0.13"
10231023
tslib "^2.4.0"
10241024

1025-
"@graphql-tools/utils@9.1.3":
1026-
version "9.1.3"
1027-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.3.tgz#861f87057b313726136fa6ddfbd2380eae906599"
1028-
integrity sha512-bbJyKhs6awp1/OmP+WKA1GOyu9UbgZGkhIj5srmiMGLHohEOKMjW784Sk0BZil1w2x95UPu0WHw6/d/HVCACCg==
1025+
"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.13":
1026+
version "10.2.2"
1027+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.2.2.tgz#6477295fae051ffb5d6c28253aa6d8a449d4a820"
1028+
integrity sha512-ueoplzHIgFfxhFrF4Mf/niU/tYHuO6Uekm2nCYU72qpI+7Hn9dA2/o5XOBvFXDk27Lp5VSvQY5WfmRbqwVxaYQ==
10291029
dependencies:
1030+
"@graphql-typed-document-node/core" "^3.1.1"
1031+
cross-inspect "1.0.0"
1032+
dset "^3.1.2"
10301033
tslib "^2.4.0"
10311034

1032-
"@graphql-tools/utils@^8.8.0":
1033-
version "8.13.1"
1034-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491"
1035-
integrity sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==
1036-
dependencies:
1037-
tslib "^2.4.0"
1035+
"@graphql-typed-document-node/core@^3.1.1":
1036+
version "3.2.0"
1037+
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
1038+
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
10381039

10391040
"@humanwhocodes/config-array@^0.6.0":
10401041
version "0.6.0"
@@ -2277,23 +2278,7 @@ chalk@^4.0.0, chalk@^4.1.0:
22772278
ansi-styles "^4.1.0"
22782279
supports-color "^7.1.0"
22792280

2280-
change-case-all@1.0.14:
2281-
version "1.0.14"
2282-
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.14.tgz#bac04da08ad143278d0ac3dda7eccd39280bfba1"
2283-
integrity sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==
2284-
dependencies:
2285-
change-case "^4.1.2"
2286-
is-lower-case "^2.0.2"
2287-
is-upper-case "^2.0.2"
2288-
lower-case "^2.0.2"
2289-
lower-case-first "^2.0.2"
2290-
sponge-case "^1.0.1"
2291-
swap-case "^2.0.2"
2292-
title-case "^3.0.3"
2293-
upper-case "^2.0.2"
2294-
upper-case-first "^2.0.2"
2295-
2296-
change-case-all@^1.0.15:
2281+
change-case-all@1.0.15, change-case-all@^1.0.15:
22972282
version "1.0.15"
22982283
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad"
22992284
integrity sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==
@@ -2595,6 +2580,13 @@ cross-fetch@^3.1.5:
25952580
dependencies:
25962581
node-fetch "2.6.7"
25972582

2583+
cross-inspect@1.0.0:
2584+
version "1.0.0"
2585+
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.0.tgz#5fda1af759a148594d2d58394a9e21364f6849af"
2586+
integrity sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ==
2587+
dependencies:
2588+
tslib "^2.4.0"
2589+
25982590
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
25992591
version "7.0.3"
26002592
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -2784,6 +2776,11 @@ dotenv@^8.0.0:
27842776
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
27852777
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
27862778

2779+
dset@^3.1.2:
2780+
version "3.1.3"
2781+
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.3.tgz#c194147f159841148e8e34ca41f638556d9542d2"
2782+
integrity sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==
2783+
27872784
electron-to-chromium@^1.4.251:
27882785
version "1.4.284"
27892786
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592"
@@ -4609,7 +4606,7 @@ lodash.merge@^4.6.2:
46094606
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
46104607
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
46114608

4612-
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.7.0, lodash@~4.17.0:
4609+
lodash@^4.17.15, lodash@^4.7.0, lodash@~4.17.0:
46134610
version "4.17.21"
46144611
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
46154612
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4840,14 +4837,13 @@ no-case@^3.0.4:
48404837
lower-case "^2.0.2"
48414838
tslib "^2.0.3"
48424839

4843-
nock@13.2.9:
4844-
version "13.2.9"
4845-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.9.tgz#4faf6c28175d36044da4cfa68e33e5a15086ad4c"
4846-
integrity sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==
4840+
nock@13.5.3:
4841+
version "13.5.3"
4842+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.3.tgz#9858adf5b840696a410baf98bda720d5fad4f075"
4843+
integrity sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ==
48474844
dependencies:
48484845
debug "^4.1.0"
48494846
json-stringify-safe "^5.0.1"
4850-
lodash "^4.17.21"
48514847
propagate "^2.0.0"
48524848

48534849
node-fetch@2.6.7, node-fetch@^2.6.7:
@@ -6172,10 +6168,10 @@ tslib@^2.4.0:
61726168
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
61736169
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
61746170

6175-
tslib@~2.4.0:
6176-
version "2.4.1"
6177-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
6178-
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
6171+
tslib@~2.6.0:
6172+
version "2.6.3"
6173+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
6174+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
61796175

61806176
tsutils@^3.21.0:
61816177
version "3.21.0"

0 commit comments

Comments
 (0)