Skip to content

Commit fbf79f9

Browse files
committed
Update dependency eslint to v8.45.0
1 parent 73557da commit fbf79f9

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@typescript-eslint/eslint-plugin": "5.62.0",
3939
"@typescript-eslint/parser": "5.62.0",
40-
"eslint": "8.44.0",
40+
"eslint": "8.45.0",
4141
"eslint-config-prettier": "8.8.0",
4242
"eslint-plugin-functional": "4.4.1",
4343
"husky": "8.0.3",

yarn.lock

+5-12
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,10 @@ eslint-visitor-keys@^3.4.1:
540540
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
541541
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
542542

543-
eslint@8.44.0:
544-
version "8.44.0"
545-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
546-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
543+
eslint@8.45.0:
544+
version "8.45.0"
545+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
546+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
547547
dependencies:
548548
"@eslint-community/eslint-utils" "^4.2.0"
549549
"@eslint-community/regexpp" "^4.4.0"
@@ -570,7 +570,6 @@ [email protected]:
570570
globals "^13.19.0"
571571
graphemer "^1.4.0"
572572
ignore "^5.2.0"
573-
import-fresh "^3.0.0"
574573
imurmurhash "^0.1.4"
575574
is-glob "^4.0.0"
576575
is-path-inside "^3.0.3"
@@ -582,7 +581,6 @@ [email protected]:
582581
natural-compare "^1.4.0"
583582
optionator "^0.9.3"
584583
strip-ansi "^6.0.1"
585-
strip-json-comments "^3.1.0"
586584
text-table "^0.2.0"
587585

588586
espree@^9.6.0:
@@ -822,7 +820,7 @@ ignore@^5.2.0:
822820
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
823821
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
824822

825-
import-fresh@^3.0.0, import-fresh@^3.2.1:
823+
import-fresh@^3.2.1:
826824
version "3.2.1"
827825
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
828826
integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==
@@ -1204,11 +1202,6 @@ strip-ansi@^6.0.1:
12041202
dependencies:
12051203
ansi-regex "^5.0.1"
12061204

1207-
strip-json-comments@^3.1.0:
1208-
version "3.1.0"
1209-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.0.tgz#7638d31422129ecf4457440009fba03f9f9ac180"
1210-
integrity sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==
1211-
12121205
strip-json-comments@^3.1.1:
12131206
version "3.1.1"
12141207
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"

0 commit comments

Comments
 (0)