Skip to content

Commit 8c18f04

Browse files
committed
Update dependency eslint-plugin-functional to v6.1.1
1 parent 5b3226c commit 8c18f04

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eslint": "8.57.0",
1717
"eslint-config-prettier": "9.1.0",
1818
"eslint-config-typed-fp": "5.4.0",
19-
"eslint-plugin-functional": "6.0.1",
19+
"eslint-plugin-functional": "6.1.1",
2020
"eslint-plugin-jest": "27.9.0",
2121
"eslint-plugin-prettier": "5.1.3",
2222
"eslint-plugin-sonarjs": "0.21.0",

yarn.lock

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,10 +2096,10 @@ eslint-config-typed-fp@5.4.0:
20962096
resolved "https://registry.yarnpkg.com/eslint-config-typed-fp/-/eslint-config-typed-fp-5.4.0.tgz#737f13f3bdfa417954c782d0c9749f4a37ff9575"
20972097
integrity sha512-jvZcj+7CEYTqjET5HgpammnNE6LiyoCfRw/rPr324jaWvwmYoxBrEMgQVlmZk5vQQamNbs65nOqpqJWSrdgC/w==
20982098

2099-
eslint-plugin-functional@6.0.1:
2100-
version "6.0.1"
2101-
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.0.1.tgz#06d31e534201026918220164778df2e8e786dfd1"
2102-
integrity sha512-FDsPbSa3RKRh3i9re8ASmjN6iUfnSjyo++pfedL3S410/F4h0PwxBeNo+C2+qstHfW2XL4Gml8D4l6KMoQkJKg==
2099+
eslint-plugin-functional@6.1.1:
2100+
version "6.1.1"
2101+
resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-6.1.1.tgz#c74e907e1b42d83f34208677d6e51b6f7830a76b"
2102+
integrity sha512-m1gNU6iQltEYhjJZIw+vzdsa8yCHTrQ1u7XU0cG05+Z6oGEbOXYmjFl0UPWYtWtp4/ubjxLsh8QqUCCHC/Utmg==
21032103
dependencies:
21042104
"@typescript-eslint/utils" "^6.2.0"
21052105
deepmerge-ts "^5.1.0"
@@ -4070,7 +4070,16 @@ string-length@^4.0.1:
40704070
char-regex "^1.0.2"
40714071
strip-ansi "^6.0.0"
40724072

4073-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4073+
"string-width-cjs@npm:string-width@^4.2.0":
4074+
version "4.2.3"
4075+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4076+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4077+
dependencies:
4078+
emoji-regex "^8.0.0"
4079+
is-fullwidth-code-point "^3.0.0"
4080+
strip-ansi "^6.0.1"
4081+
4082+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
40744083
version "4.2.3"
40754084
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
40764085
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4095,7 +4104,14 @@ string_decoder@^1.1.1:
40954104
dependencies:
40964105
safe-buffer "~5.2.0"
40974106

4098-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4107+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4108+
version "6.0.1"
4109+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4110+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4111+
dependencies:
4112+
ansi-regex "^5.0.1"
4113+
4114+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
40994115
version "6.0.1"
41004116
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
41014117
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4431,8 +4447,7 @@ which@^2.0.1:
44314447
dependencies:
44324448
isexe "^2.0.0"
44334449

4434-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
4435-
name wrap-ansi-cjs
4450+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
44364451
version "7.0.0"
44374452
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
44384453
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -4450,6 +4465,15 @@ wrap-ansi@^6.2.0:
44504465
string-width "^4.1.0"
44514466
strip-ansi "^6.0.0"
44524467

4468+
wrap-ansi@^7.0.0:
4469+
version "7.0.0"
4470+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4471+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4472+
dependencies:
4473+
ansi-styles "^4.0.0"
4474+
string-width "^4.1.0"
4475+
strip-ansi "^6.0.0"
4476+
44534477
wrap-ansi@^8.1.0:
44544478
version "8.1.0"
44554479
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)