Skip to content

Commit fabc2cb

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency eslint to v8.57.0
1 parent b57d4e6 commit fabc2cb

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "18.6.1",
5151
"@commitlint/config-angular": "18.6.1",
52-
"eslint": "8.56.0",
52+
"eslint": "8.57.0",
5353
"eslint-config-airbnb-base": "15.0.0",
5454
"eslint-plugin-import": "2.29.1",
5555
"husky": "9.0.11",

yarn.lock

+24-24
Original file line numberDiff line numberDiff line change
@@ -217,29 +217,29 @@
217217
minimatch "^3.1.2"
218218
strip-json-comments "^3.1.1"
219219

220-
"@eslint/js@8.56.0":
221-
version "8.56.0"
222-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
223-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
224-
225-
"@humanwhocodes/config-array@^0.11.13":
226-
version "0.11.13"
227-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
228-
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
229-
dependencies:
230-
"@humanwhocodes/object-schema" "^2.0.1"
231-
debug "^4.1.1"
220+
"@eslint/js@8.57.0":
221+
version "8.57.0"
222+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
223+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
224+
225+
"@humanwhocodes/config-array@^0.11.14":
226+
version "0.11.14"
227+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
228+
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
229+
dependencies:
230+
"@humanwhocodes/object-schema" "^2.0.2"
231+
debug "^4.3.1"
232232
minimatch "^3.0.5"
233233

234234
"@humanwhocodes/module-importer@^1.0.1":
235235
version "1.0.1"
236236
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
237237
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
238238

239-
"@humanwhocodes/object-schema@^2.0.1":
240-
version "2.0.1"
241-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
242-
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
239+
"@humanwhocodes/object-schema@^2.0.2":
240+
version "2.0.2"
241+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
242+
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
243243

244244
"@nodelib/[email protected]":
245245
version "2.1.5"
@@ -716,7 +716,7 @@ [email protected]:
716716
dependencies:
717717
ms "2.0.0"
718718

719-
719+
[email protected], debug@^4.3.1:
720720
version "4.3.4"
721721
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
722722
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -730,7 +730,7 @@ debug@^3.2.7:
730730
dependencies:
731731
ms "^2.1.1"
732732

733-
debug@^4.1.1, debug@^4.3.2:
733+
debug@^4.3.2:
734734
version "4.3.2"
735735
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
736736
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -1042,16 +1042,16 @@ eslint-visitor-keys@^3.4.3:
10421042
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
10431043
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
10441044

1045-
eslint@8.56.0:
1046-
version "8.56.0"
1047-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
1048-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
1045+
eslint@8.57.0:
1046+
version "8.57.0"
1047+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
1048+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
10491049
dependencies:
10501050
"@eslint-community/eslint-utils" "^4.2.0"
10511051
"@eslint-community/regexpp" "^4.6.1"
10521052
"@eslint/eslintrc" "^2.1.4"
1053-
"@eslint/js" "8.56.0"
1054-
"@humanwhocodes/config-array" "^0.11.13"
1053+
"@eslint/js" "8.57.0"
1054+
"@humanwhocodes/config-array" "^0.11.14"
10551055
"@humanwhocodes/module-importer" "^1.0.1"
10561056
"@nodelib/fs.walk" "^1.2.8"
10571057
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)