Skip to content

Commit 7679efd

Browse files
committed
Update dependency eslint-plugin-functional to v4.2.1
1 parent 2f3b487 commit 7679efd

File tree

2 files changed

+57
-18
lines changed

2 files changed

+57
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dotenv": "16.0.0",
4545
"eslint": "8.11.0",
4646
"eslint-config-prettier": "8.5.0",
47-
"eslint-plugin-functional": "4.2.0",
47+
"eslint-plugin-functional": "4.2.1",
4848
"husky": "7.0.4",
4949
"prettier": "2.6.0",
5050
"rimraf": "3.0.2",

yarn.lock

Lines changed: 56 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,13 +1307,6 @@
13071307
semver "^7.3.5"
13081308
tsutils "^3.21.0"
13091309

1310-
"@typescript-eslint/experimental-utils@^5.0.0":
1311-
version "5.16.0"
1312-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.16.0.tgz#0b852567efa10660047f281cf004ed3db32866da"
1313-
integrity sha512-bitZtqO13XX64/UOQKoDbVg2H4VHzbHnWWlTRc7ofq7SuQyPCwEycF1Zmn5ZAMTJZ3p5uMS7xJGUdOtZK7LrNw==
1314-
dependencies:
1315-
"@typescript-eslint/utils" "5.16.0"
1316-
13171310
"@typescript-eslint/parser@5.16.0":
13181311
version "5.16.0"
13191312
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.16.0.tgz#e4de1bde4b4dad5b6124d3da227347616ed55508"
@@ -1332,6 +1325,14 @@
13321325
"@typescript-eslint/types" "5.16.0"
13331326
"@typescript-eslint/visitor-keys" "5.16.0"
13341327

1328+
"@typescript-eslint/scope-manager@5.18.0":
1329+
version "5.18.0"
1330+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
1331+
integrity sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==
1332+
dependencies:
1333+
"@typescript-eslint/types" "5.18.0"
1334+
"@typescript-eslint/visitor-keys" "5.18.0"
1335+
13351336
"@typescript-eslint/type-utils@5.16.0":
13361337
version "5.16.0"
13371338
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.16.0.tgz#b482bdde1d7d7c0c7080f7f2f67ea9580b9e0692"
@@ -1346,6 +1347,11 @@
13461347
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
13471348
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
13481349

1350+
"@typescript-eslint/types@5.18.0":
1351+
version "5.18.0"
1352+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
1353+
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
1354+
13491355
"@typescript-eslint/typescript-estree@5.16.0":
13501356
version "5.16.0"
13511357
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
@@ -1359,6 +1365,19 @@
13591365
semver "^7.3.5"
13601366
tsutils "^3.21.0"
13611367

1368+
"@typescript-eslint/typescript-estree@5.18.0":
1369+
version "5.18.0"
1370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
1371+
integrity sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==
1372+
dependencies:
1373+
"@typescript-eslint/types" "5.18.0"
1374+
"@typescript-eslint/visitor-keys" "5.18.0"
1375+
debug "^4.3.2"
1376+
globby "^11.0.4"
1377+
is-glob "^4.0.3"
1378+
semver "^7.3.5"
1379+
tsutils "^3.21.0"
1380+
13621381
"@typescript-eslint/utils@5.16.0":
13631382
version "5.16.0"
13641383
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679"
@@ -1371,6 +1390,18 @@
13711390
eslint-scope "^5.1.1"
13721391
eslint-utils "^3.0.0"
13731392

1393+
"@typescript-eslint/utils@^5.10.2":
1394+
version "5.18.0"
1395+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
1396+
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
1397+
dependencies:
1398+
"@types/json-schema" "^7.0.9"
1399+
"@typescript-eslint/scope-manager" "5.18.0"
1400+
"@typescript-eslint/types" "5.18.0"
1401+
"@typescript-eslint/typescript-estree" "5.18.0"
1402+
eslint-scope "^5.1.1"
1403+
eslint-utils "^3.0.0"
1404+
13741405
"@typescript-eslint/visitor-keys@5.16.0":
13751406
version "5.16.0"
13761407
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb"
@@ -1379,6 +1410,14 @@
13791410
"@typescript-eslint/types" "5.16.0"
13801411
eslint-visitor-keys "^3.0.0"
13811412

1413+
"@typescript-eslint/visitor-keys@5.18.0":
1414+
version "5.18.0"
1415+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz#c7c07709823804171d569017f3b031ced7253e60"
1416+
integrity sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==
1417+
dependencies:
1418+
"@typescript-eslint/types" "5.18.0"
1419+
eslint-visitor-keys "^3.0.0"
1420+
13821421
"@walletconnect/browser-utils@^1.6.6":
13831422
version "1.6.6"
13841423
resolved "https://registry.yarnpkg.com/@walletconnect/browser-utils/-/browser-utils-1.6.6.tgz#a985b48c99c65a986a051d66a4910010a10a0c56"
@@ -3523,10 +3562,10 @@ deep-is@^0.1.3, deep-is@~0.1.3:
35233562
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
35243563
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
35253564

3526-
deepmerge-ts@^2.0.1:
3527-
version "2.0.1"
3528-
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-2.0.1.tgz#08e3bf4b535736a360c57fb162ddbffc253fe9f2"
3529-
integrity sha512-7xeG0xMleW+gyrtUsdOeR6tCLwkyYDh3koIuvc8TxBcDh3WlaBQiEbFwEzk8clKomJZMhmoyxo7Y9CRrrrLVlg==
3565+
deepmerge-ts@^4.0.3:
3566+
version "4.0.3"
3567+
resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-4.0.3.tgz#495b11315d082fc715e101a1b0e41cbb136becfb"
3568+
integrity sha512-kRBBqKdfhdZ+LEBkyE0Y7Yu7Lm277HOKpVmpecaEzzD3Krne9uO13Wqi7sNJ9S4FDmCgwjiWj8UhXo5OgjOIwg==
35303569
dependencies:
35313570
is-plain-object "^5.0.0"
35323571

@@ -4038,13 +4077,13 @@ eslint-config-prettier@8.5.0:
40384077
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
40394078
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
40404079

4041-
eslint-plugin-functional@4.2.0:
4042-
version "4.2.0"
4043-
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-4.2.0.tgz#b6d942c07c760eb30c943e02ef041971a23674e6"
4044-
integrity sha512-3v1DuKQTGwJo93UQ5SKzEjvJTaMGfznzwgGjWEBhLXxJfOMhcW7O6QUO1pmb5aLou9hoh7r31lkPvWmbIbIbew==
4080+
eslint-plugin-functional@4.2.1:
4081+
version "4.2.1"
4082+
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-4.2.1.tgz#c486f15695a31f916847c89f0f85a09c8ee423c6"
4083+
integrity sha512-j16ozgXrr0UdPBirdbgDZgRBPr9Prj3j1xoisE435wzRDMWQlSHHJ41LCzNrlfGDb7OFAyXVcVatVwALz2jckw==
40454084
dependencies:
4046-
"@typescript-eslint/experimental-utils" "^5.0.0"
4047-
deepmerge-ts "^2.0.1"
4085+
"@typescript-eslint/utils" "^5.10.2"
4086+
deepmerge-ts "^4.0.3"
40484087
escape-string-regexp "^4.0.0"
40494088

40504089
eslint-scope@^5.1.1:

0 commit comments

Comments
 (0)