Skip to content

Commit e9a3773

Browse files
committed
Update dependency eslint to v8.42.0
1 parent d28b08d commit e9a3773

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.41.0",
36+
"eslint": "8.42.0",
3737
"eslint-plugin-ghost": "3.1.0",
3838
"eslint-plugin-react": "7.32.2"
3939
},

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,10 +1129,10 @@
11291129
minimatch "^3.1.2"
11301130
strip-json-comments "^3.1.1"
11311131

1132-
"@eslint/js@8.41.0":
1133-
version "8.41.0"
1134-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
1135-
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
1132+
"@eslint/js@8.42.0":
1133+
version "8.42.0"
1134+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
1135+
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
11361136

11371137
"@gatsbyjs/parcel-namer-relative-to-cwd@^1.0.0":
11381138
version "1.5.0"
@@ -1542,10 +1542,10 @@
15421542
dependencies:
15431543
"@hapi/hoek" "^9.0.0"
15441544

1545-
"@humanwhocodes/config-array@^0.11.8":
1546-
version "0.11.8"
1547-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
1548-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
1545+
"@humanwhocodes/config-array@^0.11.10":
1546+
version "0.11.10"
1547+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
1548+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
15491549
dependencies:
15501550
"@humanwhocodes/object-schema" "^1.2.1"
15511551
debug "^4.1.1"
@@ -5668,16 +5668,16 @@ eslint-webpack-plugin@^2.6.0:
56685668
normalize-path "^3.0.0"
56695669
schema-utils "^3.1.1"
56705670

5671-
eslint@8.41.0:
5672-
version "8.41.0"
5673-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
5674-
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
5671+
eslint@8.42.0:
5672+
version "8.42.0"
5673+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
5674+
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
56755675
dependencies:
56765676
"@eslint-community/eslint-utils" "^4.2.0"
56775677
"@eslint-community/regexpp" "^4.4.0"
56785678
"@eslint/eslintrc" "^2.0.3"
5679-
"@eslint/js" "8.41.0"
5680-
"@humanwhocodes/config-array" "^0.11.8"
5679+
"@eslint/js" "8.42.0"
5680+
"@humanwhocodes/config-array" "^0.11.10"
56815681
"@humanwhocodes/module-importer" "^1.0.1"
56825682
"@nodelib/fs.walk" "^1.2.8"
56835683
ajv "^6.10.0"

0 commit comments

Comments
 (0)