Skip to content

Commit 61e682a

Browse files
committed
Update dependency eslint to v8.45.0
1 parent 5342b06 commit 61e682a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"babel-eslint": "10.1.0",
36-
"eslint": "8.44.0",
36+
"eslint": "8.45.0",
3737
"eslint-plugin-ghost": "3.2.0",
3838
"eslint-plugin-react": "7.32.2"
3939
},

yarn.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5095,10 +5095,10 @@ eslint-webpack-plugin@^2.7.0:
50955095
normalize-path "^3.0.0"
50965096
schema-utils "^3.1.1"
50975097

5098-
eslint@8.44.0:
5099-
version "8.44.0"
5100-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
5101-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
5098+
eslint@8.45.0:
5099+
version "8.45.0"
5100+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
5101+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
51025102
dependencies:
51035103
"@eslint-community/eslint-utils" "^4.2.0"
51045104
"@eslint-community/regexpp" "^4.4.0"
@@ -5125,7 +5125,6 @@ [email protected]:
51255125
globals "^13.19.0"
51265126
graphemer "^1.4.0"
51275127
ignore "^5.2.0"
5128-
import-fresh "^3.0.0"
51295128
imurmurhash "^0.1.4"
51305129
is-glob "^4.0.0"
51315130
is-path-inside "^3.0.3"
@@ -5137,7 +5136,6 @@ [email protected]:
51375136
natural-compare "^1.4.0"
51385137
optionator "^0.9.3"
51395138
strip-ansi "^6.0.1"
5140-
strip-json-comments "^3.1.0"
51415139
text-table "^0.2.0"
51425140

51435141
eslint@^7.32.0:

0 commit comments

Comments
 (0)