Skip to content

Commit f56cdfe

Browse files
committed
chore(deps): update dependency eslint to v8.45.0
1 parent 80b4288 commit f56cdfe

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
@@ -51,7 +51,7 @@
5151
"@types/ramda": "0.29.3",
5252
"@typescript-eslint/eslint-plugin": "5.62.0",
5353
"@typescript-eslint/parser": "5.62.0",
54-
"eslint": "8.44.0",
54+
"eslint": "8.45.0",
5555
"eslint-config-prettier": "8.8.0",
5656
"eslint-plugin-functional": "4.4.1",
5757
"eslint-plugin-jest": "27.2.3",

yarn.lock

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

3232-
eslint@8.44.0:
3233-
version "8.44.0"
3234-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
3235-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
3232+
eslint@8.45.0:
3233+
version "8.45.0"
3234+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
3235+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
32363236
dependencies:
32373237
"@eslint-community/eslint-utils" "^4.2.0"
32383238
"@eslint-community/regexpp" "^4.4.0"
@@ -3259,7 +3259,6 @@ [email protected]:
32593259
globals "^13.19.0"
32603260
graphemer "^1.4.0"
32613261
ignore "^5.2.0"
3262-
import-fresh "^3.0.0"
32633262
imurmurhash "^0.1.4"
32643263
is-glob "^4.0.0"
32653264
is-path-inside "^3.0.3"
@@ -3271,7 +3270,6 @@ [email protected]:
32713270
natural-compare "^1.4.0"
32723271
optionator "^0.9.3"
32733272
strip-ansi "^6.0.1"
3274-
strip-json-comments "^3.1.0"
32753273
text-table "^0.2.0"
32763274

32773275
espree@^9.6.0:
@@ -3771,7 +3769,7 @@ ignore@^5.2.0:
37713769
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
37723770
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
37733771

3774-
import-fresh@^3.0.0, import-fresh@^3.2.1:
3772+
import-fresh@^3.2.1:
37753773
version "3.3.0"
37763774
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
37773775
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -5598,7 +5596,7 @@ strip-final-newline@^3.0.0:
55985596
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
55995597
integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
56005598

5601-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
5599+
strip-json-comments@^3.1.1:
56025600
version "3.1.1"
56035601
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
56045602
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)