Skip to content

Commit 8cfa4aa

Browse files
chore(deps): update typescript-eslint monorepo to v5.57.0
1 parent 0af0319 commit 8cfa4aa

File tree

2 files changed

+151
-32
lines changed

2 files changed

+151
-32
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@types/jest": "27.4.0",
4444
"@types/node": "16.11.21",
4545
"@types/uuid": "8.3.4",
46-
"@typescript-eslint/eslint-plugin": "5.11.0",
47-
"@typescript-eslint/parser": "5.11.0",
46+
"@typescript-eslint/eslint-plugin": "5.57.0",
47+
"@typescript-eslint/parser": "5.57.0",
4848
"eslint": "8.8.0",
4949
"eslint-config-prettier": "8.3.0",
5050
"eslint-config-standard": "16.0.3",

yarn.lock

Lines changed: 149 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,18 @@
655655
dependencies:
656656
"@cspotcode/source-map-consumer" "0.8.0"
657657

658+
"@eslint-community/eslint-utils@^4.2.0":
659+
version "4.4.0"
660+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
661+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
662+
dependencies:
663+
eslint-visitor-keys "^3.3.0"
664+
665+
"@eslint-community/regexpp@^4.4.0":
666+
version "4.4.1"
667+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.1.tgz#087cb8d9d757bb22e9c9946c9c0c2bf8806830f1"
668+
integrity sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==
669+
658670
"@eslint/eslintrc@^1.0.5":
659671
version "1.0.5"
660672
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.5.tgz#33f1b838dbf1f923bfa517e008362b78ddbbf318"
@@ -1104,6 +1116,11 @@
11041116
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.2.tgz#4c62fae93eb479660c3bd93f9d24d561597a8281"
11051117
integrity sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==
11061118

1119+
"@types/semver@^7.3.12":
1120+
version "7.3.13"
1121+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
1122+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
1123+
11071124
"@types/stack-utils@^2.0.0":
11081125
version "2.0.1"
11091126
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -1126,30 +1143,31 @@
11261143
dependencies:
11271144
"@types/yargs-parser" "*"
11281145

1129-
"@typescript-eslint/eslint-plugin@5.11.0":
1130-
version "5.11.0"
1131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.11.0.tgz#3b866371d8d75c70f9b81535e7f7d3aa26527c7a"
1132-
integrity sha512-HJh33bgzXe6jGRocOj4FmefD7hRY4itgjzOrSs3JPrTNXsX7j5+nQPciAUj/1nZtwo2kAc3C75jZO+T23gzSGw==
1133-
dependencies:
1134-
"@typescript-eslint/scope-manager" "5.11.0"
1135-
"@typescript-eslint/type-utils" "5.11.0"
1136-
"@typescript-eslint/utils" "5.11.0"
1137-
debug "^4.3.2"
1138-
functional-red-black-tree "^1.0.1"
1139-
ignore "^5.1.8"
1140-
regexpp "^3.2.0"
1141-
semver "^7.3.5"
1146+
"@typescript-eslint/eslint-plugin@5.57.0":
1147+
version "5.57.0"
1148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
1149+
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
1150+
dependencies:
1151+
"@eslint-community/regexpp" "^4.4.0"
1152+
"@typescript-eslint/scope-manager" "5.57.0"
1153+
"@typescript-eslint/type-utils" "5.57.0"
1154+
"@typescript-eslint/utils" "5.57.0"
1155+
debug "^4.3.4"
1156+
grapheme-splitter "^1.0.4"
1157+
ignore "^5.2.0"
1158+
natural-compare-lite "^1.4.0"
1159+
semver "^7.3.7"
11421160
tsutils "^3.21.0"
11431161

1144-
"@typescript-eslint/parser@5.11.0":
1145-
version "5.11.0"
1146-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.11.0.tgz#b4fcaf65513f9b34bdcbffdda055724a5efb7e04"
1147-
integrity sha512-x0DCjetHZYBRovJdr3U0zG9OOdNXUaFLJ82ehr1AlkArljJuwEsgnud+Q7umlGDFLFrs8tU8ybQDFocp/eX8mQ==
1162+
"@typescript-eslint/parser@5.57.0":
1163+
version "5.57.0"
1164+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa"
1165+
integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==
11481166
dependencies:
1149-
"@typescript-eslint/scope-manager" "5.11.0"
1150-
"@typescript-eslint/types" "5.11.0"
1151-
"@typescript-eslint/typescript-estree" "5.11.0"
1152-
debug "^4.3.2"
1167+
"@typescript-eslint/scope-manager" "5.57.0"
1168+
"@typescript-eslint/types" "5.57.0"
1169+
"@typescript-eslint/typescript-estree" "5.57.0"
1170+
debug "^4.3.4"
11531171

11541172
"@typescript-eslint/scope-manager@5.11.0":
11551173
version "5.11.0"
@@ -1159,20 +1177,34 @@
11591177
"@typescript-eslint/types" "5.11.0"
11601178
"@typescript-eslint/visitor-keys" "5.11.0"
11611179

1162-
"@typescript-eslint/type-utils@5.11.0":
1163-
version "5.11.0"
1164-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.11.0.tgz#58be0ba73d1f6ef8983d79f7f0bc2209b253fefe"
1165-
integrity sha512-wDqdsYO6ofLaD4DsGZ0jGwxp4HrzD2YKulpEZXmgN3xo4BHJwf7kq49JTRpV0Gx6bxkSUmc9s0EIK1xPbFFpIA==
1180+
"@typescript-eslint/scope-manager@5.57.0":
1181+
version "5.57.0"
1182+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
1183+
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
11661184
dependencies:
1167-
"@typescript-eslint/utils" "5.11.0"
1168-
debug "^4.3.2"
1185+
"@typescript-eslint/types" "5.57.0"
1186+
"@typescript-eslint/visitor-keys" "5.57.0"
1187+
1188+
"@typescript-eslint/type-utils@5.57.0":
1189+
version "5.57.0"
1190+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
1191+
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
1192+
dependencies:
1193+
"@typescript-eslint/typescript-estree" "5.57.0"
1194+
"@typescript-eslint/utils" "5.57.0"
1195+
debug "^4.3.4"
11691196
tsutils "^3.21.0"
11701197

11711198
"@typescript-eslint/types@5.11.0":
11721199
version "5.11.0"
11731200
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.11.0.tgz#ba345818a2540fdf2755c804dc2158517ab61188"
11741201
integrity sha512-cxgBFGSRCoBEhvSVLkKw39+kMzUKHlJGVwwMbPcTZX3qEhuXhrjwaZXWMxVfxDgyMm+b5Q5b29Llo2yow8Y7xQ==
11751202

1203+
"@typescript-eslint/types@5.57.0":
1204+
version "5.57.0"
1205+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
1206+
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
1207+
11761208
"@typescript-eslint/typescript-estree@5.11.0":
11771209
version "5.11.0"
11781210
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz#53f9e09b88368191e52020af77c312a4777ffa43"
@@ -1186,7 +1218,34 @@
11861218
semver "^7.3.5"
11871219
tsutils "^3.21.0"
11881220

1189-
"@typescript-eslint/utils@5.11.0", "@typescript-eslint/utils@^5.10.0":
1221+
"@typescript-eslint/typescript-estree@5.57.0":
1222+
version "5.57.0"
1223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
1224+
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
1225+
dependencies:
1226+
"@typescript-eslint/types" "5.57.0"
1227+
"@typescript-eslint/visitor-keys" "5.57.0"
1228+
debug "^4.3.4"
1229+
globby "^11.1.0"
1230+
is-glob "^4.0.3"
1231+
semver "^7.3.7"
1232+
tsutils "^3.21.0"
1233+
1234+
"@typescript-eslint/utils@5.57.0":
1235+
version "5.57.0"
1236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
1237+
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
1238+
dependencies:
1239+
"@eslint-community/eslint-utils" "^4.2.0"
1240+
"@types/json-schema" "^7.0.9"
1241+
"@types/semver" "^7.3.12"
1242+
"@typescript-eslint/scope-manager" "5.57.0"
1243+
"@typescript-eslint/types" "5.57.0"
1244+
"@typescript-eslint/typescript-estree" "5.57.0"
1245+
eslint-scope "^5.1.1"
1246+
semver "^7.3.7"
1247+
1248+
"@typescript-eslint/utils@^5.10.0":
11901249
version "5.11.0"
11911250
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.11.0.tgz#d91548ef180d74c95d417950336d9260fdbe1dc5"
11921251
integrity sha512-g2I480tFE1iYRDyMhxPAtLQ9HAn0jjBtipgTCZmd9I9s11OV8CTsG+YfFciuNDcHqm4csbAgC2aVZCHzLxMSUw==
@@ -1206,6 +1265,14 @@
12061265
"@typescript-eslint/types" "5.11.0"
12071266
eslint-visitor-keys "^3.0.0"
12081267

1268+
"@typescript-eslint/visitor-keys@5.57.0":
1269+
version "5.57.0"
1270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
1271+
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
1272+
dependencies:
1273+
"@typescript-eslint/types" "5.57.0"
1274+
eslint-visitor-keys "^3.3.0"
1275+
12091276
JSONStream@^1.0.4:
12101277
version "1.3.5"
12111278
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -1812,6 +1879,13 @@ debug@^4.3.3:
18121879
dependencies:
18131880
ms "2.1.2"
18141881

1882+
debug@^4.3.4:
1883+
version "4.3.4"
1884+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
1885+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
1886+
dependencies:
1887+
ms "2.1.2"
1888+
18151889
decamelize-keys@^1.1.0:
18161890
version "1.1.0"
18171891
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -2145,6 +2219,11 @@ eslint-visitor-keys@^3.2.0:
21452219
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
21462220
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
21472221

2222+
eslint-visitor-keys@^3.3.0:
2223+
version "3.3.0"
2224+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
2225+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
2226+
21482227
eslint@8.8.0:
21492228
version "8.8.0"
21502229
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.8.0.tgz#9762b49abad0cb4952539ffdb0a046392e571a2d"
@@ -2289,6 +2368,17 @@ fast-glob@^3.1.1:
22892368
merge2 "^1.3.0"
22902369
micromatch "^4.0.4"
22912370

2371+
fast-glob@^3.2.9:
2372+
version "3.2.12"
2373+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
2374+
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
2375+
dependencies:
2376+
"@nodelib/fs.stat" "^2.0.2"
2377+
"@nodelib/fs.walk" "^1.2.3"
2378+
glob-parent "^5.1.2"
2379+
merge2 "^1.3.0"
2380+
micromatch "^4.0.4"
2381+
22922382
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
22932383
version "2.1.0"
22942384
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2513,6 +2603,18 @@ globby@^11.0.4:
25132603
merge2 "^1.3.0"
25142604
slash "^3.0.0"
25152605

2606+
globby@^11.1.0:
2607+
version "11.1.0"
2608+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2609+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2610+
dependencies:
2611+
array-union "^2.1.0"
2612+
dir-glob "^3.0.1"
2613+
fast-glob "^3.2.9"
2614+
ignore "^5.2.0"
2615+
merge2 "^1.4.1"
2616+
slash "^3.0.0"
2617+
25162618
graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
25172619
version "4.2.8"
25182620
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
@@ -2523,6 +2625,11 @@ graceful-fs@^4.2.9:
25232625
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
25242626
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
25252627

2628+
grapheme-splitter@^1.0.4:
2629+
version "1.0.4"
2630+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
2631+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
2632+
25262633
hard-rejection@^2.1.0:
25272634
version "2.1.0"
25282635
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
@@ -2625,7 +2732,7 @@ ignore@^4.0.6:
26252732
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
26262733
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
26272734

2628-
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
2735+
ignore@^5.1.1, ignore@^5.1.4:
26292736
version "5.1.9"
26302737
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
26312738
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
@@ -3615,7 +3722,7 @@ merge-stream@^2.0.0:
36153722
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
36163723
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
36173724

3618-
merge2@^1.3.0:
3725+
merge2@^1.3.0, merge2@^1.4.1:
36193726
version "1.4.1"
36203727
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
36213728
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -3686,6 +3793,11 @@ ms@^2.1.1:
36863793
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
36873794
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
36883795

3796+
natural-compare-lite@^1.4.0:
3797+
version "1.4.0"
3798+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
3799+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
3800+
36893801
natural-compare@^1.4.0:
36903802
version "1.4.0"
36913803
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4188,6 +4300,13 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0:
41884300
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
41894301
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
41904302

4303+
semver@^7.3.7:
4304+
version "7.3.8"
4305+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
4306+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
4307+
dependencies:
4308+
lru-cache "^6.0.0"
4309+
41914310
shebang-command@^2.0.0:
41924311
version "2.0.0"
41934312
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)