Skip to content

Commit 7cfbf84

Browse files
committed
chore(deps): update dependency eslint to v8.23.0
1 parent fefe6a2 commit 7cfbf84

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,14 +1510,14 @@
15101510
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
15111511
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
15121512

1513-
"@eslint/eslintrc@^1.3.0":
1514-
version "1.3.0"
1515-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1516-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
1513+
"@eslint/eslintrc@^1.3.1":
1514+
version "1.3.1"
1515+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
1516+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
15171517
dependencies:
15181518
ajv "^6.12.4"
15191519
debug "^4.3.2"
1520-
espree "^9.3.2"
1520+
espree "^9.4.0"
15211521
globals "^13.15.0"
15221522
ignore "^5.2.0"
15231523
import-fresh "^3.2.1"
@@ -1539,6 +1539,11 @@
15391539
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
15401540
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
15411541

1542+
"@humanwhocodes/module-importer@^1.0.1":
1543+
version "1.0.1"
1544+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
1545+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
1546+
15421547
"@humanwhocodes/object-schema@^1.2.1":
15431548
version "1.2.1"
15441549
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -3744,13 +3749,14 @@ eslint-visitor-keys@^3.3.0:
37443749
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
37453750

37463751
eslint@^8.0.0:
3747-
version "8.22.0"
3748-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
3749-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
3752+
version "8.23.0"
3753+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
3754+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
37503755
dependencies:
3751-
"@eslint/eslintrc" "^1.3.0"
3756+
"@eslint/eslintrc" "^1.3.1"
37523757
"@humanwhocodes/config-array" "^0.10.4"
37533758
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
3759+
"@humanwhocodes/module-importer" "^1.0.1"
37543760
ajv "^6.10.0"
37553761
chalk "^4.0.0"
37563762
cross-spawn "^7.0.2"
@@ -3760,7 +3766,7 @@ eslint@^8.0.0:
37603766
eslint-scope "^7.1.1"
37613767
eslint-utils "^3.0.0"
37623768
eslint-visitor-keys "^3.3.0"
3763-
espree "^9.3.3"
3769+
espree "^9.4.0"
37643770
esquery "^1.4.0"
37653771
esutils "^2.0.2"
37663772
fast-deep-equal "^3.1.3"
@@ -3786,12 +3792,11 @@ eslint@^8.0.0:
37863792
strip-ansi "^6.0.1"
37873793
strip-json-comments "^3.1.0"
37883794
text-table "^0.2.0"
3789-
v8-compile-cache "^2.0.3"
37903795

3791-
espree@^9.3.2, espree@^9.3.3:
3792-
version "9.3.3"
3793-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
3794-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
3796+
espree@^9.4.0:
3797+
version "9.4.0"
3798+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
3799+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
37953800
dependencies:
37963801
acorn "^8.8.0"
37973802
acorn-jsx "^5.3.2"
@@ -4121,9 +4126,9 @@ flat-cache@^3.0.4:
41214126
rimraf "^3.0.2"
41224127

41234128
flatted@^3.1.0:
4124-
version "3.2.6"
4125-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
4126-
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==
4129+
version "3.2.7"
4130+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
4131+
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
41274132

41284133
focus-group@^0.3.1:
41294134
version "0.3.1"
@@ -8174,11 +8179,6 @@ v8-compile-cache-lib@^3.0.1:
81748179
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
81758180
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
81768181

8177-
v8-compile-cache@^2.0.3:
8178-
version "2.3.0"
8179-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
8180-
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
8181-
81828182
v8-to-istanbul@^8.1.0:
81838183
version "8.1.1"
81848184
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed"

0 commit comments

Comments
 (0)