Skip to content

Commit 0c8b6d9

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 052eb8d commit 0c8b6d9

File tree

2 files changed

+111
-113
lines changed

2 files changed

+111
-113
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@types/jest": "27.5.2",
3838
"@types/nock": "11.1.0",
39-
"@typescript-eslint/eslint-plugin": "5.62.0",
40-
"@typescript-eslint/parser": "5.62.0",
39+
"@typescript-eslint/eslint-plugin": "8.2.0",
40+
"@typescript-eslint/parser": "8.2.0",
4141
"acorn": "^8.0.1",
4242
"dotenv": "^16.0.0",
4343
"eslint": "8.57.0",

yarn.lock

Lines changed: 109 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,19 @@
318318
dependencies:
319319
eslint-visitor-keys "^3.3.0"
320320

321-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
321+
"@eslint-community/eslint-utils@^4.4.0":
322+
version "4.4.0"
323+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
324+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
325+
dependencies:
326+
eslint-visitor-keys "^3.3.0"
327+
328+
"@eslint-community/regexpp@^4.10.0":
329+
version "4.11.0"
330+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
331+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
332+
333+
"@eslint-community/regexpp@^4.6.1":
322334
version "4.8.0"
323335
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.0.tgz"
324336
integrity sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==
@@ -694,11 +706,6 @@
694706
jest-matcher-utils "^27.0.0"
695707
pretty-format "^27.0.0"
696708

697-
"@types/json-schema@^7.0.9":
698-
version "7.0.11"
699-
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz"
700-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
701-
702709
703710
version "11.1.0"
704711
resolved "https://registry.npmjs.org/@types/nock/-/nock-11.1.0.tgz"
@@ -716,11 +723,6 @@
716723
resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.3.tgz"
717724
integrity sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg==
718725

719-
"@types/semver@^7.3.12":
720-
version "7.3.12"
721-
resolved "https://registry.npmjs.org/@types/semver/-/semver-7.3.12.tgz"
722-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
723-
724726
"@types/stack-utils@^2.0.0":
725727
version "2.0.1"
726728
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz"
@@ -743,89 +745,86 @@
743745
dependencies:
744746
"@types/yargs-parser" "*"
745747

746-
"@typescript-eslint/eslint-plugin@5.62.0":
747-
version "5.62.0"
748-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz"
749-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
748+
"@typescript-eslint/eslint-plugin@8.2.0":
749+
version "8.2.0"
750+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.2.0.tgz#bf50e9c8dac6bdf15dd1b52ca29448550903558e"
751+
integrity sha512-02tJIs655em7fvt9gps/+4k4OsKULYGtLBPJfOsmOq1+3cdClYiF0+d6mHu6qDnTcg88wJBkcPLpQhq7FyDz0A==
750752
dependencies:
751-
"@eslint-community/regexpp" "^4.4.0"
752-
"@typescript-eslint/scope-manager" "5.62.0"
753-
"@typescript-eslint/type-utils" "5.62.0"
754-
"@typescript-eslint/utils" "5.62.0"
755-
debug "^4.3.4"
753+
"@eslint-community/regexpp" "^4.10.0"
754+
"@typescript-eslint/scope-manager" "8.2.0"
755+
"@typescript-eslint/type-utils" "8.2.0"
756+
"@typescript-eslint/utils" "8.2.0"
757+
"@typescript-eslint/visitor-keys" "8.2.0"
756758
graphemer "^1.4.0"
757-
ignore "^5.2.0"
758-
natural-compare-lite "^1.4.0"
759-
semver "^7.3.7"
760-
tsutils "^3.21.0"
761-
762-
"@typescript-eslint/[email protected].0":
763-
version "5.62.0"
764-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz"
765-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
766-
dependencies:
767-
"@typescript-eslint/scope-manager" "5.62.0"
768-
"@typescript-eslint/types" "5.62.0"
769-
"@typescript-eslint/typescript-estree" "5.62.0"
759+
ignore "^5.3.1"
760+
natural-compare "^1.4.0"
761+
ts-api-utils "^1.3.0"
762+
763+
"@typescript-eslint/[email protected]":
764+
version "8.2.0"
765+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.2.0.tgz#de3993304feb98576d9ffbf10c83ca1bcb68a5dd"
766+
integrity sha512-j3Di+o0lHgPrb7FxL3fdEy6LJ/j2NE8u+AP/5cQ9SKb+JLH6V6UHDqJ+e0hXBkHP1wn1YDFjYCS9LBQsZDlDEg==
767+
dependencies:
768+
"@typescript-eslint/scope-manager" "8.2.0"
769+
"@typescript-eslint/types" "8.2.0"
770+
"@typescript-eslint/typescript-estree" "8.2.0"
771+
"@typescript-eslint/visitor-keys" "8.2.0"
770772
debug "^4.3.4"
771773

772-
"@typescript-eslint/scope-manager@5.62.0":
773-
version "5.62.0"
774-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz"
775-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
774+
"@typescript-eslint/scope-manager@8.2.0":
775+
version "8.2.0"
776+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.2.0.tgz#4a4bd7e7df5522acc8795c3b6f21e8c41b951138"
777+
integrity sha512-OFn80B38yD6WwpoHU2Tz/fTz7CgFqInllBoC3WP+/jLbTb4gGPTy9HBSTsbDWkMdN55XlVU0mMDYAtgvlUspGw==
776778
dependencies:
777-
"@typescript-eslint/types" "5.62.0"
778-
"@typescript-eslint/visitor-keys" "5.62.0"
779+
"@typescript-eslint/types" "8.2.0"
780+
"@typescript-eslint/visitor-keys" "8.2.0"
779781

780-
"@typescript-eslint/type-utils@5.62.0":
781-
version "5.62.0"
782-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz"
783-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
782+
"@typescript-eslint/type-utils@8.2.0":
783+
version "8.2.0"
784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.2.0.tgz#5cd7fef50f492e5a0f508bdd40678861a57c3549"
785+
integrity sha512-g1CfXGFMQdT5S+0PSO0fvGXUaiSkl73U1n9LTK5aRAFnPlJ8dLKkXr4AaLFvPedW8lVDoMgLLE3JN98ZZfsj0w==
784786
dependencies:
785-
"@typescript-eslint/typescript-estree" "5.62.0"
786-
"@typescript-eslint/utils" "5.62.0"
787+
"@typescript-eslint/typescript-estree" "8.2.0"
788+
"@typescript-eslint/utils" "8.2.0"
787789
debug "^4.3.4"
788-
tsutils "^3.21.0"
790+
ts-api-utils "^1.3.0"
789791

790-
"@typescript-eslint/types@5.62.0":
791-
version "5.62.0"
792-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz"
793-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
792+
"@typescript-eslint/types@8.2.0":
793+
version "8.2.0"
794+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.2.0.tgz#dfe9895a2812f7c6bf7af863054c22a67060420c"
795+
integrity sha512-6a9QSK396YqmiBKPkJtxsgZZZVjYQ6wQ/TlI0C65z7vInaETuC6HAHD98AGLC8DyIPqHytvNuS8bBVvNLKyqvQ==
794796

795-
"@typescript-eslint/typescript-estree@5.62.0":
796-
version "5.62.0"
797-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz"
798-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
797+
"@typescript-eslint/typescript-estree@8.2.0":
798+
version "8.2.0"
799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.2.0.tgz#fbdb93a1c7ac7f1f96ae2de4fc97cd64c60ae894"
800+
integrity sha512-kiG4EDUT4dImplOsbh47B1QnNmXSoUqOjWDvCJw/o8LgfD0yr7k2uy54D5Wm0j4t71Ge1NkynGhpWdS0dEIAUA==
799801
dependencies:
800-
"@typescript-eslint/types" "5.62.0"
801-
"@typescript-eslint/visitor-keys" "5.62.0"
802+
"@typescript-eslint/types" "8.2.0"
803+
"@typescript-eslint/visitor-keys" "8.2.0"
802804
debug "^4.3.4"
803805
globby "^11.1.0"
804806
is-glob "^4.0.3"
805-
semver "^7.3.7"
806-
tsutils "^3.21.0"
807-
808-
"@typescript-eslint/[email protected]":
809-
version "5.62.0"
810-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz"
811-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
812-
dependencies:
813-
"@eslint-community/eslint-utils" "^4.2.0"
814-
"@types/json-schema" "^7.0.9"
815-
"@types/semver" "^7.3.12"
816-
"@typescript-eslint/scope-manager" "5.62.0"
817-
"@typescript-eslint/types" "5.62.0"
818-
"@typescript-eslint/typescript-estree" "5.62.0"
819-
eslint-scope "^5.1.1"
820-
semver "^7.3.7"
821-
822-
"@typescript-eslint/[email protected]":
823-
version "5.62.0"
824-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz"
825-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
826-
dependencies:
827-
"@typescript-eslint/types" "5.62.0"
828-
eslint-visitor-keys "^3.3.0"
807+
minimatch "^9.0.4"
808+
semver "^7.6.0"
809+
ts-api-utils "^1.3.0"
810+
811+
"@typescript-eslint/[email protected]":
812+
version "8.2.0"
813+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.2.0.tgz#02d442285925f28d520587185f295f932702e733"
814+
integrity sha512-O46eaYKDlV3TvAVDNcoDzd5N550ckSe8G4phko++OCSC1dYIb9LTc3HDGYdWqWIAT5qDUKphO6sd9RrpIJJPfg==
815+
dependencies:
816+
"@eslint-community/eslint-utils" "^4.4.0"
817+
"@typescript-eslint/scope-manager" "8.2.0"
818+
"@typescript-eslint/types" "8.2.0"
819+
"@typescript-eslint/typescript-estree" "8.2.0"
820+
821+
"@typescript-eslint/[email protected]":
822+
version "8.2.0"
823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.2.0.tgz#f6abb3b6508898a117175ddc11f9b9869cc96834"
824+
integrity sha512-sbgsPMW9yLvS7IhCi8IpuK1oBmtbWUNP+hBdwl/I9nzqVsszGnNGti5r9dUtF5RLivHUFFIdRvLiTsPhzSyJ3Q==
825+
dependencies:
826+
"@typescript-eslint/types" "8.2.0"
827+
eslint-visitor-keys "^3.4.3"
829828

830829
"@ungap/structured-clone@^1.2.0":
831830
version "1.2.0"
@@ -1022,6 +1021,13 @@ brace-expansion@^1.1.7:
10221021
balanced-match "^1.0.0"
10231022
concat-map "0.0.1"
10241023

1024+
brace-expansion@^2.0.1:
1025+
version "2.0.1"
1026+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1027+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1028+
dependencies:
1029+
balanced-match "^1.0.0"
1030+
10251031
braces@^3.0.2:
10261032
version "3.0.3"
10271033
resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
@@ -1383,14 +1389,6 @@ eslint-rule-composer@^0.3.0:
13831389
resolved "https://registry.npmjs.org/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz"
13841390
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
13851391

1386-
eslint-scope@^5.1.1:
1387-
version "5.1.1"
1388-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz"
1389-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
1390-
dependencies:
1391-
esrecurse "^4.3.0"
1392-
estraverse "^4.1.1"
1393-
13941392
eslint-scope@^7.2.2:
13951393
version "7.2.2"
13961394
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz"
@@ -1476,11 +1474,6 @@ esrecurse@^4.3.0:
14761474
dependencies:
14771475
estraverse "^5.2.0"
14781476

1479-
estraverse@^4.1.1:
1480-
version "4.3.0"
1481-
resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz"
1482-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
1483-
14841477
estraverse@^5.1.0, estraverse@^5.2.0:
14851478
version "5.3.0"
14861479
resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz"
@@ -1781,6 +1774,11 @@ ignore@^5.2.0:
17811774
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz"
17821775
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
17831776

1777+
ignore@^5.3.1:
1778+
version "5.3.2"
1779+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
1780+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
1781+
17841782
import-fresh@^3.2.1:
17851783
version "3.3.0"
17861784
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
@@ -2574,6 +2572,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
25742572
dependencies:
25752573
brace-expansion "^1.1.7"
25762574

2575+
minimatch@^9.0.4:
2576+
version "9.0.5"
2577+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2578+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2579+
dependencies:
2580+
brace-expansion "^2.0.1"
2581+
25772582
minimist@>=1.2.3:
25782583
version "1.2.8"
25792584
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
@@ -2584,11 +2589,6 @@ [email protected], ms@^2.1.1:
25842589
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
25852590
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
25862591

2587-
natural-compare-lite@^1.4.0:
2588-
version "1.4.0"
2589-
resolved "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz"
2590-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2591-
25922592
natural-compare@^1.4.0:
25932593
version "1.4.0"
25942594
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
@@ -2939,7 +2939,7 @@ saxes@^5.0.1:
29392939
dependencies:
29402940
xmlchars "^2.2.0"
29412941

2942-
[email protected], semver@^7.3.2, semver@^7.3.4, semver@^7.3.7:
2942+
[email protected], semver@^7.3.2, semver@^7.3.4:
29432943
version "7.5.4"
29442944
resolved "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz"
29452945
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -2951,6 +2951,11 @@ semver@^6.0.0, semver@^6.3.0:
29512951
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
29522952
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
29532953

2954+
semver@^7.6.0:
2955+
version "7.6.3"
2956+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
2957+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
2958+
29542959
shebang-command@^2.0.0:
29552960
version "2.0.0"
29562961
resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz"
@@ -3181,6 +3186,11 @@ triple-beam@^1.3.0:
31813186
resolved "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz"
31823187
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
31833188

3189+
ts-api-utils@^1.3.0:
3190+
version "1.3.0"
3191+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3192+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3193+
31843194
ts-auto-mock@^3.3.5:
31853195
version "3.6.4"
31863196
resolved "https://registry.npmjs.org/ts-auto-mock/-/ts-auto-mock-3.6.4.tgz"
@@ -3215,18 +3225,6 @@ [email protected]:
32153225
semver "^7.3.4"
32163226
source-map "^0.7.4"
32173227

3218-
tslib@^1.8.1:
3219-
version "1.14.1"
3220-
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
3221-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
3222-
3223-
tsutils@^3.21.0:
3224-
version "3.21.0"
3225-
resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"
3226-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
3227-
dependencies:
3228-
tslib "^1.8.1"
3229-
32303228
ttypescript@^1.5.10:
32313229
version "1.5.15"
32323230
resolved "https://registry.npmjs.org/ttypescript/-/ttypescript-1.5.15.tgz"

0 commit comments

Comments
 (0)