Skip to content

Commit 0336dd9

Browse files
Update dependency eslint to v8.22.0
1 parent a0dde08 commit 0336dd9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.21.0",
22+
"eslint": "8.22.0",
2323
"eslint-plugin-ghost": "2.15.1",
2424
"eslint-plugin-react": "7.30.1",
2525
"mocha": "10.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,10 +2414,10 @@ eslint-visitor-keys@^3.3.0:
24142414
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
24152415
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
24162416

2417-
eslint@8.21.0:
2418-
version "8.21.0"
2419-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
2420-
integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
2417+
eslint@8.22.0:
2418+
version "8.22.0"
2419+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
2420+
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
24212421
dependencies:
24222422
"@eslint/eslintrc" "^1.3.0"
24232423
"@humanwhocodes/config-array" "^0.10.4"

0 commit comments

Comments
 (0)