Skip to content

Commit 9f1aede

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent fc22ad2 commit 9f1aede

File tree

2 files changed

+130
-81
lines changed

2 files changed

+130
-81
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"@types/react": "18.2.46",
5858
"@types/react-dom": "18.2.18",
5959
"@types/react-test-renderer": "18.0.7",
60-
"@typescript-eslint/eslint-plugin": "6.16.0",
61-
"@typescript-eslint/parser": "6.16.0",
60+
"@typescript-eslint/eslint-plugin": "7.7.1",
61+
"@typescript-eslint/parser": "7.7.1",
6262
"babel-jest": "29.7.0",
6363
"babel-preset-gatsby": "3.13.0",
6464
"eslint": "8.56.0",

yarn.lock

Lines changed: 128 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@
12931293
dependencies:
12941294
eslint-visitor-keys "^3.3.0"
12951295

1296-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
1296+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
12971297
version "4.10.0"
12981298
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
12991299
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -3007,7 +3007,7 @@
30073007
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.7.tgz#226a9e31680835a6188e887f3988e60c04d3f6a3"
30083008
integrity sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==
30093009

3010-
"@types/json-schema@*", "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
3010+
"@types/json-schema@*", "@types/json-schema@^7.0.15", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
30113011
version "7.0.15"
30123012
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
30133013
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -3190,11 +3190,16 @@
31903190
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
31913191
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
31923192

3193-
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
3193+
"@types/semver@^7.3.12":
31943194
version "7.5.6"
31953195
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
31963196
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
31973197

3198+
"@types/semver@^7.5.8":
3199+
version "7.5.8"
3200+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
3201+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
3202+
31983203
"@types/stack-utils@^2.0.0":
31993204
version "2.0.3"
32003205
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
@@ -3237,22 +3242,22 @@
32373242
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a"
32383243
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
32393244

3240-
"@typescript-eslint/eslint-plugin@6.16.0":
3241-
version "6.16.0"
3242-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
3243-
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
3245+
"@typescript-eslint/eslint-plugin@7.7.1":
3246+
version "7.7.1"
3247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.1.tgz#50a9044e3e5fe76b22caf64fb7fc1f97614bdbfd"
3248+
integrity sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==
32443249
dependencies:
3245-
"@eslint-community/regexpp" "^4.5.1"
3246-
"@typescript-eslint/scope-manager" "6.16.0"
3247-
"@typescript-eslint/type-utils" "6.16.0"
3248-
"@typescript-eslint/utils" "6.16.0"
3249-
"@typescript-eslint/visitor-keys" "6.16.0"
3250+
"@eslint-community/regexpp" "^4.10.0"
3251+
"@typescript-eslint/scope-manager" "7.7.1"
3252+
"@typescript-eslint/type-utils" "7.7.1"
3253+
"@typescript-eslint/utils" "7.7.1"
3254+
"@typescript-eslint/visitor-keys" "7.7.1"
32503255
debug "^4.3.4"
32513256
graphemer "^1.4.0"
3252-
ignore "^5.2.4"
3257+
ignore "^5.3.1"
32533258
natural-compare "^1.4.0"
3254-
semver "^7.5.4"
3255-
ts-api-utils "^1.0.1"
3259+
semver "^7.6.0"
3260+
ts-api-utils "^1.3.0"
32563261

32573262
"@typescript-eslint/eslint-plugin@^5.60.1":
32583263
version "5.62.0"
@@ -3270,15 +3275,15 @@
32703275
semver "^7.3.7"
32713276
tsutils "^3.21.0"
32723277

3273-
"@typescript-eslint/parser@6.16.0":
3274-
version "6.16.0"
3275-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.16.0.tgz#36f39f63b126aa25af2ad2df13d9891e9fd5b40c"
3276-
integrity sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==
3278+
"@typescript-eslint/parser@7.7.1":
3279+
version "7.7.1"
3280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.1.tgz#f940e9f291cdca40c46cb75916217d3a42d6ceea"
3281+
integrity sha512-vmPzBOOtz48F6JAGVS/kZYk4EkXao6iGrD838sp1w3NQQC0W8ry/q641KU4PrG7AKNAf56NOcR8GOpH8l9FPCw==
32773282
dependencies:
3278-
"@typescript-eslint/scope-manager" "6.16.0"
3279-
"@typescript-eslint/types" "6.16.0"
3280-
"@typescript-eslint/typescript-estree" "6.16.0"
3281-
"@typescript-eslint/visitor-keys" "6.16.0"
3283+
"@typescript-eslint/scope-manager" "7.7.1"
3284+
"@typescript-eslint/types" "7.7.1"
3285+
"@typescript-eslint/typescript-estree" "7.7.1"
3286+
"@typescript-eslint/visitor-keys" "7.7.1"
32823287
debug "^4.3.4"
32833288

32843289
"@typescript-eslint/parser@^5.60.1":
@@ -3299,13 +3304,13 @@
32993304
"@typescript-eslint/types" "5.62.0"
33003305
"@typescript-eslint/visitor-keys" "5.62.0"
33013306

3302-
"@typescript-eslint/scope-manager@6.16.0":
3303-
version "6.16.0"
3304-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
3305-
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
3307+
"@typescript-eslint/scope-manager@7.7.1":
3308+
version "7.7.1"
3309+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.1.tgz#07fe59686ca843f66e3e2b5c151522bc38effab2"
3310+
integrity sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==
33063311
dependencies:
3307-
"@typescript-eslint/types" "6.16.0"
3308-
"@typescript-eslint/visitor-keys" "6.16.0"
3312+
"@typescript-eslint/types" "7.7.1"
3313+
"@typescript-eslint/visitor-keys" "7.7.1"
33093314

33103315
"@typescript-eslint/type-utils@5.62.0":
33113316
version "5.62.0"
@@ -3317,25 +3322,25 @@
33173322
debug "^4.3.4"
33183323
tsutils "^3.21.0"
33193324

3320-
"@typescript-eslint/type-utils@6.16.0":
3321-
version "6.16.0"
3322-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
3323-
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
3325+
"@typescript-eslint/type-utils@7.7.1":
3326+
version "7.7.1"
3327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.1.tgz#2f8094edca3bebdaad009008929df645ed9c8743"
3328+
integrity sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==
33243329
dependencies:
3325-
"@typescript-eslint/typescript-estree" "6.16.0"
3326-
"@typescript-eslint/utils" "6.16.0"
3330+
"@typescript-eslint/typescript-estree" "7.7.1"
3331+
"@typescript-eslint/utils" "7.7.1"
33273332
debug "^4.3.4"
3328-
ts-api-utils "^1.0.1"
3333+
ts-api-utils "^1.3.0"
33293334

33303335
"@typescript-eslint/types@5.62.0":
33313336
version "5.62.0"
33323337
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
33333338
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
33343339

3335-
"@typescript-eslint/types@6.16.0":
3336-
version "6.16.0"
3337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
3338-
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
3340+
"@typescript-eslint/types@7.7.1":
3341+
version "7.7.1"
3342+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.1.tgz#f903a651fb004c75add08e4e9e207f169d4b98d7"
3343+
integrity sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==
33393344

33403345
"@typescript-eslint/typescript-estree@5.62.0":
33413346
version "5.62.0"
@@ -3350,19 +3355,19 @@
33503355
semver "^7.3.7"
33513356
tsutils "^3.21.0"
33523357

3353-
"@typescript-eslint/typescript-estree@6.16.0":
3354-
version "6.16.0"
3355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
3356-
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
3358+
"@typescript-eslint/typescript-estree@7.7.1":
3359+
version "7.7.1"
3360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.1.tgz#5cafde48fe390fe1c1b329b2ce0ba8a73c1e87b2"
3361+
integrity sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==
33573362
dependencies:
3358-
"@typescript-eslint/types" "6.16.0"
3359-
"@typescript-eslint/visitor-keys" "6.16.0"
3363+
"@typescript-eslint/types" "7.7.1"
3364+
"@typescript-eslint/visitor-keys" "7.7.1"
33603365
debug "^4.3.4"
33613366
globby "^11.1.0"
33623367
is-glob "^4.0.3"
3363-
minimatch "9.0.3"
3364-
semver "^7.5.4"
3365-
ts-api-utils "^1.0.1"
3368+
minimatch "^9.0.4"
3369+
semver "^7.6.0"
3370+
ts-api-utils "^1.3.0"
33663371

33673372
"@typescript-eslint/utils@5.62.0":
33683373
version "5.62.0"
@@ -3378,18 +3383,18 @@
33783383
eslint-scope "^5.1.1"
33793384
semver "^7.3.7"
33803385

3381-
"@typescript-eslint/utils@6.16.0":
3382-
version "6.16.0"
3383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
3384-
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
3386+
"@typescript-eslint/utils@7.7.1":
3387+
version "7.7.1"
3388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.1.tgz#5d161f2b4a55e1bc38b634bebb921e4bd4e4a16e"
3389+
integrity sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==
33853390
dependencies:
33863391
"@eslint-community/eslint-utils" "^4.4.0"
3387-
"@types/json-schema" "^7.0.12"
3388-
"@types/semver" "^7.5.0"
3389-
"@typescript-eslint/scope-manager" "6.16.0"
3390-
"@typescript-eslint/types" "6.16.0"
3391-
"@typescript-eslint/typescript-estree" "6.16.0"
3392-
semver "^7.5.4"
3392+
"@types/json-schema" "^7.0.15"
3393+
"@types/semver" "^7.5.8"
3394+
"@typescript-eslint/scope-manager" "7.7.1"
3395+
"@typescript-eslint/types" "7.7.1"
3396+
"@typescript-eslint/typescript-estree" "7.7.1"
3397+
semver "^7.6.0"
33933398

33943399
"@typescript-eslint/visitor-keys@5.62.0":
33953400
version "5.62.0"
@@ -3399,13 +3404,13 @@
33993404
"@typescript-eslint/types" "5.62.0"
34003405
eslint-visitor-keys "^3.3.0"
34013406

3402-
"@typescript-eslint/visitor-keys@6.16.0":
3403-
version "6.16.0"
3404-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
3405-
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
3407+
"@typescript-eslint/visitor-keys@7.7.1":
3408+
version "7.7.1"
3409+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.1.tgz#da2294796220bb0f3b4add5ecbb1b9c3f4f65798"
3410+
integrity sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==
34063411
dependencies:
3407-
"@typescript-eslint/types" "6.16.0"
3408-
eslint-visitor-keys "^3.4.1"
3412+
"@typescript-eslint/types" "7.7.1"
3413+
eslint-visitor-keys "^3.4.3"
34093414

34103415
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
34113416
version "1.2.0"
@@ -8244,11 +8249,16 @@ ignore@^4.0.6:
82448249
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
82458250
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
82468251

8247-
ignore@^5.0.0, ignore@^5.2.0, ignore@^5.2.4:
8252+
ignore@^5.0.0, ignore@^5.2.0:
82488253
version "5.3.0"
82498254
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
82508255
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
82518256

8257+
ignore@^5.3.1:
8258+
version "5.3.1"
8259+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
8260+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
8261+
82528262
immer@^9.0.7:
82538263
version "9.0.21"
82548264
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
@@ -11083,19 +11093,26 @@ mini-css-extract-plugin@1.6.2:
1108311093
schema-utils "^3.0.0"
1108411094
webpack-sources "^1.1.0"
1108511095

11086-
minimatch@9.0.3, minimatch@^9.0.0, minimatch@^9.0.1:
11096+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
11097+
version "3.1.2"
11098+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
11099+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
11100+
dependencies:
11101+
brace-expansion "^1.1.7"
11102+
11103+
minimatch@^9.0.0, minimatch@^9.0.1:
1108711104
version "9.0.3"
1108811105
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1108911106
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1109011107
dependencies:
1109111108
brace-expansion "^2.0.1"
1109211109

11093-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
11094-
version "3.1.2"
11095-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
11096-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
11110+
minimatch@^9.0.4:
11111+
version "9.0.4"
11112+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
11113+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
1109711114
dependencies:
11098-
brace-expansion "^1.1.7"
11115+
brace-expansion "^2.0.1"
1109911116

1110011117
minimist-options@4.1.0:
1110111118
version "4.1.0"
@@ -13199,6 +13216,13 @@ semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semve
1319913216
dependencies:
1320013217
lru-cache "^6.0.0"
1320113218

13219+
semver@^7.6.0:
13220+
version "7.6.0"
13221+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
13222+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
13223+
dependencies:
13224+
lru-cache "^6.0.0"
13225+
1320213226
send@0.18.0:
1320313227
version "0.18.0"
1320413228
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
@@ -13633,7 +13657,16 @@ string-similarity@^1.2.2:
1363313657
lodash.map "^4.6.0"
1363413658
lodash.maxby "^4.6.0"
1363513659

13636-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
13660+
"string-width-cjs@npm:string-width@^4.2.0":
13661+
version "4.2.3"
13662+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13663+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
13664+
dependencies:
13665+
emoji-regex "^8.0.0"
13666+
is-fullwidth-code-point "^3.0.0"
13667+
strip-ansi "^6.0.1"
13668+
13669+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
1363713670
version "4.2.3"
1363813671
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1363913672
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -13742,7 +13775,7 @@ stringify-object@^3.3.0:
1374213775
is-obj "^1.0.1"
1374313776
is-regexp "^1.0.0"
1374413777

13745-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13778+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1374613779
version "6.0.1"
1374713780
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1374813781
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -13763,6 +13796,13 @@ strip-ansi@^5.2.0:
1376313796
dependencies:
1376413797
ansi-regex "^4.1.0"
1376513798

13799+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
13800+
version "6.0.1"
13801+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
13802+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
13803+
dependencies:
13804+
ansi-regex "^5.0.1"
13805+
1376613806
strip-ansi@^7.0.1:
1376713807
version "7.1.0"
1376813808
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -14149,10 +14189,10 @@ trough@^2.0.0:
1414914189
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
1415014190
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
1415114191

14152-
ts-api-utils@^1.0.1:
14153-
version "1.0.3"
14154-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
14155-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
14192+
ts-api-utils@^1.3.0:
14193+
version "1.3.0"
14194+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
14195+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
1415614196

1415714197
ts-node@10.9.2:
1415814198
version "10.9.2"
@@ -15223,7 +15263,7 @@ workbox-window@^4.3.1:
1522315263
dependencies:
1522415264
workbox-core "^4.3.1"
1522515265

15226-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
15266+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1522715267
version "7.0.0"
1522815268
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1522915269
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15241,6 +15281,15 @@ wrap-ansi@^6.2.0:
1524115281
string-width "^4.1.0"
1524215282
strip-ansi "^6.0.0"
1524315283

15284+
wrap-ansi@^7.0.0:
15285+
version "7.0.0"
15286+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15287+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15288+
dependencies:
15289+
ansi-styles "^4.0.0"
15290+
string-width "^4.1.0"
15291+
strip-ansi "^6.0.0"
15292+
1524415293
wrap-ansi@^8.1.0:
1524515294
version "8.1.0"
1524615295
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)