Skip to content

Commit 7fce719

Browse files
chore(deps): update typescript-eslint monorepo to v6
1 parent d62467b commit 7fce719

File tree

2 files changed

+90
-109
lines changed

2 files changed

+90
-109
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@stryker-mutator/core": "^5.4.1",
4040
"@stryker-mutator/jest-runner": "^5.4.1",
4141
"@types/jest": "^29.0.0",
42-
"@typescript-eslint/eslint-plugin": "^5.1.0",
43-
"@typescript-eslint/parser": "^5.1.0",
42+
"@typescript-eslint/eslint-plugin": "^6.0.0",
43+
"@typescript-eslint/parser": "^6.0.0",
4444
"eslint": "^8.1.0",
4545
"jest": "^29.0.0",
4646
"jest-xunit": "^1.0.11",

yarn.lock

Lines changed: 88 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -452,17 +452,17 @@
452452
dependencies:
453453
"@jridgewell/trace-mapping" "0.3.9"
454454

455-
"@eslint-community/eslint-utils@^4.2.0":
455+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
456456
version "4.4.0"
457457
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
458458
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
459459
dependencies:
460460
eslint-visitor-keys "^3.3.0"
461461

462-
"@eslint-community/regexpp@^4.4.0":
463-
version "4.8.0"
464-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.0.tgz#11195513186f68d42fbf449f9a7136b2c0c92005"
465-
integrity sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==
462+
"@eslint-community/regexpp@^4.5.1":
463+
version "4.9.1"
464+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
465+
integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
466466

467467
"@eslint-community/regexpp@^4.6.1":
468468
version "4.8.1"
@@ -960,20 +960,20 @@
960960
expect "^29.0.0"
961961
pretty-format "^29.0.0"
962962

963-
"@types/json-schema@^7.0.9":
964-
version "7.0.12"
965-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
966-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
963+
"@types/json-schema@^7.0.12":
964+
version "7.0.13"
965+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
966+
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
967967

968968
"@types/node@*":
969969
version "20.6.1"
970970
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.1.tgz#8b589bba9b2af0128796461a0979764562687e6f"
971971
integrity sha512-4LcJvuXQlv4lTHnxwyHQZ3uR9Zw2j7m1C9DfuwoTFQQP4Pmu04O6IfLYgMmHoOCt0nosItLLZAH+sOrRE0Bo8g==
972972

973-
"@types/semver@^7.3.12":
974-
version "7.5.1"
975-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.1.tgz#0480eeb7221eb9bc398ad7432c9d7e14b1a5a367"
976-
integrity sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==
973+
"@types/semver@^7.5.0":
974+
version "7.5.3"
975+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
976+
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
977977

978978
"@types/stack-utils@^2.0.0":
979979
version "2.0.1"
@@ -992,89 +992,90 @@
992992
dependencies:
993993
"@types/yargs-parser" "*"
994994

995-
"@typescript-eslint/eslint-plugin@^5.1.0":
996-
version "5.62.0"
997-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
998-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
995+
"@typescript-eslint/eslint-plugin@^6.0.0":
996+
version "6.7.4"
997+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.4.tgz#057338df21b6062c2f2fc5999fbea8af9973ac6d"
998+
integrity sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA==
999999
dependencies:
1000-
"@eslint-community/regexpp" "^4.4.0"
1001-
"@typescript-eslint/scope-manager" "5.62.0"
1002-
"@typescript-eslint/type-utils" "5.62.0"
1003-
"@typescript-eslint/utils" "5.62.0"
1000+
"@eslint-community/regexpp" "^4.5.1"
1001+
"@typescript-eslint/scope-manager" "6.7.4"
1002+
"@typescript-eslint/type-utils" "6.7.4"
1003+
"@typescript-eslint/utils" "6.7.4"
1004+
"@typescript-eslint/visitor-keys" "6.7.4"
10041005
debug "^4.3.4"
10051006
graphemer "^1.4.0"
1006-
ignore "^5.2.0"
1007-
natural-compare-lite "^1.4.0"
1008-
semver "^7.3.7"
1009-
tsutils "^3.21.0"
1010-
1011-
"@typescript-eslint/parser@^5.1.0":
1012-
version "5.62.0"
1013-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1014-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1015-
dependencies:
1016-
"@typescript-eslint/scope-manager" "5.62.0"
1017-
"@typescript-eslint/types" "5.62.0"
1018-
"@typescript-eslint/typescript-estree" "5.62.0"
1007+
ignore "^5.2.4"
1008+
natural-compare "^1.4.0"
1009+
semver "^7.5.4"
1010+
ts-api-utils "^1.0.1"
1011+
1012+
"@typescript-eslint/parser@^6.0.0":
1013+
version "6.7.4"
1014+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.4.tgz#23d1dd4fe5d295c7fa2ab651f5406cd9ad0bd435"
1015+
integrity sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==
1016+
dependencies:
1017+
"@typescript-eslint/scope-manager" "6.7.4"
1018+
"@typescript-eslint/types" "6.7.4"
1019+
"@typescript-eslint/typescript-estree" "6.7.4"
1020+
"@typescript-eslint/visitor-keys" "6.7.4"
10191021
debug "^4.3.4"
10201022

1021-
"@typescript-eslint/scope-manager@5.62.0":
1022-
version "5.62.0"
1023-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1024-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1023+
"@typescript-eslint/scope-manager@6.7.4":
1024+
version "6.7.4"
1025+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz#a484a17aa219e96044db40813429eb7214d7b386"
1026+
integrity sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==
10251027
dependencies:
1026-
"@typescript-eslint/types" "5.62.0"
1027-
"@typescript-eslint/visitor-keys" "5.62.0"
1028+
"@typescript-eslint/types" "6.7.4"
1029+
"@typescript-eslint/visitor-keys" "6.7.4"
10281030

1029-
"@typescript-eslint/type-utils@5.62.0":
1030-
version "5.62.0"
1031-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1032-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1031+
"@typescript-eslint/type-utils@6.7.4":
1032+
version "6.7.4"
1033+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.4.tgz#847cd3b59baf948984499be3e0a12ff07373e321"
1034+
integrity sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ==
10331035
dependencies:
1034-
"@typescript-eslint/typescript-estree" "5.62.0"
1035-
"@typescript-eslint/utils" "5.62.0"
1036+
"@typescript-eslint/typescript-estree" "6.7.4"
1037+
"@typescript-eslint/utils" "6.7.4"
10361038
debug "^4.3.4"
1037-
tsutils "^3.21.0"
1039+
ts-api-utils "^1.0.1"
10381040

1039-
"@typescript-eslint/types@5.62.0":
1040-
version "5.62.0"
1041-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1042-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1041+
"@typescript-eslint/types@6.7.4":
1042+
version "6.7.4"
1043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.4.tgz#5d358484d2be986980c039de68e9f1eb62ea7897"
1044+
integrity sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==
10431045

1044-
"@typescript-eslint/typescript-estree@5.62.0":
1045-
version "5.62.0"
1046-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1047-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1046+
"@typescript-eslint/typescript-estree@6.7.4":
1047+
version "6.7.4"
1048+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz#f2baece09f7bb1df9296e32638b2e1130014ef1a"
1049+
integrity sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==
10481050
dependencies:
1049-
"@typescript-eslint/types" "5.62.0"
1050-
"@typescript-eslint/visitor-keys" "5.62.0"
1051+
"@typescript-eslint/types" "6.7.4"
1052+
"@typescript-eslint/visitor-keys" "6.7.4"
10511053
debug "^4.3.4"
10521054
globby "^11.1.0"
10531055
is-glob "^4.0.3"
1054-
semver "^7.3.7"
1055-
tsutils "^3.21.0"
1056+
semver "^7.5.4"
1057+
ts-api-utils "^1.0.1"
1058+
1059+
"@typescript-eslint/utils@6.7.4":
1060+
version "6.7.4"
1061+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.4.tgz#2236f72b10e38277ee05ef06142522e1de470ff2"
1062+
integrity sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==
1063+
dependencies:
1064+
"@eslint-community/eslint-utils" "^4.4.0"
1065+
"@types/json-schema" "^7.0.12"
1066+
"@types/semver" "^7.5.0"
1067+
"@typescript-eslint/scope-manager" "6.7.4"
1068+
"@typescript-eslint/types" "6.7.4"
1069+
"@typescript-eslint/typescript-estree" "6.7.4"
1070+
semver "^7.5.4"
10561071

1057-
"@typescript-eslint/utils@5.62.0":
1058-
version "5.62.0"
1059-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1060-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1072+
"@typescript-eslint/visitor-keys@6.7.4":
1073+
version "6.7.4"
1074+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz#80dfecf820fc67574012375859085f91a4dff043"
1075+
integrity sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==
10611076
dependencies:
1062-
"@eslint-community/eslint-utils" "^4.2.0"
1063-
"@types/json-schema" "^7.0.9"
1064-
"@types/semver" "^7.3.12"
1065-
"@typescript-eslint/scope-manager" "5.62.0"
1066-
"@typescript-eslint/types" "5.62.0"
1067-
"@typescript-eslint/typescript-estree" "5.62.0"
1068-
eslint-scope "^5.1.1"
1069-
semver "^7.3.7"
1070-
1071-
"@typescript-eslint/visitor-keys@5.62.0":
1072-
version "5.62.0"
1073-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1074-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1075-
dependencies:
1076-
"@typescript-eslint/types" "5.62.0"
1077-
eslint-visitor-keys "^3.3.0"
1077+
"@typescript-eslint/types" "6.7.4"
1078+
eslint-visitor-keys "^3.4.1"
10781079

10791080
acorn-jsx@^5.3.2:
10801081
version "5.3.2"
@@ -1619,14 +1620,6 @@ escape-string-regexp@^4.0.0:
16191620
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
16201621
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
16211622

1622-
eslint-scope@^5.1.1:
1623-
version "5.1.1"
1624-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
1625-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
1626-
dependencies:
1627-
esrecurse "^4.3.0"
1628-
estraverse "^4.1.1"
1629-
16301623
eslint-scope@^7.2.2:
16311624
version "7.2.2"
16321625
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -1711,11 +1704,6 @@ esrecurse@^4.3.0:
17111704
dependencies:
17121705
estraverse "^5.2.0"
17131706

1714-
estraverse@^4.1.1:
1715-
version "4.3.0"
1716-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
1717-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
1718-
17191707
estraverse@^5.1.0, estraverse@^5.2.0:
17201708
version "5.3.0"
17211709
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -2042,7 +2030,7 @@ ieee754@^1.1.13:
20422030
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
20432031
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
20442032

2045-
ignore@^5.2.0:
2033+
ignore@^5.2.0, ignore@^5.2.4:
20462034
version "5.2.4"
20472035
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
20482036
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -2895,11 +2883,6 @@ mute-stream@0.0.8:
28952883
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
28962884
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
28972885

2898-
natural-compare-lite@^1.4.0:
2899-
version "1.4.0"
2900-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2901-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2902-
29032886
natural-compare@^1.4.0:
29042887
version "1.4.0"
29052888
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -3275,7 +3258,7 @@ semver@^6.3.0, semver@^6.3.1:
32753258
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
32763259
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
32773260

3278-
semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
3261+
semver@^7.3.5, semver@^7.5.3, semver@^7.5.4:
32793262
version "7.5.4"
32803263
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
32813264
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -3520,6 +3503,11 @@ tree-kill@~1.2.2:
35203503
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
35213504
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
35223505

3506+
ts-api-utils@^1.0.1:
3507+
version "1.0.3"
3508+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
3509+
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
3510+
35233511
ts-jest@^29.0.0:
35243512
version "29.1.1"
35253513
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
@@ -3553,7 +3541,7 @@ ts-node@^10.1.0:
35533541
v8-compile-cache-lib "^3.0.1"
35543542
yn "3.1.1"
35553543

3556-
tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
3544+
tslib@^1.9.0, tslib@^1.9.3:
35573545
version "1.14.1"
35583546
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
35593547
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -3568,13 +3556,6 @@ tslib@~2.3.0:
35683556
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
35693557
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
35703558

3571-
tsutils@^3.21.0:
3572-
version "3.21.0"
3573-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
3574-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
3575-
dependencies:
3576-
tslib "^1.8.1"
3577-
35783559
tunnel@0.0.6:
35793560
version "0.0.6"
35803561
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"

0 commit comments

Comments
 (0)