Skip to content

Commit 7f0a22b

Browse files
committed
chore(deps): update dependency eslint to v8.45.0
1 parent f9377e3 commit 7f0a22b

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "18.16.19",
2121
"@typescript-eslint/eslint-plugin": "5.62.0",
2222
"@typescript-eslint/parser": "5.62.0",
23-
"eslint": "8.44.0",
23+
"eslint": "8.45.0",
2424
"eslint-config-prettier": "8.8.0",
2525
"eslint-plugin-jest": "27.2.3",
2626
"eslint-plugin-prettier": "4.2.1",

Diff for: yarn.lock

+6-8
Original file line numberDiff line numberDiff line change
@@ -1381,10 +1381,10 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
13811381
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
13821382
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
13831383

1384-
eslint@8.44.0:
1385-
version "8.44.0"
1386-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
1387-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
1384+
eslint@8.45.0:
1385+
version "8.45.0"
1386+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
1387+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
13881388
dependencies:
13891389
"@eslint-community/eslint-utils" "^4.2.0"
13901390
"@eslint-community/regexpp" "^4.4.0"
@@ -1411,7 +1411,6 @@ [email protected]:
14111411
globals "^13.19.0"
14121412
graphemer "^1.4.0"
14131413
ignore "^5.2.0"
1414-
import-fresh "^3.0.0"
14151414
imurmurhash "^0.1.4"
14161415
is-glob "^4.0.0"
14171416
is-path-inside "^3.0.3"
@@ -1423,7 +1422,6 @@ [email protected]:
14231422
natural-compare "^1.4.0"
14241423
optionator "^0.9.3"
14251424
strip-ansi "^6.0.1"
1426-
strip-json-comments "^3.1.0"
14271425
text-table "^0.2.0"
14281426

14291427
espree@^9.6.0:
@@ -1759,7 +1757,7 @@ ignore@^5.2.0:
17591757
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
17601758
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
17611759

1762-
import-fresh@^3.0.0, import-fresh@^3.2.1:
1760+
import-fresh@^3.2.1:
17631761
version "3.3.0"
17641762
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
17651763
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -2859,7 +2857,7 @@ strip-final-newline@^2.0.0:
28592857
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
28602858
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
28612859

2862-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
2860+
strip-json-comments@^3.1.1:
28632861
version "3.1.1"
28642862
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
28652863
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)