Skip to content

Commit 1050263

Browse files
chore(deps): update dependency eslint to ^8.57.0 (#324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70bab97 commit 1050263

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/eslint-plugin": "^6.21.0",
5252
"@typescript-eslint/parser": "^6.21.0",
5353
"diff": "^5.1.0",
54-
"eslint": "^8.56.0",
54+
"eslint": "^8.57.0",
5555
"eslint-plugin-unicorn": "^51.0.1",
5656
"eslint-plugin-unused-imports": "^3.0.0",
5757
"pnpm": "8.12.1",

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -176,29 +176,29 @@
176176
minimatch "^3.1.2"
177177
strip-json-comments "^3.1.1"
178178

179-
"@eslint/js@8.56.0":
180-
version "8.56.0"
181-
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz"
182-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
183-
184-
"@humanwhocodes/config-array@^0.11.13":
185-
version "0.11.13"
186-
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz"
187-
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
188-
dependencies:
189-
"@humanwhocodes/object-schema" "^2.0.1"
190-
debug "^4.1.1"
179+
"@eslint/js@8.57.0":
180+
version "8.57.0"
181+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
182+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
183+
184+
"@humanwhocodes/config-array@^0.11.14":
185+
version "0.11.14"
186+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
187+
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
188+
dependencies:
189+
"@humanwhocodes/object-schema" "^2.0.2"
190+
debug "^4.3.1"
191191
minimatch "^3.0.5"
192192

193193
"@humanwhocodes/module-importer@^1.0.1":
194194
version "1.0.1"
195195
resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
196196
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
197197

198-
"@humanwhocodes/object-schema@^2.0.1":
199-
version "2.0.1"
200-
resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz"
201-
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
198+
"@humanwhocodes/object-schema@^2.0.2":
199+
version "2.0.2"
200+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
201+
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
202202

203203
"@jridgewell/gen-mapping@^0.3.2":
204204
version "0.3.2"
@@ -841,7 +841,7 @@ debug@^3.2.7:
841841
dependencies:
842842
ms "^2.1.1"
843843

844-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
844+
debug@^4.1.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
845845
version "4.3.4"
846846
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
847847
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1350,16 +1350,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
13501350
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
13511351
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
13521352

1353-
eslint@^8.56.0:
1354-
version "8.56.0"
1355-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz"
1356-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
1353+
eslint@^8.57.0:
1354+
version "8.57.0"
1355+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
1356+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
13571357
dependencies:
13581358
"@eslint-community/eslint-utils" "^4.2.0"
13591359
"@eslint-community/regexpp" "^4.6.1"
13601360
"@eslint/eslintrc" "^2.1.4"
1361-
"@eslint/js" "8.56.0"
1362-
"@humanwhocodes/config-array" "^0.11.13"
1361+
"@eslint/js" "8.57.0"
1362+
"@humanwhocodes/config-array" "^0.11.14"
13631363
"@humanwhocodes/module-importer" "^1.0.1"
13641364
"@nodelib/fs.walk" "^1.2.8"
13651365
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)