Skip to content

Commit 02f4dad

Browse files
committed
Update dependency eslint to v8.45.0
1 parent 9b968d9 commit 02f4dad

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/eslint": "8.44.0",
1414
"@types/jest": "29.5.3",
1515
"codecov": "3.8.3",
16-
"eslint": "8.44.0",
16+
"eslint": "8.45.0",
1717
"eslint-config-prettier": "8.8.0",
1818
"eslint-config-typed-fp": "5.1.0",
1919
"eslint-plugin-functional": "5.0.8",

yarn.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,10 +1811,10 @@ eslint-visitor-keys@^3.4.1:
18111811
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
18121812
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
18131813

1814-
eslint@8.44.0:
1815-
version "8.44.0"
1816-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
1817-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
1814+
eslint@8.45.0:
1815+
version "8.45.0"
1816+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
1817+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
18181818
dependencies:
18191819
"@eslint-community/eslint-utils" "^4.2.0"
18201820
"@eslint-community/regexpp" "^4.4.0"
@@ -1841,7 +1841,6 @@ [email protected]:
18411841
globals "^13.19.0"
18421842
graphemer "^1.4.0"
18431843
ignore "^5.2.0"
1844-
import-fresh "^3.0.0"
18451844
imurmurhash "^0.1.4"
18461845
is-glob "^4.0.0"
18471846
is-path-inside "^3.0.3"
@@ -1853,7 +1852,6 @@ [email protected]:
18531852
natural-compare "^1.4.0"
18541853
optionator "^0.9.3"
18551854
strip-ansi "^6.0.1"
1856-
strip-json-comments "^3.1.0"
18571855
text-table "^0.2.0"
18581856

18591857
espree@^9.6.0:
@@ -2302,7 +2300,7 @@ ignore@^5.2.0:
23022300
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
23032301
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
23042302

2305-
import-fresh@^3.0.0, import-fresh@^3.2.1:
2303+
import-fresh@^3.2.1:
23062304
version "3.3.0"
23072305
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
23082306
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -3820,7 +3818,7 @@ strip-final-newline@^3.0.0:
38203818
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
38213819
integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
38223820

3823-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
3821+
strip-json-comments@^3.1.1:
38243822
version "3.1.1"
38253823
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
38263824
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)