Skip to content

Commit 10adf9b

Browse files
chore(deps): update dependency eslint-plugin-jest to v29
1 parent 353ffb5 commit 10adf9b

2 files changed

Lines changed: 138 additions & 45 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-config-airbnb": "18.2.1",
3838
"eslint-config-prettier": "6.15.0",
3939
"eslint-plugin-import": "2.32.0",
40-
"eslint-plugin-jest": "23.20.0",
40+
"eslint-plugin-jest": "29.11.3",
4141
"eslint-plugin-jsx-a11y": "6.9.0",
4242
"eslint-plugin-prettier": "3.4.1",
4343
"eslint-plugin-react": "7.35.2",

yarn.lock

Lines changed: 137 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,13 @@
285285
dependencies:
286286
find-up "^4.0.0"
287287

288+
"@eslint-community/eslint-utils@^4.7.0":
289+
version "4.9.0"
290+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
291+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
292+
dependencies:
293+
eslint-visitor-keys "^3.4.3"
294+
288295
"@jest/console@^24.7.1", "@jest/console@^24.9.0":
289296
version "24.9.0"
290297
resolved "https://registry.npmjs.org/@jest/console/-/console-24.9.0.tgz#79b1bc06fb74a8cfb01cbdedf945584b1b9707f0"
@@ -723,11 +730,6 @@
723730
"@types/istanbul-lib-coverage" "*"
724731
"@types/istanbul-lib-report" "*"
725732

726-
"@types/json-schema@^7.0.3":
727-
version "7.0.3"
728-
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
729-
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
730-
731733
"@types/json5@^0.0.29":
732734
version "0.0.29"
733735
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -775,26 +777,65 @@
775777
dependencies:
776778
"@types/yargs-parser" "*"
777779

778-
"@typescript-eslint/experimental-utils@^2.5.0":
779-
version "2.7.0"
780-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.7.0.tgz#58d790a3884df3041b5a5e08f9e5e6b7c41864b5"
781-
integrity sha512-9/L/OJh2a5G2ltgBWJpHRfGnt61AgDeH6rsdg59BH0naQseSwR7abwHq3D5/op0KYD/zFT4LS5gGvWcMmegTEg==
782-
dependencies:
783-
"@types/json-schema" "^7.0.3"
784-
"@typescript-eslint/typescript-estree" "2.7.0"
785-
eslint-scope "^5.0.0"
786-
787-
"@typescript-eslint/typescript-estree@2.7.0":
788-
version "2.7.0"
789-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.7.0.tgz#34fd98c77a07b40d04d5b4203eddd3abeab909f4"
790-
integrity sha512-vVCE/DY72N4RiJ/2f10PTyYekX2OLaltuSIBqeHYI44GQ940VCYioInIb8jKMrK9u855OEJdFC+HmWAZTnC+Ag==
791-
dependencies:
792-
debug "^4.1.1"
793-
glob "^7.1.4"
794-
is-glob "^4.0.1"
795-
lodash.unescape "4.0.1"
796-
semver "^6.3.0"
797-
tsutils "^3.17.1"
780+
"@typescript-eslint/project-service@8.51.0":
781+
version "8.51.0"
782+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369"
783+
integrity sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==
784+
dependencies:
785+
"@typescript-eslint/tsconfig-utils" "^8.51.0"
786+
"@typescript-eslint/types" "^8.51.0"
787+
debug "^4.3.4"
788+
789+
"@typescript-eslint/scope-manager@8.51.0":
790+
version "8.51.0"
791+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1"
792+
integrity sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==
793+
dependencies:
794+
"@typescript-eslint/types" "8.51.0"
795+
"@typescript-eslint/visitor-keys" "8.51.0"
796+
797+
"@typescript-eslint/tsconfig-utils@8.51.0", "@typescript-eslint/tsconfig-utils@^8.51.0":
798+
version "8.51.0"
799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515"
800+
integrity sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==
801+
802+
"@typescript-eslint/types@8.51.0", "@typescript-eslint/types@^8.51.0":
803+
version "8.51.0"
804+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb"
805+
integrity sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==
806+
807+
"@typescript-eslint/typescript-estree@8.51.0":
808+
version "8.51.0"
809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a"
810+
integrity sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==
811+
dependencies:
812+
"@typescript-eslint/project-service" "8.51.0"
813+
"@typescript-eslint/tsconfig-utils" "8.51.0"
814+
"@typescript-eslint/types" "8.51.0"
815+
"@typescript-eslint/visitor-keys" "8.51.0"
816+
debug "^4.3.4"
817+
minimatch "^9.0.4"
818+
semver "^7.6.0"
819+
tinyglobby "^0.2.15"
820+
ts-api-utils "^2.2.0"
821+
822+
"@typescript-eslint/utils@^8.0.0":
823+
version "8.51.0"
824+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a"
825+
integrity sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==
826+
dependencies:
827+
"@eslint-community/eslint-utils" "^4.7.0"
828+
"@typescript-eslint/scope-manager" "8.51.0"
829+
"@typescript-eslint/types" "8.51.0"
830+
"@typescript-eslint/typescript-estree" "8.51.0"
831+
832+
"@typescript-eslint/visitor-keys@8.51.0":
833+
version "8.51.0"
834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8"
835+
integrity sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==
836+
dependencies:
837+
"@typescript-eslint/types" "8.51.0"
838+
eslint-visitor-keys "^4.2.1"
798839

799840
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
800841
version "1.3.5"
@@ -1472,6 +1513,13 @@ brace-expansion@^1.1.7:
14721513
balanced-match "^1.0.0"
14731514
concat-map "0.0.1"
14741515

1516+
brace-expansion@^2.0.1:
1517+
version "2.0.2"
1518+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
1519+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
1520+
dependencies:
1521+
balanced-match "^1.0.0"
1522+
14751523
braces@^2.3.1:
14761524
version "2.3.2"
14771525
resolved "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -2325,6 +2373,13 @@ debug@^3.2.7:
23252373
dependencies:
23262374
ms "^2.1.1"
23272375

2376+
debug@^4.3.4:
2377+
version "4.4.3"
2378+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
2379+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
2380+
dependencies:
2381+
ms "^2.1.3"
2382+
23282383
debuglog@^1.0.1:
23292384
version "1.0.1"
23302385
resolved "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -3227,12 +3282,12 @@ eslint-plugin-import@2.32.0:
32273282
string.prototype.trimend "^1.0.9"
32283283
tsconfig-paths "^3.15.0"
32293284

3230-
eslint-plugin-jest@23.20.0:
3231-
version "23.20.0"
3232-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099"
3233-
integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==
3285+
eslint-plugin-jest@29.11.3:
3286+
version "29.11.3"
3287+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.11.3.tgz#9888eaf617219d6a3e526b5d9842e160a5d0d3cd"
3288+
integrity sha512-5AcTa7cskD1jnbtEQISlHmCKEd8dFbdIhDh9Fxqw9Vgdm70yZr3Mfr/v0KLXXMjmKej57pnBUPlasevVAH9vnw==
32343289
dependencies:
3235-
"@typescript-eslint/experimental-utils" "^2.5.0"
3290+
"@typescript-eslint/utils" "^8.0.0"
32363291

32373292
eslint-plugin-jsx-a11y@6.9.0:
32383293
version "6.9.0"
@@ -3307,6 +3362,16 @@ eslint-visitor-keys@^1.1.0:
33073362
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
33083363
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
33093364

3365+
eslint-visitor-keys@^3.4.3:
3366+
version "3.4.3"
3367+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3368+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3369+
3370+
eslint-visitor-keys@^4.2.1:
3371+
version "4.2.1"
3372+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3373+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3374+
33103375
eslint@6.8.0:
33113376
version "6.8.0"
33123377
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -3589,6 +3654,11 @@ fb-watchman@^2.0.0:
35893654
dependencies:
35903655
bser "^2.0.0"
35913656

3657+
fdir@^6.5.0:
3658+
version "6.5.0"
3659+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3660+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3661+
35923662
figgy-pudding@^3.4.1, figgy-pudding@^3.5.1:
35933663
version "3.5.1"
35943664
resolved "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
@@ -6385,11 +6455,6 @@ lodash.toarray@^4.4.0:
63856455
resolved "https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
63866456
integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE=
63876457

6388-
lodash.unescape@4.0.1:
6389-
version "4.0.1"
6390-
resolved "https://registry.npmjs.org/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
6391-
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
6392-
63936458
lodash.union@~4.6.0:
63946459
version "4.6.0"
63956460
resolved "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
@@ -6686,6 +6751,13 @@ minimatch@^3.1.2:
66866751
dependencies:
66876752
brace-expansion "^1.1.7"
66886753

6754+
minimatch@^9.0.4:
6755+
version "9.0.5"
6756+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6757+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
6758+
dependencies:
6759+
brace-expansion "^2.0.1"
6760+
66896761
minimist-options@^3.0.1:
66906762
version "3.0.2"
66916763
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
@@ -6787,6 +6859,11 @@ ms@^2.0.0, ms@^2.1.1:
67876859
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
67886860
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
67896861

6862+
ms@^2.1.3:
6863+
version "2.1.3"
6864+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
6865+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
6866+
67906867
mute-stream@0.0.8, mute-stream@~0.0.4:
67916868
version "0.0.8"
67926869
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
@@ -7825,6 +7902,11 @@ picomatch@^2.0.5:
78257902
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
78267903
integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
78277904

7905+
picomatch@^4.0.3:
7906+
version "4.0.3"
7907+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
7908+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
7909+
78287910
pify@^3.0.0:
78297911
version "3.0.0"
78307912
resolved "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
@@ -8770,7 +8852,7 @@ semver-regex@^2.0.0:
87708852
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
87718853
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
87728854

8773-
semver@6.3.0, semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
8855+
semver@6.3.0, semver@^6.0.0, semver@^6.1.2, semver@^6.2.0:
87748856
version "6.3.0"
87758857
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
87768858
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
@@ -8780,6 +8862,11 @@ semver@^6.3.1:
87808862
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
87818863
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
87828864

8865+
semver@^7.6.0:
8866+
version "7.7.3"
8867+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
8868+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
8869+
87838870
semver@~5.3.0:
87848871
version "5.3.0"
87858872
resolved "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
@@ -9737,6 +9824,14 @@ tiny-relative-date@^1.3.0:
97379824
resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07"
97389825
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
97399826

9827+
tinyglobby@^0.2.15:
9828+
version "0.2.15"
9829+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
9830+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
9831+
dependencies:
9832+
fdir "^6.5.0"
9833+
picomatch "^4.0.3"
9834+
97409835
tmp@^0.0.33:
97419836
version "0.0.33"
97429837
resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -9829,6 +9924,11 @@ trim-off-newlines@^1.0.0:
98299924
resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
98309925
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
98319926

9927+
ts-api-utils@^2.2.0:
9928+
version "2.3.0"
9929+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.3.0.tgz#9f397ac9d88ac76e8dd6e8bc4af0dbf98af99f73"
9930+
integrity sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==
9931+
98329932
tsconfig-paths@^3.15.0:
98339933
version "3.15.0"
98349934
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
@@ -9839,18 +9939,11 @@ tsconfig-paths@^3.15.0:
98399939
minimist "^1.2.6"
98409940
strip-bom "^3.0.0"
98419941

9842-
tslib@^1.8.1, tslib@^1.9.0:
9942+
tslib@^1.9.0:
98439943
version "1.10.0"
98449944
resolved "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
98459945
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
98469946

9847-
tsutils@^3.17.1:
9848-
version "3.17.1"
9849-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
9850-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
9851-
dependencies:
9852-
tslib "^1.8.1"
9853-
98549947
tunnel-agent@^0.6.0:
98559948
version "0.6.0"
98569949
resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

0 commit comments

Comments
 (0)