Skip to content

Commit b198453

Browse files
chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 (#431)
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c399e26 commit b198453

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
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@remix-run/eslint-config": "^1.19.3",
1212
"@types/react": "^18.2.60",
13-
"eslint": "^8.56.0",
13+
"eslint": "^8.57.0",
1414
"eslint-config-prettier": "^9.1.0",
1515
"eslint-plugin-markdown": "^3.0.1",
1616
"eslint-plugin-cypress": "^2.15.1",

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -399,29 +399,29 @@
399399
minimatch "^3.1.2"
400400
strip-json-comments "^3.1.1"
401401

402-
"@eslint/js@8.56.0":
403-
version "8.56.0"
404-
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
405-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
406-
407-
"@humanwhocodes/config-array@^0.11.13":
408-
version "0.11.13"
409-
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
410-
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
411-
dependencies:
412-
"@humanwhocodes/object-schema" "^2.0.1"
413-
debug "^4.1.1"
402+
"@eslint/js@8.57.0":
403+
version "8.57.0"
404+
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
405+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
406+
407+
"@humanwhocodes/config-array@^0.11.14":
408+
version "0.11.14"
409+
resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
410+
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
411+
dependencies:
412+
"@humanwhocodes/object-schema" "^2.0.2"
413+
debug "^4.3.1"
414414
minimatch "^3.0.5"
415415

416416
"@humanwhocodes/module-importer@^1.0.1":
417417
version "1.0.1"
418418
resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
419419
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
420420

421-
"@humanwhocodes/object-schema@^2.0.1":
422-
version "2.0.1"
423-
resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
424-
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
421+
"@humanwhocodes/object-schema@^2.0.2":
422+
version "2.0.2"
423+
resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
424+
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
425425

426426
"@istanbuljs/load-nyc-config@^1.0.0":
427427
version "1.1.0"
@@ -1421,7 +1421,7 @@ debug@^3.2.7:
14211421
dependencies:
14221422
ms "^2.1.1"
14231423

1424-
debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
1424+
debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
14251425
version "4.3.4"
14261426
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
14271427
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1856,16 +1856,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
18561856
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
18571857
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
18581858

1859-
eslint@^8.56.0:
1860-
version "8.56.0"
1861-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
1862-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
1859+
eslint@^8.57.0:
1860+
version "8.57.0"
1861+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
1862+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
18631863
dependencies:
18641864
"@eslint-community/eslint-utils" "^4.2.0"
18651865
"@eslint-community/regexpp" "^4.6.1"
18661866
"@eslint/eslintrc" "^2.1.4"
1867-
"@eslint/js" "8.56.0"
1868-
"@humanwhocodes/config-array" "^0.11.13"
1867+
"@eslint/js" "8.57.0"
1868+
"@humanwhocodes/config-array" "^0.11.14"
18691869
"@humanwhocodes/module-importer" "^1.0.1"
18701870
"@nodelib/fs.walk" "^1.2.8"
18711871
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)