Skip to content

Commit e9cc8f8

Browse files
committed
Update dependency eslint to v8.55.0
1 parent ec1a892 commit e9cc8f8

File tree

2 files changed

+15
-15
lines changed

2 files changed

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

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,10 +1181,10 @@
11811181
minimatch "^3.0.4"
11821182
strip-json-comments "^3.1.1"
11831183

1184-
"@eslint/eslintrc@^2.1.3":
1185-
version "2.1.3"
1186-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
1187-
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
1184+
"@eslint/eslintrc@^2.1.4":
1185+
version "2.1.4"
1186+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
1187+
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
11881188
dependencies:
11891189
ajv "^6.12.4"
11901190
debug "^4.3.2"
@@ -1196,10 +1196,10 @@
11961196
minimatch "^3.1.2"
11971197
strip-json-comments "^3.1.1"
11981198

1199-
"@eslint/js@8.54.0":
1200-
version "8.54.0"
1201-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.54.0.tgz#4fab9a2ff7860082c304f750e94acd644cf984cf"
1202-
integrity sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==
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==
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.54.0:
5407-
version "8.54.0"
5408-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.54.0.tgz#588e0dd4388af91a2e8fa37ea64924074c783537"
5409-
integrity sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==
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==
54105410
dependencies:
54115411
"@eslint-community/eslint-utils" "^4.2.0"
54125412
"@eslint-community/regexpp" "^4.6.1"
5413-
"@eslint/eslintrc" "^2.1.3"
5414-
"@eslint/js" "8.54.0"
5413+
"@eslint/eslintrc" "^2.1.4"
5414+
"@eslint/js" "8.55.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)