Skip to content

Commit cedae1f

Browse files
chore(deps): update dependency eslint to v8.45.0
1 parent 5478cbb commit cedae1f

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
@@ -63,7 +63,7 @@
6363
"cross-env": "7.0.3",
6464
"css-loader": "6.8.1",
6565
"css-minimizer-webpack-plugin": "^5.0.0",
66-
"eslint": "8.44.0",
66+
"eslint": "8.45.0",
6767
"eslint-config-prettier": "8.8.0",
6868
"eslint-plugin-import": "2.27.5",
6969
"eslint-plugin-jsx-a11y": "6.7.1",

yarn.lock

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

3458-
eslint@8.44.0:
3459-
version "8.44.0"
3460-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
3461-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
3458+
eslint@8.45.0:
3459+
version "8.45.0"
3460+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
3461+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
34623462
dependencies:
34633463
"@eslint-community/eslint-utils" "^4.2.0"
34643464
"@eslint-community/regexpp" "^4.4.0"
@@ -3485,7 +3485,6 @@ eslint@8.44.0:
34853485
globals "^13.19.0"
34863486
graphemer "^1.4.0"
34873487
ignore "^5.2.0"
3488-
import-fresh "^3.0.0"
34893488
imurmurhash "^0.1.4"
34903489
is-glob "^4.0.0"
34913490
is-path-inside "^3.0.3"
@@ -3497,7 +3496,6 @@ eslint@8.44.0:
34973496
natural-compare "^1.4.0"
34983497
optionator "^0.9.3"
34993498
strip-ansi "^6.0.1"
3500-
strip-json-comments "^3.1.0"
35013499
text-table "^0.2.0"
35023500

35033501
espree@^9.6.0:
@@ -4209,7 +4207,7 @@ image-size@~0.5.0:
42094207
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c"
42104208
integrity sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==
42114209

4212-
import-fresh@^3.0.0, import-fresh@^3.2.1:
4210+
import-fresh@^3.2.1:
42134211
version "3.3.0"
42144212
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
42154213
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -6960,7 +6958,7 @@ strip-indent@^3.0.0:
69606958
dependencies:
69616959
min-indent "^1.0.0"
69626960

6963-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
6961+
strip-json-comments@^3.1.1:
69646962
version "3.1.1"
69656963
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
69666964
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)