Skip to content

Commit 306447b

Browse files
committed
Update dependency eslint to v8.15.0
1 parent 0ffdd0f commit 306447b

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ship": "lerna publish --git-remote ${GHOST_UPSTREAM:-origin}"
2020
},
2121
"devDependencies": {
22-
"eslint": "8.14.0",
22+
"eslint": "8.15.0",
2323
"eslint-plugin-ghost": "2.13.0",
2424
"eslint-plugin-react": "7.29.4",
2525
"mocha": "10.0.0",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -995,19 +995,19 @@
995995
minimatch "^3.0.4"
996996
strip-json-comments "^3.1.1"
997997

998-
"@eslint/eslintrc@^1.2.2":
999-
version "1.2.2"
1000-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
1001-
integrity sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==
998+
"@eslint/eslintrc@^1.2.3":
999+
version "1.2.3"
1000+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
1001+
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
10021002
dependencies:
10031003
ajv "^6.12.4"
10041004
debug "^4.3.2"
1005-
espree "^9.3.1"
1005+
espree "^9.3.2"
10061006
globals "^13.9.0"
10071007
ignore "^5.2.0"
10081008
import-fresh "^3.2.1"
10091009
js-yaml "^4.1.0"
1010-
minimatch "^3.0.4"
1010+
minimatch "^3.1.2"
10111011
strip-json-comments "^3.1.1"
10121012

10131013
"@humanwhocodes/config-array@^0.5.0":
@@ -1225,7 +1225,7 @@ [email protected]:
12251225
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135"
12261226
integrity sha1-kbR5JYinc4wl813W9jdSovh3YTU=
12271227

1228-
acorn-jsx@^5.3.1:
1228+
acorn-jsx@^5.3.1, acorn-jsx@^5.3.2:
12291229
version "5.3.2"
12301230
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
12311231
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
@@ -1235,7 +1235,7 @@ acorn@^7.4.0:
12351235
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
12361236
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
12371237

1238-
acorn@^8.5.0, acorn@^8.7.0:
1238+
acorn@^8.5.0, acorn@^8.7.1:
12391239
version "8.7.1"
12401240
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
12411241
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
@@ -2121,12 +2121,12 @@ eslint-visitor-keys@^3.3.0:
21212121
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
21222122
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
21232123

2124-
eslint@8.14.0:
2125-
version "8.14.0"
2126-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.14.0.tgz#62741f159d9eb4a79695b28ec4989fcdec623239"
2127-
integrity sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==
2124+
eslint@8.15.0:
2125+
version "8.15.0"
2126+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
2127+
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
21282128
dependencies:
2129-
"@eslint/eslintrc" "^1.2.2"
2129+
"@eslint/eslintrc" "^1.2.3"
21302130
"@humanwhocodes/config-array" "^0.9.2"
21312131
ajv "^6.10.0"
21322132
chalk "^4.0.0"
@@ -2137,7 +2137,7 @@ [email protected]:
21372137
eslint-scope "^7.1.1"
21382138
eslint-utils "^3.0.0"
21392139
eslint-visitor-keys "^3.3.0"
2140-
espree "^9.3.1"
2140+
espree "^9.3.2"
21412141
esquery "^1.4.0"
21422142
esutils "^2.0.2"
21432143
fast-deep-equal "^3.1.3"
@@ -2153,7 +2153,7 @@ [email protected]:
21532153
json-stable-stringify-without-jsonify "^1.0.1"
21542154
levn "^0.4.1"
21552155
lodash.merge "^4.6.2"
2156-
minimatch "^3.0.4"
2156+
minimatch "^3.1.2"
21572157
natural-compare "^1.4.0"
21582158
optionator "^0.9.1"
21592159
regexpp "^3.2.0"
@@ -2217,13 +2217,13 @@ espree@^7.3.0, espree@^7.3.1:
22172217
acorn-jsx "^5.3.1"
22182218
eslint-visitor-keys "^1.3.0"
22192219

2220-
espree@^9.3.1:
2221-
version "9.3.1"
2222-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
2223-
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
2220+
espree@^9.3.2:
2221+
version "9.3.2"
2222+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
2223+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
22242224
dependencies:
2225-
acorn "^8.7.0"
2226-
acorn-jsx "^5.3.1"
2225+
acorn "^8.7.1"
2226+
acorn-jsx "^5.3.2"
22272227
eslint-visitor-keys "^3.3.0"
22282228

22292229
[email protected], esprima@^2.7.1:

0 commit comments

Comments
 (0)