Skip to content

Commit 32e44ae

Browse files
committed
Update dependency eslint to v8.45.0
1 parent 42ca281 commit 32e44ae

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
@@ -55,7 +55,7 @@
5555
"@types/node": "^20.1.3",
5656
"@typescript-eslint/eslint-plugin": "6.0.0",
5757
"@typescript-eslint/parser": "6.0.0",
58-
"eslint": "8.44.0",
58+
"eslint": "8.45.0",
5959
"eslint-plugin-import": "^2.27.5",
6060
"eslint-plugin-simple-import-sort": "^10.0.0",
6161
"jest": "29.6.1",

yarn.lock

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

3066-
eslint@8.44.0:
3067-
version "8.44.0"
3068-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
3069-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
3066+
eslint@8.45.0:
3067+
version "8.45.0"
3068+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
3069+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
30703070
dependencies:
30713071
"@eslint-community/eslint-utils" "^4.2.0"
30723072
"@eslint-community/regexpp" "^4.4.0"
@@ -3093,7 +3093,6 @@ [email protected]:
30933093
globals "^13.19.0"
30943094
graphemer "^1.4.0"
30953095
ignore "^5.2.0"
3096-
import-fresh "^3.0.0"
30973096
imurmurhash "^0.1.4"
30983097
is-glob "^4.0.0"
30993098
is-path-inside "^3.0.3"
@@ -3105,7 +3104,6 @@ [email protected]:
31053104
natural-compare "^1.4.0"
31063105
optionator "^0.9.3"
31073106
strip-ansi "^6.0.1"
3108-
strip-json-comments "^3.1.0"
31093107
text-table "^0.2.0"
31103108

31113109
espree@^9.6.0:
@@ -3690,7 +3688,7 @@ immutable@~3.7.6:
36903688
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b"
36913689
integrity sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==
36923690

3693-
import-fresh@^3.0.0, import-fresh@^3.2.1:
3691+
import-fresh@^3.2.1:
36943692
version "3.3.0"
36953693
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
36963694
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -5750,7 +5748,7 @@ strip-final-newline@^2.0.0:
57505748
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
57515749
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
57525750

5753-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
5751+
strip-json-comments@^3.1.1:
57545752
version "3.1.1"
57555753
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
57565754
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)