Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 8df3a5c

Browse files
chore(deps): update dependency eslint to v8.23.0
1 parent 3d39a21 commit 8df3a5c

File tree

2 files changed

+23
-27
lines changed

2 files changed

+23
-27
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"cypress": "10.6.0",
2323
"daisyui": "2.24.0",
2424
"dayjs": "1.11.5",
25-
"eslint": "8.22.0",
25+
"eslint": "8.23.0",
2626
"eslint-config-next": "12.1.6",
2727
"eslint-config-prettier": "8.5.0",
2828
"gridjs": "5.1.0",

yarn.lock

+22-26
Original file line numberDiff line numberDiff line change
@@ -487,14 +487,14 @@
487487
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
488488
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
489489

490-
"@eslint/eslintrc@^1.3.0":
491-
version "1.3.0"
492-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
493-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
490+
"@eslint/eslintrc@^1.3.1":
491+
version "1.3.1"
492+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
493+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
494494
dependencies:
495495
ajv "^6.12.4"
496496
debug "^4.3.2"
497-
espree "^9.3.2"
497+
espree "^9.4.0"
498498
globals "^13.15.0"
499499
ignore "^5.2.0"
500500
import-fresh "^3.2.1"
@@ -528,6 +528,11 @@
528528
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
529529
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
530530

531+
"@humanwhocodes/module-importer@^1.0.1":
532+
version "1.0.1"
533+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
534+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
535+
531536
"@humanwhocodes/object-schema@^1.2.1":
532537
version "1.2.1"
533538
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -2657,14 +2662,15 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
26572662
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
26582663
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
26592664

2660-
eslint@8.22.0:
2661-
version "8.22.0"
2662-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
2663-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
2665+
eslint@8.23.0:
2666+
version "8.23.0"
2667+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
2668+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
26642669
dependencies:
2665-
"@eslint/eslintrc" "^1.3.0"
2670+
"@eslint/eslintrc" "^1.3.1"
26662671
"@humanwhocodes/config-array" "^0.10.4"
26672672
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
2673+
"@humanwhocodes/module-importer" "^1.0.1"
26682674
ajv "^6.10.0"
26692675
chalk "^4.0.0"
26702676
cross-spawn "^7.0.2"
@@ -2674,7 +2680,7 @@ [email protected]:
26742680
eslint-scope "^7.1.1"
26752681
eslint-utils "^3.0.0"
26762682
eslint-visitor-keys "^3.3.0"
2677-
espree "^9.3.3"
2683+
espree "^9.4.0"
26782684
esquery "^1.4.0"
26792685
esutils "^2.0.2"
26802686
fast-deep-equal "^3.1.3"
@@ -2700,21 +2706,11 @@ [email protected]:
27002706
strip-ansi "^6.0.1"
27012707
strip-json-comments "^3.1.0"
27022708
text-table "^0.2.0"
2703-
v8-compile-cache "^2.0.3"
2704-
2705-
espree@^9.3.2:
2706-
version "9.3.2"
2707-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
2708-
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
2709-
dependencies:
2710-
acorn "^8.7.1"
2711-
acorn-jsx "^5.3.2"
2712-
eslint-visitor-keys "^3.3.0"
27132709

2714-
espree@^9.3.3:
2715-
version "9.3.3"
2716-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
2717-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
2710+
espree@^9.4.0:
2711+
version "9.4.0"
2712+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
2713+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
27182714
dependencies:
27192715
acorn "^8.8.0"
27202716
acorn-jsx "^5.3.2"
@@ -6260,7 +6256,7 @@ uuid@^8.3.2:
62606256
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
62616257
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
62626258

6263-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
6259+
v8-compile-cache@^2.3.0:
62646260
version "2.3.0"
62656261
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
62666262
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==

0 commit comments

Comments
 (0)