Skip to content

Commit d9a4c52

Browse files
committed
chore(deps): update dependency eslint to v8.45.0
1 parent 87c82cd commit d9a4c52

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@vitest/coverage-c8": "0.33.0",
4444
"c8": "7.14.0",
4545
"camelcase": "7.0.1",
46-
"eslint": "8.44.0",
46+
"eslint": "8.45.0",
4747
"eslint-config-prettier": "8.8.0",
4848
"eslint-plugin-import": "2.27.5",
4949
"husky": "8.0.3",

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2507,10 +2507,10 @@ eslint-visitor-keys@^3.4.1:
25072507
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
25082508
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
25092509

2510-
eslint@8.44.0:
2511-
version "8.44.0"
2512-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
2513-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
2510+
eslint@8.45.0:
2511+
version "8.45.0"
2512+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
2513+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
25142514
dependencies:
25152515
"@eslint-community/eslint-utils" "^4.2.0"
25162516
"@eslint-community/regexpp" "^4.4.0"
@@ -2537,7 +2537,6 @@ [email protected]:
25372537
globals "^13.19.0"
25382538
graphemer "^1.4.0"
25392539
ignore "^5.2.0"
2540-
import-fresh "^3.0.0"
25412540
imurmurhash "^0.1.4"
25422541
is-glob "^4.0.0"
25432542
is-path-inside "^3.0.3"
@@ -2549,7 +2548,6 @@ [email protected]:
25492548
natural-compare "^1.4.0"
25502549
optionator "^0.9.3"
25512550
strip-ansi "^6.0.1"
2552-
strip-json-comments "^3.1.0"
25532551
text-table "^0.2.0"
25542552

25552553
espree@^9.6.0:
@@ -5957,7 +5955,7 @@ strip-indent@^3.0.0:
59575955
dependencies:
59585956
min-indent "^1.0.0"
59595957

5960-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
5958+
strip-json-comments@^3.1.1:
59615959
version "3.1.1"
59625960
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
59635961
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)