Skip to content

Commit a12774e

Browse files
Update typescript-eslint monorepo to v8
1 parent 237312c commit a12774e

File tree

2 files changed

+94
-131
lines changed

2 files changed

+94
-131
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"@types/node": "20.17.6",
7474
"@types/tape": "5.6.4",
7575
"@types/yargs": "17.0.33",
76-
"@typescript-eslint/eslint-plugin": "6.21.0",
77-
"@typescript-eslint/parser": "6.21.0",
76+
"@typescript-eslint/eslint-plugin": "8.14.0",
77+
"@typescript-eslint/parser": "8.14.0",
7878
"eslint": "8.57.1",
7979
"eslint-config-prettier": "9.1.0",
8080
"image-size": "1.1.1",

yarn.lock

Lines changed: 92 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@
5050
dependencies:
5151
eslint-visitor-keys "^3.3.0"
5252

53-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
53+
"@eslint-community/regexpp@^4.10.0":
54+
version "4.12.1"
55+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
56+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
57+
58+
"@eslint-community/regexpp@^4.6.1":
5459
version "4.9.0"
5560
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.0.tgz#7ccb5f58703fa61ffdcbf39e2c604a109e781162"
5661
integrity sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==
@@ -364,11 +369,6 @@
364369
dependencies:
365370
"@types/node" "*"
366371

367-
"@types/json-schema@^7.0.12":
368-
version "7.0.13"
369-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
370-
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
371-
372372
"@types/minimatch@^5.1.2":
373373
version "5.1.2"
374374
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
@@ -386,11 +386,6 @@
386386
dependencies:
387387
undici-types "~6.19.2"
388388

389-
"@types/semver@^7.5.0":
390-
version "7.5.3"
391-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
392-
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
393-
394389
"@types/svgo@2":
395390
version "2.6.4"
396391
resolved "https://registry.yarnpkg.com/@types/svgo/-/svgo-2.6.4.tgz#b7298fc1dd687539fd63fc818b00146d96e68836"
@@ -425,91 +420,86 @@
425420
dependencies:
426421
"@types/yargs-parser" "*"
427422

428-
"@typescript-eslint/eslint-plugin@6.21.0":
429-
version "6.21.0"
430-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
431-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
423+
"@typescript-eslint/eslint-plugin@8.14.0":
424+
version "8.14.0"
425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.14.0.tgz#7dc0e419c87beadc8f554bf5a42e5009ed3748dc"
426+
integrity sha512-tqp8H7UWFaZj0yNO6bycd5YjMwxa6wIHOLZvWPkidwbgLCsBMetQoGj7DPuAlWa2yGO3H48xmPwjhsSPPCGU5w==
432427
dependencies:
433-
"@eslint-community/regexpp" "^4.5.1"
434-
"@typescript-eslint/scope-manager" "6.21.0"
435-
"@typescript-eslint/type-utils" "6.21.0"
436-
"@typescript-eslint/utils" "6.21.0"
437-
"@typescript-eslint/visitor-keys" "6.21.0"
438-
debug "^4.3.4"
428+
"@eslint-community/regexpp" "^4.10.0"
429+
"@typescript-eslint/scope-manager" "8.14.0"
430+
"@typescript-eslint/type-utils" "8.14.0"
431+
"@typescript-eslint/utils" "8.14.0"
432+
"@typescript-eslint/visitor-keys" "8.14.0"
439433
graphemer "^1.4.0"
440-
ignore "^5.2.4"
434+
ignore "^5.3.1"
441435
natural-compare "^1.4.0"
442-
semver "^7.5.4"
443-
ts-api-utils "^1.0.1"
444-
445-
"@typescript-eslint/[email protected]":
446-
version "6.21.0"
447-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
448-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
449-
dependencies:
450-
"@typescript-eslint/scope-manager" "6.21.0"
451-
"@typescript-eslint/types" "6.21.0"
452-
"@typescript-eslint/typescript-estree" "6.21.0"
453-
"@typescript-eslint/visitor-keys" "6.21.0"
436+
ts-api-utils "^1.3.0"
437+
438+
"@typescript-eslint/[email protected]":
439+
version "8.14.0"
440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.14.0.tgz#0a7e9dbc11bc07716ab2d7b1226217e9f6b51fc8"
441+
integrity sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA==
442+
dependencies:
443+
"@typescript-eslint/scope-manager" "8.14.0"
444+
"@typescript-eslint/types" "8.14.0"
445+
"@typescript-eslint/typescript-estree" "8.14.0"
446+
"@typescript-eslint/visitor-keys" "8.14.0"
454447
debug "^4.3.4"
455448

456-
"@typescript-eslint/scope-manager@6.21.0":
457-
version "6.21.0"
458-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
459-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
449+
"@typescript-eslint/scope-manager@8.14.0":
450+
version "8.14.0"
451+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.14.0.tgz#01f37c147a735cd78f0ff355e033b9457da1f373"
452+
integrity sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw==
460453
dependencies:
461-
"@typescript-eslint/types" "6.21.0"
462-
"@typescript-eslint/visitor-keys" "6.21.0"
454+
"@typescript-eslint/types" "8.14.0"
455+
"@typescript-eslint/visitor-keys" "8.14.0"
463456

464-
"@typescript-eslint/type-utils@6.21.0":
465-
version "6.21.0"
466-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
467-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
457+
"@typescript-eslint/type-utils@8.14.0":
458+
version "8.14.0"
459+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.14.0.tgz#455c6af30c336b24a1af28bc4f81b8dd5d74d94d"
460+
integrity sha512-Xcz9qOtZuGusVOH5Uk07NGs39wrKkf3AxlkK79RBK6aJC1l03CobXjJbwBPSidetAOV+5rEVuiT1VSBUOAsanQ==
468461
dependencies:
469-
"@typescript-eslint/typescript-estree" "6.21.0"
470-
"@typescript-eslint/utils" "6.21.0"
462+
"@typescript-eslint/typescript-estree" "8.14.0"
463+
"@typescript-eslint/utils" "8.14.0"
471464
debug "^4.3.4"
472-
ts-api-utils "^1.0.1"
465+
ts-api-utils "^1.3.0"
473466

474-
"@typescript-eslint/types@6.21.0":
475-
version "6.21.0"
476-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
477-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
467+
"@typescript-eslint/types@8.14.0":
468+
version "8.14.0"
469+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.14.0.tgz#0d33d8d0b08479c424e7d654855fddf2c71e4021"
470+
integrity sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g==
478471

479-
"@typescript-eslint/typescript-estree@6.21.0":
480-
version "6.21.0"
481-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
482-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
472+
"@typescript-eslint/typescript-estree@8.14.0":
473+
version "8.14.0"
474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.14.0.tgz#a7a3a5a53a6c09313e12fb4531d4ff582ee3c312"
475+
integrity sha512-OPXPLYKGZi9XS/49rdaCbR5j/S14HazviBlUQFvSKz3npr3NikF+mrgK7CFVur6XEt95DZp/cmke9d5i3vtVnQ==
483476
dependencies:
484-
"@typescript-eslint/types" "6.21.0"
485-
"@typescript-eslint/visitor-keys" "6.21.0"
477+
"@typescript-eslint/types" "8.14.0"
478+
"@typescript-eslint/visitor-keys" "8.14.0"
486479
debug "^4.3.4"
487-
globby "^11.1.0"
480+
fast-glob "^3.3.2"
488481
is-glob "^4.0.3"
489-
minimatch "9.0.3"
490-
semver "^7.5.4"
491-
ts-api-utils "^1.0.1"
482+
minimatch "^9.0.4"
483+
semver "^7.6.0"
484+
ts-api-utils "^1.3.0"
492485

493-
"@typescript-eslint/utils@6.21.0":
494-
version "6.21.0"
495-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
496-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
486+
"@typescript-eslint/utils@8.14.0":
487+
version "8.14.0"
488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.14.0.tgz#ac2506875e03aba24e602364e43b2dfa45529dbd"
489+
integrity sha512-OGqj6uB8THhrHj0Fk27DcHPojW7zKwKkPmHXHvQ58pLYp4hy8CSUdTKykKeh+5vFqTTVmjz0zCOOPKRovdsgHA==
497490
dependencies:
498491
"@eslint-community/eslint-utils" "^4.4.0"
499-
"@types/json-schema" "^7.0.12"
500-
"@types/semver" "^7.5.0"
501-
"@typescript-eslint/scope-manager" "6.21.0"
502-
"@typescript-eslint/types" "6.21.0"
503-
"@typescript-eslint/typescript-estree" "6.21.0"
504-
semver "^7.5.4"
505-
506-
"@typescript-eslint/[email protected]":
507-
version "6.21.0"
508-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
509-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
510-
dependencies:
511-
"@typescript-eslint/types" "6.21.0"
512-
eslint-visitor-keys "^3.4.1"
492+
"@typescript-eslint/scope-manager" "8.14.0"
493+
"@typescript-eslint/types" "8.14.0"
494+
"@typescript-eslint/typescript-estree" "8.14.0"
495+
496+
"@typescript-eslint/[email protected]":
497+
version "8.14.0"
498+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.14.0.tgz#2418d5a54669af9658986ade4e6cfb7767d815ad"
499+
integrity sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ==
500+
dependencies:
501+
"@typescript-eslint/types" "8.14.0"
502+
eslint-visitor-keys "^3.4.3"
513503

514504
"@ungap/structured-clone@^1.2.0":
515505
version "1.2.0"
@@ -603,11 +593,6 @@ array-buffer-byte-length@^1.0.1:
603593
call-bind "^1.0.5"
604594
is-array-buffer "^3.0.4"
605595

606-
array-union@^2.1.0:
607-
version "2.1.0"
608-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
609-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
610-
611596
array-union@^3.0.1:
612597
version "3.0.1"
613598
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -1742,7 +1727,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
17421727
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
17431728
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
17441729

1745-
fast-glob@^3.2.7, fast-glob@^3.2.9:
1730+
fast-glob@^3.2.7:
17461731
version "3.3.1"
17471732
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
17481733
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
@@ -1753,6 +1738,17 @@ fast-glob@^3.2.7, fast-glob@^3.2.9:
17531738
merge2 "^1.3.0"
17541739
micromatch "^4.0.4"
17551740

1741+
fast-glob@^3.3.2:
1742+
version "3.3.2"
1743+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1744+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
1745+
dependencies:
1746+
"@nodelib/fs.stat" "^2.0.2"
1747+
"@nodelib/fs.walk" "^1.2.3"
1748+
glob-parent "^5.1.2"
1749+
merge2 "^1.3.0"
1750+
micromatch "^4.0.4"
1751+
17561752
fast-json-stable-stringify@^2.0.0:
17571753
version "2.1.0"
17581754
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2101,18 +2097,6 @@ globalthis@^1.0.3:
21012097
dependencies:
21022098
define-properties "^1.1.3"
21032099

2104-
globby@^11.1.0:
2105-
version "11.1.0"
2106-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2107-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2108-
dependencies:
2109-
array-union "^2.1.0"
2110-
dir-glob "^3.0.1"
2111-
fast-glob "^3.2.9"
2112-
ignore "^5.2.0"
2113-
merge2 "^1.4.1"
2114-
slash "^3.0.0"
2115-
21162100
globby@^12.0.0:
21172101
version "12.2.0"
21182102
resolved "https://registry.yarnpkg.com/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
@@ -2316,11 +2300,16 @@ ieee754@^1.1.13, ieee754@^1.2.1:
23162300
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
23172301
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
23182302

2319-
ignore@^5.1.9, ignore@^5.2.0, ignore@^5.2.4:
2303+
ignore@^5.1.9, ignore@^5.2.0:
23202304
version "5.2.4"
23212305
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
23222306
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
23232307

2308+
ignore@^5.3.1:
2309+
version "5.3.2"
2310+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2311+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
2312+
23242313
23252314
version "1.1.1"
23262315
resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.1.1.tgz#ddd67d4dc340e52ac29ce5f546a09f4e29e840ac"
@@ -2874,13 +2863,6 @@ lru-cache@^4.0.1:
28742863
pseudomap "^1.0.2"
28752864
yallist "^2.1.2"
28762865

2877-
lru-cache@^6.0.0:
2878-
version "6.0.0"
2879-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
2880-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
2881-
dependencies:
2882-
yallist "^4.0.0"
2883-
28842866
make-dir@^1.0.0, make-dir@^1.2.0:
28852867
version "1.3.0"
28862868
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -2941,13 +2923,6 @@ mimic-response@^1.0.0:
29412923
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
29422924
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
29432925

2944-
2945-
version "9.0.3"
2946-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2947-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2948-
dependencies:
2949-
brace-expansion "^2.0.1"
2950-
29512926
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
29522927
version "3.1.2"
29532928
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -3642,14 +3617,7 @@ semver@^5.3.0, semver@^5.5.0, semver@^5.6.0:
36423617
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
36433618
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
36443619

3645-
semver@^7.5.4:
3646-
version "7.5.4"
3647-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
3648-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
3649-
dependencies:
3650-
lru-cache "^6.0.0"
3651-
3652-
semver@^7.6.3:
3620+
semver@^7.6.0, semver@^7.6.3:
36533621
version "7.6.3"
36543622
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
36553623
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -4126,10 +4094,10 @@ trim-repeated@^1.0.0:
41264094
dependencies:
41274095
escape-string-regexp "^1.0.2"
41284096

4129-
ts-api-utils@^1.0.1:
4130-
version "1.0.3"
4131-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
4132-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
4097+
ts-api-utils@^1.3.0:
4098+
version "1.4.0"
4099+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.0.tgz#709c6f2076e511a81557f3d07a0cbd566ae8195c"
4100+
integrity sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==
41334101

41344102
41354103
version "10.9.2"
@@ -4446,11 +4414,6 @@ yallist@^2.1.2:
44464414
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
44474415
integrity sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==
44484416

4449-
yallist@^4.0.0:
4450-
version "4.0.0"
4451-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
4452-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
4453-
44544417
yargs-parser@^21.1.1:
44554418
version "21.1.1"
44564419
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"

0 commit comments

Comments
 (0)