Skip to content

Commit 6d69a87

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency eslint to v8.42.0
1 parent 9acb42c commit 6d69a87

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@commitlint/cli": "17.6.5",
4040
"@commitlint/config-angular": "17.6.5",
41-
"eslint": "8.41.0",
41+
"eslint": "8.42.0",
4242
"eslint-config-airbnb-base": "15.0.0",
4343
"eslint-plugin-import": "2.27.5",
4444
"husky": "8.0.3",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@
218218
minimatch "^3.1.2"
219219
strip-json-comments "^3.1.1"
220220

221-
"@eslint/js@8.41.0":
222-
version "8.41.0"
223-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
224-
integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
221+
"@eslint/js@8.42.0":
222+
version "8.42.0"
223+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
224+
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
225225

226226
"@firebase/[email protected]":
227227
version "0.1.0"
@@ -599,10 +599,10 @@
599599
protobufjs "^6.10.0"
600600
yargs "^16.1.1"
601601

602-
"@humanwhocodes/config-array@^0.11.8":
603-
version "0.11.8"
604-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
605-
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
602+
"@humanwhocodes/config-array@^0.11.10":
603+
version "0.11.10"
604+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
605+
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
606606
dependencies:
607607
"@humanwhocodes/object-schema" "^1.2.1"
608608
debug "^4.1.1"
@@ -1516,16 +1516,16 @@ eslint-visitor-keys@^3.4.1:
15161516
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
15171517
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
15181518

1519-
eslint@8.41.0:
1520-
version "8.41.0"
1521-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
1522-
integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
1519+
eslint@8.42.0:
1520+
version "8.42.0"
1521+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
1522+
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
15231523
dependencies:
15241524
"@eslint-community/eslint-utils" "^4.2.0"
15251525
"@eslint-community/regexpp" "^4.4.0"
15261526
"@eslint/eslintrc" "^2.0.3"
1527-
"@eslint/js" "8.41.0"
1528-
"@humanwhocodes/config-array" "^0.11.8"
1527+
"@eslint/js" "8.42.0"
1528+
"@humanwhocodes/config-array" "^0.11.10"
15291529
"@humanwhocodes/module-importer" "^1.0.1"
15301530
"@nodelib/fs.walk" "^1.2.8"
15311531
ajv "^6.10.0"

0 commit comments

Comments
 (0)