Skip to content

Commit 537ce0e

Browse files
committed
Update dependency eslint to v8.56.0
1 parent b08d752 commit 537ce0e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.55.0",
36+
"eslint": "8.56.0",
3737
"eslint-plugin-ghost": "3.4.0",
3838
"eslint-plugin-react": "7.33.2"
3939
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,10 +1196,10 @@
11961196
minimatch "^3.1.2"
11971197
strip-json-comments "^3.1.1"
11981198

1199-
"@eslint/js@8.55.0":
1200-
version "8.55.0"
1201-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
1202-
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
1199+
"@eslint/js@8.56.0":
1200+
version "8.56.0"
1201+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
1202+
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
12031203

12041204
"@gatsbyjs/parcel-namer-relative-to-cwd@^1.10.0":
12051205
version "1.10.0"
@@ -5403,15 +5403,15 @@ eslint-webpack-plugin@^2.7.0:
54035403
normalize-path "^3.0.0"
54045404
schema-utils "^3.1.1"
54055405

5406-
eslint@8.55.0:
5407-
version "8.55.0"
5408-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
5409-
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
5406+
eslint@8.56.0:
5407+
version "8.56.0"
5408+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
5409+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
54105410
dependencies:
54115411
"@eslint-community/eslint-utils" "^4.2.0"
54125412
"@eslint-community/regexpp" "^4.6.1"
54135413
"@eslint/eslintrc" "^2.1.4"
5414-
"@eslint/js" "8.55.0"
5414+
"@eslint/js" "8.56.0"
54155415
"@humanwhocodes/config-array" "^0.11.13"
54165416
"@humanwhocodes/module-importer" "^1.0.1"
54175417
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)