Skip to content

Commit 2205e3b

Browse files
committed
chore(deps): update dependency eslint to v8.23.0
1 parent 09d0b39 commit 2205e3b

File tree

3 files changed

+82
-72
lines changed

3 files changed

+82
-72
lines changed

package-lock.json

Lines changed: 57 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "16.11.56",
3737
"@typescript-eslint/eslint-plugin": "5.35.1",
3838
"@typescript-eslint/parser": "5.35.1",
39-
"eslint": "8.22.0",
39+
"eslint": "8.23.0",
4040
"eslint-config-prettier": "8.5.0",
4141
"eslint-plugin-import": "2.26.0",
4242
"husky": "8.0.1",

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -521,14 +521,14 @@
521521
dependencies:
522522
"@cspotcode/source-map-consumer" "0.8.0"
523523

524-
"@eslint/eslintrc@^1.3.0":
525-
version "1.3.0"
526-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz"
527-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
524+
"@eslint/eslintrc@^1.3.1":
525+
version "1.3.1"
526+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz"
527+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
528528
dependencies:
529529
ajv "^6.12.4"
530530
debug "^4.3.2"
531-
espree "^9.3.2"
531+
espree "^9.4.0"
532532
globals "^13.15.0"
533533
ignore "^5.2.0"
534534
import-fresh "^3.2.1"
@@ -550,6 +550,11 @@
550550
resolved "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz"
551551
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
552552

553+
"@humanwhocodes/module-importer@^1.0.1":
554+
version "1.0.1"
555+
resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
556+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
557+
553558
"@humanwhocodes/object-schema@^1.2.1":
554559
version "1.2.1"
555560
resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
@@ -2485,14 +2490,15 @@ eslint-visitor-keys@^3.3.0:
24852490
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz"
24862491
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
24872492

2488-
eslint@8.22.0:
2489-
version "8.22.0"
2490-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz"
2491-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
2493+
eslint@8.23.0:
2494+
version "8.23.0"
2495+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.23.0.tgz"
2496+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
24922497
dependencies:
2493-
"@eslint/eslintrc" "^1.3.0"
2498+
"@eslint/eslintrc" "^1.3.1"
24942499
"@humanwhocodes/config-array" "^0.10.4"
24952500
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
2501+
"@humanwhocodes/module-importer" "^1.0.1"
24962502
ajv "^6.10.0"
24972503
chalk "^4.0.0"
24982504
cross-spawn "^7.0.2"
@@ -2502,7 +2508,7 @@ eslint@8.22.0:
25022508
eslint-scope "^7.1.1"
25032509
eslint-utils "^3.0.0"
25042510
eslint-visitor-keys "^3.3.0"
2505-
espree "^9.3.3"
2511+
espree "^9.4.0"
25062512
esquery "^1.4.0"
25072513
esutils "^2.0.2"
25082514
fast-deep-equal "^3.1.3"
@@ -2528,12 +2534,11 @@ eslint@8.22.0:
25282534
strip-ansi "^6.0.1"
25292535
strip-json-comments "^3.1.0"
25302536
text-table "^0.2.0"
2531-
v8-compile-cache "^2.0.3"
25322537

2533-
espree@^9.3.2, espree@^9.3.3:
2534-
version "9.3.3"
2535-
resolved "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz"
2536-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
2538+
espree@^9.4.0:
2539+
version "9.4.0"
2540+
resolved "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz"
2541+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
25372542
dependencies:
25382543
acorn "^8.8.0"
25392544
acorn-jsx "^5.3.2"
@@ -2952,9 +2957,9 @@ globals@^11.1.0:
29522957
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
29532958

29542959
globals@^13.15.0:
2955-
version "13.15.0"
2956-
resolved "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz"
2957-
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
2960+
version "13.17.0"
2961+
resolved "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz"
2962+
integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==
29582963
dependencies:
29592964
type-fest "^0.20.2"
29602965

@@ -5969,11 +5974,6 @@ v8-compile-cache-lib@^3.0.0:
59695974
resolved "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz"
59705975
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
59715976

5972-
v8-compile-cache@^2.0.3:
5973-
version "2.3.0"
5974-
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz"
5975-
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
5976-
59775977
v8-to-istanbul@^8.1.0:
59785978
version "8.1.1"
59795979
resolved "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz"

0 commit comments

Comments
 (0)