Skip to content

Commit cc7ae43

Browse files
Update typescript-eslint monorepo to v5.59.7
1 parent 017448f commit cc7ae43

2 files changed

Lines changed: 132 additions & 87 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@types/dotenv": "8.2.0",
2828
"@types/mocha": "9.0.0",
2929
"@types/node": "16.11.19",
30-
"@typescript-eslint/eslint-plugin": "5.9.0",
31-
"@typescript-eslint/parser": "5.9.0",
30+
"@typescript-eslint/eslint-plugin": "5.59.7",
31+
"@typescript-eslint/parser": "5.59.7",
3232
"chai": "4.3.4",
3333
"dotenv": "10.0.0",
3434
"eslint": "8.6.0",

yarn.lock

Lines changed: 130 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@
6767
resolved "https://registry.yarnpkg.com/@ensdomains/resolver/-/resolver-0.2.4.tgz#c10fe28bf5efbf49bff4666d909aed0265efbc89"
6868
integrity sha512-bvaTH34PMCbv6anRa9I/0zjLJgY4EuznbEMgbV77JBCQ9KNC46rzi0avuxpOfu+xDjPEtSFGqVEOr5GlUSGudA==
6969

70+
"@eslint-community/eslint-utils@^4.2.0":
71+
version "4.4.0"
72+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
73+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
74+
dependencies:
75+
eslint-visitor-keys "^3.3.0"
76+
77+
"@eslint-community/regexpp@^4.4.0":
78+
version "4.5.1"
79+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
80+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
81+
7082
"@eslint/eslintrc@^1.0.5":
7183
version "1.0.5"
7284
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.5.tgz#33f1b838dbf1f923bfa517e008362b78ddbbf318"
@@ -1287,6 +1299,11 @@
12871299
dependencies:
12881300
"@types/node" "*"
12891301

1302+
"@types/semver@^7.3.12":
1303+
version "7.5.0"
1304+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1305+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1306+
12901307
"@types/sinon-chai@^3.2.3":
12911308
version "3.2.5"
12921309
resolved "https://registry.yarnpkg.com/@types/sinon-chai/-/sinon-chai-3.2.5.tgz#df21ae57b10757da0b26f512145c065f2ad45c48"
@@ -1315,85 +1332,89 @@
13151332
"@types/bn.js" "*"
13161333
"@types/underscore" "*"
13171334

1318-
"@typescript-eslint/eslint-plugin@5.9.0":
1319-
version "5.9.0"
1320-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz#382182d5cb062f52aac54434cfc47c28898c8006"
1321-
integrity sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==
1322-
dependencies:
1323-
"@typescript-eslint/experimental-utils" "5.9.0"
1324-
"@typescript-eslint/scope-manager" "5.9.0"
1325-
"@typescript-eslint/type-utils" "5.9.0"
1326-
debug "^4.3.2"
1327-
functional-red-black-tree "^1.0.1"
1328-
ignore "^5.1.8"
1329-
regexpp "^3.2.0"
1330-
semver "^7.3.5"
1335+
"@typescript-eslint/eslint-plugin@5.59.7":
1336+
version "5.59.7"
1337+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz#e470af414f05ecfdc05a23e9ce6ec8f91db56fe2"
1338+
integrity sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==
1339+
dependencies:
1340+
"@eslint-community/regexpp" "^4.4.0"
1341+
"@typescript-eslint/scope-manager" "5.59.7"
1342+
"@typescript-eslint/type-utils" "5.59.7"
1343+
"@typescript-eslint/utils" "5.59.7"
1344+
debug "^4.3.4"
1345+
grapheme-splitter "^1.0.4"
1346+
ignore "^5.2.0"
1347+
natural-compare-lite "^1.4.0"
1348+
semver "^7.3.7"
13311349
tsutils "^3.21.0"
13321350

1333-
"@typescript-eslint/experimental-utils@5.9.0":
1334-
version "5.9.0"
1335-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz#652762d37d6565ef07af285021b8347b6c79a827"
1336-
integrity sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==
1337-
dependencies:
1338-
"@types/json-schema" "^7.0.9"
1339-
"@typescript-eslint/scope-manager" "5.9.0"
1340-
"@typescript-eslint/types" "5.9.0"
1341-
"@typescript-eslint/typescript-estree" "5.9.0"
1342-
eslint-scope "^5.1.1"
1343-
eslint-utils "^3.0.0"
1344-
1345-
"@typescript-eslint/parser@5.9.0":
1346-
version "5.9.0"
1347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.0.tgz#fdbb08767a4caa6ca6ccfed5f9ffe9387f0c7d97"
1348-
integrity sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==
1351+
"@typescript-eslint/parser@5.59.7":
1352+
version "5.59.7"
1353+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
1354+
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
13491355
dependencies:
1350-
"@typescript-eslint/scope-manager" "5.9.0"
1351-
"@typescript-eslint/types" "5.9.0"
1352-
"@typescript-eslint/typescript-estree" "5.9.0"
1353-
debug "^4.3.2"
1356+
"@typescript-eslint/scope-manager" "5.59.7"
1357+
"@typescript-eslint/types" "5.59.7"
1358+
"@typescript-eslint/typescript-estree" "5.59.7"
1359+
debug "^4.3.4"
13541360

1355-
"@typescript-eslint/scope-manager@5.9.0":
1356-
version "5.9.0"
1357-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz#02dfef920290c1dcd7b1999455a3eaae7a1a3117"
1358-
integrity sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==
1361+
"@typescript-eslint/scope-manager@5.59.7":
1362+
version "5.59.7"
1363+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
1364+
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
13591365
dependencies:
1360-
"@typescript-eslint/types" "5.9.0"
1361-
"@typescript-eslint/visitor-keys" "5.9.0"
1366+
"@typescript-eslint/types" "5.59.7"
1367+
"@typescript-eslint/visitor-keys" "5.59.7"
13621368

1363-
"@typescript-eslint/type-utils@5.9.0":
1364-
version "5.9.0"
1365-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz#fd5963ead04bc9b7af9c3a8e534d8d39f1ce5f93"
1366-
integrity sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==
1369+
"@typescript-eslint/type-utils@5.59.7":
1370+
version "5.59.7"
1371+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz#89c97291371b59eb18a68039857c829776f1426d"
1372+
integrity sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==
13671373
dependencies:
1368-
"@typescript-eslint/experimental-utils" "5.9.0"
1369-
debug "^4.3.2"
1374+
"@typescript-eslint/typescript-estree" "5.59.7"
1375+
"@typescript-eslint/utils" "5.59.7"
1376+
debug "^4.3.4"
13701377
tsutils "^3.21.0"
13711378

1372-
"@typescript-eslint/types@5.9.0":
1373-
version "5.9.0"
1374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3"
1375-
integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==
1379+
"@typescript-eslint/types@5.59.7":
1380+
version "5.59.7"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
1382+
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
13761383

1377-
"@typescript-eslint/typescript-estree@5.9.0":
1378-
version "5.9.0"
1379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f"
1380-
integrity sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==
1384+
"@typescript-eslint/typescript-estree@5.59.7":
1385+
version "5.59.7"
1386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
1387+
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
13811388
dependencies:
1382-
"@typescript-eslint/types" "5.9.0"
1383-
"@typescript-eslint/visitor-keys" "5.9.0"
1384-
debug "^4.3.2"
1385-
globby "^11.0.4"
1389+
"@typescript-eslint/types" "5.59.7"
1390+
"@typescript-eslint/visitor-keys" "5.59.7"
1391+
debug "^4.3.4"
1392+
globby "^11.1.0"
13861393
is-glob "^4.0.3"
1387-
semver "^7.3.5"
1394+
semver "^7.3.7"
13881395
tsutils "^3.21.0"
13891396

1390-
"@typescript-eslint/visitor-keys@5.9.0":
1391-
version "5.9.0"
1392-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6"
1393-
integrity sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==
1397+
"@typescript-eslint/utils@5.59.7":
1398+
version "5.59.7"
1399+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz#7adf068b136deae54abd9a66ba5a8780d2d0f898"
1400+
integrity sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==
13941401
dependencies:
1395-
"@typescript-eslint/types" "5.9.0"
1396-
eslint-visitor-keys "^3.0.0"
1402+
"@eslint-community/eslint-utils" "^4.2.0"
1403+
"@types/json-schema" "^7.0.9"
1404+
"@types/semver" "^7.3.12"
1405+
"@typescript-eslint/scope-manager" "5.59.7"
1406+
"@typescript-eslint/types" "5.59.7"
1407+
"@typescript-eslint/typescript-estree" "5.59.7"
1408+
eslint-scope "^5.1.1"
1409+
semver "^7.3.7"
1410+
1411+
"@typescript-eslint/visitor-keys@5.59.7":
1412+
version "5.59.7"
1413+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
1414+
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
1415+
dependencies:
1416+
"@typescript-eslint/types" "5.59.7"
1417+
eslint-visitor-keys "^3.3.0"
13971418

13981419
"@ungap/promise-all-settled@1.1.2":
13991420
version "1.1.2"
@@ -3197,6 +3218,13 @@ debug@^3.1.0:
31973218
dependencies:
31983219
ms "^2.1.1"
31993220

3221+
debug@^4.3.4:
3222+
version "4.3.4"
3223+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3224+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3225+
dependencies:
3226+
ms "2.1.2"
3227+
32003228
decamelize@^1.1.1, decamelize@^1.2.0:
32013229
version "1.2.0"
32023230
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -3655,16 +3683,16 @@ eslint-visitor-keys@^2.0.0:
36553683
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
36563684
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
36573685

3658-
eslint-visitor-keys@^3.0.0:
3659-
version "3.0.0"
3660-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
3661-
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
3662-
36633686
eslint-visitor-keys@^3.1.0:
36643687
version "3.1.0"
36653688
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
36663689
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
36673690

3691+
eslint-visitor-keys@^3.3.0:
3692+
version "3.4.1"
3693+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
3694+
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
3695+
36683696
eslint@8.6.0:
36693697
version "8.6.0"
36703698
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
@@ -4452,10 +4480,10 @@ fast-diff@^1.1.2:
44524480
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
44534481
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
44544482

4455-
fast-glob@^3.1.1:
4456-
version "3.2.7"
4457-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
4458-
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
4483+
fast-glob@^3.2.9:
4484+
version "3.2.12"
4485+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
4486+
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
44594487
dependencies:
44604488
"@nodelib/fs.stat" "^2.0.2"
44614489
"@nodelib/fs.walk" "^1.2.3"
@@ -4935,16 +4963,16 @@ globals@^9.18.0:
49354963
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
49364964
integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==
49374965

4938-
globby@^11.0.4:
4939-
version "11.0.4"
4940-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
4941-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
4966+
globby@^11.1.0:
4967+
version "11.1.0"
4968+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
4969+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
49424970
dependencies:
49434971
array-union "^2.1.0"
49444972
dir-glob "^3.0.1"
4945-
fast-glob "^3.1.1"
4946-
ignore "^5.1.4"
4947-
merge2 "^1.3.0"
4973+
fast-glob "^3.2.9"
4974+
ignore "^5.2.0"
4975+
merge2 "^1.4.1"
49484976
slash "^3.0.0"
49494977

49504978
got@9.6.0:
@@ -4989,6 +5017,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9,
49895017
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
49905018
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
49915019

5020+
grapheme-splitter@^1.0.4:
5021+
version "1.0.4"
5022+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
5023+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
5024+
49925025
growl@1.10.5:
49935026
version "1.10.5"
49945027
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
@@ -5278,10 +5311,10 @@ ignore@^4.0.6:
52785311
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
52795312
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
52805313

5281-
ignore@^5.1.4, ignore@^5.1.8:
5282-
version "5.1.8"
5283-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
5284-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
5314+
ignore@^5.2.0:
5315+
version "5.2.4"
5316+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
5317+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
52855318

52865319
immediate@^3.2.3:
52875320
version "3.3.0"
@@ -6399,7 +6432,7 @@ merge-descriptors@1.0.1:
63996432
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
64006433
integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=
64016434

6402-
merge2@^1.3.0:
6435+
merge2@^1.3.0, merge2@^1.4.1:
64036436
version "1.4.1"
64046437
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
64056438
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -6759,6 +6792,11 @@ nanomatch@^1.2.9:
67596792
snapdragon "^0.8.1"
67606793
to-regex "^3.0.1"
67616794

6795+
natural-compare-lite@^1.4.0:
6796+
version "1.4.0"
6797+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6798+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6799+
67626800
natural-compare@^1.4.0:
67636801
version "1.4.0"
67646802
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -7971,6 +8009,13 @@ semver@^7.2.1, semver@^7.3.5:
79718009
dependencies:
79728010
lru-cache "^6.0.0"
79738011

8012+
semver@^7.3.7:
8013+
version "7.5.1"
8014+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec"
8015+
integrity sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==
8016+
dependencies:
8017+
lru-cache "^6.0.0"
8018+
79748019
semver@~5.4.1:
79758020
version "5.4.1"
79768021
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"

0 commit comments

Comments
 (0)