Skip to content

Commit 397bfa5

Browse files
chore(deps): update devdependency eslint-plugin-jest to v29
1 parent 4104085 commit 397bfa5

File tree

2 files changed

+122
-67
lines changed

2 files changed

+122
-67
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/jest": "^29.5.8",
2929
"codecov": "^3.8.3",
3030
"eslint": "^8.53.0",
31-
"eslint-plugin-jest": "^27.6.0",
31+
"eslint-plugin-jest": "^29.0.1",
3232
"husky": "^8.0.3",
3333
"jest": "^29.7.0",
3434
"nuxt-edge": "^2.17.2-28284499.5674f49",

yarn.lock

Lines changed: 121 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,6 +1480,13 @@
14801480
dependencies:
14811481
eslint-visitor-keys "^3.3.0"
14821482

1483+
"@eslint-community/eslint-utils@^4.7.0":
1484+
version "4.7.0"
1485+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1486+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1487+
dependencies:
1488+
eslint-visitor-keys "^3.4.3"
1489+
14831490
"@eslint-community/regexpp@^4.6.1":
14841491
version "4.10.0"
14851492
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
@@ -2315,11 +2322,6 @@
23152322
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
23162323
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
23172324

2318-
"@types/semver@^7.3.12":
2319-
version "7.5.5"
2320-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
2321-
integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
2322-
23232325
"@types/source-list-map@*":
23242326
version "0.1.5"
23252327
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.5.tgz#1ec07192b889558a410833b237e595a906e5e349"
@@ -2375,53 +2377,66 @@
23752377
dependencies:
23762378
"@types/yargs-parser" "*"
23772379

2378-
"@typescript-eslint/[email protected]":
2379-
version "5.62.0"
2380-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
2381-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
2380+
"@typescript-eslint/[email protected]":
2381+
version "8.34.1"
2382+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.1.tgz#20501f8b87202c45f5e70a5b24dcdcb8fe12d460"
2383+
integrity sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==
23822384
dependencies:
2383-
"@typescript-eslint/types" "5.62.0"
2384-
"@typescript-eslint/visitor-keys" "5.62.0"
2385-
2386-
"@typescript-eslint/[email protected]":
2387-
version "5.62.0"
2388-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
2389-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
2385+
"@typescript-eslint/tsconfig-utils" "^8.34.1"
2386+
"@typescript-eslint/types" "^8.34.1"
2387+
debug "^4.3.4"
23902388

2391-
"@typescript-eslint/[email protected]":
2392-
version "5.62.0"
2393-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
2394-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
2395-
dependencies:
2396-
"@typescript-eslint/types" "5.62.0"
2397-
"@typescript-eslint/visitor-keys" "5.62.0"
2389+
"@typescript-eslint/[email protected]":
2390+
version "8.34.1"
2391+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz#727ea43441f4d23d5c73d34195427d85042e5117"
2392+
integrity sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==
2393+
dependencies:
2394+
"@typescript-eslint/types" "8.34.1"
2395+
"@typescript-eslint/visitor-keys" "8.34.1"
2396+
2397+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.34.1":
2398+
version "8.34.1"
2399+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
2400+
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
2401+
2402+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.34.1":
2403+
version "8.34.1"
2404+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
2405+
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
2406+
2407+
"@typescript-eslint/[email protected]":
2408+
version "8.34.1"
2409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz#befdb042a6bc44fdad27429b2d3b679c80daad71"
2410+
integrity sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==
2411+
dependencies:
2412+
"@typescript-eslint/project-service" "8.34.1"
2413+
"@typescript-eslint/tsconfig-utils" "8.34.1"
2414+
"@typescript-eslint/types" "8.34.1"
2415+
"@typescript-eslint/visitor-keys" "8.34.1"
23982416
debug "^4.3.4"
2399-
globby "^11.1.0"
2417+
fast-glob "^3.3.2"
24002418
is-glob "^4.0.3"
2401-
semver "^7.3.7"
2402-
tsutils "^3.21.0"
2419+
minimatch "^9.0.4"
2420+
semver "^7.6.0"
2421+
ts-api-utils "^2.1.0"
24032422

2404-
"@typescript-eslint/utils@^5.10.0":
2405-
version "5.62.0"
2406-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
2407-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
2423+
"@typescript-eslint/utils@^8.0.0":
2424+
version "8.34.1"
2425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.1.tgz#f98c9b0c5cae407e34f5131cac0f3a74347a398e"
2426+
integrity sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==
24082427
dependencies:
2409-
"@eslint-community/eslint-utils" "^4.2.0"
2410-
"@types/json-schema" "^7.0.9"
2411-
"@types/semver" "^7.3.12"
2412-
"@typescript-eslint/scope-manager" "5.62.0"
2413-
"@typescript-eslint/types" "5.62.0"
2414-
"@typescript-eslint/typescript-estree" "5.62.0"
2415-
eslint-scope "^5.1.1"
2416-
semver "^7.3.7"
2428+
"@eslint-community/eslint-utils" "^4.7.0"
2429+
"@typescript-eslint/scope-manager" "8.34.1"
2430+
"@typescript-eslint/types" "8.34.1"
2431+
"@typescript-eslint/typescript-estree" "8.34.1"
24172432

2418-
"@typescript-eslint/visitor-keys@5.62.0":
2419-
version "5.62.0"
2420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
2421-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
2433+
"@typescript-eslint/visitor-keys@8.34.1":
2434+
version "8.34.1"
2435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz#28a1987ea3542ccafb92aa792726a304b39531cf"
2436+
integrity sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==
24222437
dependencies:
2423-
"@typescript-eslint/types" "5.62.0"
2424-
eslint-visitor-keys "^3.3.0"
2438+
"@typescript-eslint/types" "8.34.1"
2439+
eslint-visitor-keys "^4.2.1"
24252440

24262441
"@ungap/structured-clone@^1.2.0":
24272442
version "1.2.0"
@@ -3283,6 +3298,13 @@ braces@^3.0.2, braces@~3.0.2:
32833298
dependencies:
32843299
fill-range "^7.0.1"
32853300

3301+
braces@^3.0.3:
3302+
version "3.0.3"
3303+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
3304+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
3305+
dependencies:
3306+
fill-range "^7.1.1"
3307+
32863308
brorand@^1.0.1, brorand@^1.1.0:
32873309
version "1.1.0"
32883310
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
@@ -5075,12 +5097,12 @@ eslint-plugin-import@^2.26.0:
50755097
semver "^6.3.1"
50765098
tsconfig-paths "^3.14.2"
50775099

5078-
eslint-plugin-jest@^27.6.0:
5079-
version "27.6.0"
5080-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.0.tgz#e5c0cf735b3c8cad0ef9db5b565b2fc99f5e55ed"
5081-
integrity sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==
5100+
eslint-plugin-jest@^29.0.1:
5101+
version "29.0.1"
5102+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
5103+
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
50825104
dependencies:
5083-
"@typescript-eslint/utils" "^5.10.0"
5105+
"@typescript-eslint/utils" "^8.0.0"
50845106

50855107
eslint-plugin-n@^15.5.1:
50865108
version "15.7.0"
@@ -5154,14 +5176,6 @@ eslint-scope@^4.0.3:
51545176
esrecurse "^4.1.0"
51555177
estraverse "^4.1.1"
51565178

5157-
eslint-scope@^5.1.1:
5158-
version "5.1.1"
5159-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
5160-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
5161-
dependencies:
5162-
esrecurse "^4.3.0"
5163-
estraverse "^4.1.1"
5164-
51655179
eslint-scope@^7.1.1, eslint-scope@^7.2.2:
51665180
version "7.2.2"
51675181
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -5199,6 +5213,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
51995213
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
52005214
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
52015215

5216+
eslint-visitor-keys@^4.2.1:
5217+
version "4.2.1"
5218+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
5219+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
5220+
52025221
eslint@^8.53.0:
52035222
version "8.53.0"
52045223
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
@@ -5432,6 +5451,17 @@ fast-glob@^3.2.9:
54325451
merge2 "^1.3.0"
54335452
micromatch "^4.0.4"
54345453

5454+
fast-glob@^3.3.2:
5455+
version "3.3.3"
5456+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
5457+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
5458+
dependencies:
5459+
"@nodelib/fs.stat" "^2.0.2"
5460+
"@nodelib/fs.walk" "^1.2.3"
5461+
glob-parent "^5.1.2"
5462+
merge2 "^1.3.0"
5463+
micromatch "^4.0.8"
5464+
54355465
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
54365466
version "2.1.0"
54375467
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -5512,6 +5542,13 @@ fill-range@^7.0.1:
55125542
dependencies:
55135543
to-regex-range "^5.0.1"
55145544

5545+
fill-range@^7.1.1:
5546+
version "7.1.1"
5547+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
5548+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
5549+
dependencies:
5550+
to-regex-range "^5.0.1"
5551+
55155552
55165553
version "1.1.2"
55175554
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -5945,7 +5982,7 @@ globalthis@^1.0.3:
59455982
dependencies:
59465983
define-properties "^1.1.3"
59475984

5948-
globby@^11.0.4, globby@^11.1.0:
5985+
globby@^11.0.4:
59495986
version "11.1.0"
59505987
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
59515988
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -7709,6 +7746,14 @@ micromatch@^4.0.4:
77097746
braces "^3.0.2"
77107747
picomatch "^2.3.1"
77117748

7749+
micromatch@^4.0.8:
7750+
version "4.0.8"
7751+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
7752+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
7753+
dependencies:
7754+
braces "^3.0.3"
7755+
picomatch "^2.3.1"
7756+
77127757
miller-rabin@^4.0.0:
77137758
version "4.0.1"
77147759
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -7773,6 +7818,13 @@ minimatch@^5.0.1:
77737818
dependencies:
77747819
brace-expansion "^2.0.1"
77757820

7821+
minimatch@^9.0.4:
7822+
version "9.0.5"
7823+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7824+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7825+
dependencies:
7826+
brace-expansion "^2.0.1"
7827+
77767828
minimatch@~3.0.4:
77777829
version "3.0.8"
77787830
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
@@ -10020,6 +10072,11 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0, semver@^6.3.1:
1002010072
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1002110073
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1002210074

10075+
semver@^7.6.0:
10076+
version "7.7.2"
10077+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
10078+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
10079+
1002310080
1002410081
version "0.18.0"
1002510082
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
@@ -10914,6 +10971,11 @@ trim-newlines@^3.0.0:
1091410971
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1091510972
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
1091610973

10974+
ts-api-utils@^2.1.0:
10975+
version "2.1.0"
10976+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
10977+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
10978+
1091710979
ts-pnp@^1.1.6:
1091810980
version "1.2.0"
1091910981
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
@@ -10929,7 +10991,7 @@ tsconfig-paths@^3.14.2:
1092910991
minimist "^1.2.6"
1093010992
strip-bom "^3.0.0"
1093110993

10932-
tslib@^1.8.1, tslib@^1.9.0:
10994+
tslib@^1.9.0:
1093310995
version "1.14.1"
1093410996
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1093510997
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -10939,13 +11001,6 @@ tslib@^2.0.3, tslib@^2.3.1:
1093911001
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
1094011002
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
1094111003

10942-
tsutils@^3.21.0:
10943-
version "3.21.0"
10944-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
10945-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
10946-
dependencies:
10947-
tslib "^1.8.1"
10948-
1094911004
1095011005
version "0.0.0"
1095111006
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

0 commit comments

Comments
 (0)