Skip to content

Commit 0bc3ba7

Browse files
chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 (#1086)
1 parent 60da90b commit 0bc3ba7

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,14 +1153,14 @@
11531153
eslint-restricted-globals "^0.2.0"
11541154
prettier "^2.4.1"
11551155

1156-
"@eslint/eslintrc@^1.3.0":
1157-
version "1.3.0"
1158-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1159-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
1156+
"@eslint/eslintrc@^1.3.1":
1157+
version "1.3.1"
1158+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
1159+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
11601160
dependencies:
11611161
ajv "^6.12.4"
11621162
debug "^4.3.2"
1163-
espree "^9.3.2"
1163+
espree "^9.4.0"
11641164
globals "^13.15.0"
11651165
ignore "^5.2.0"
11661166
import-fresh "^3.2.1"
@@ -1194,6 +1194,11 @@
11941194
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
11951195
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
11961196

1197+
"@humanwhocodes/module-importer@^1.0.1":
1198+
version "1.0.1"
1199+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
1200+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
1201+
11971202
"@humanwhocodes/object-schema@^1.2.1":
11981203
version "1.2.1"
11991204
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -3650,13 +3655,14 @@ eslint-visitor-keys@^3.3.0:
36503655
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
36513656

36523657
eslint@^8.21.0:
3653-
version "8.22.0"
3654-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
3655-
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
3658+
version "8.23.0"
3659+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
3660+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
36563661
dependencies:
3657-
"@eslint/eslintrc" "^1.3.0"
3662+
"@eslint/eslintrc" "^1.3.1"
36583663
"@humanwhocodes/config-array" "^0.10.4"
36593664
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
3665+
"@humanwhocodes/module-importer" "^1.0.1"
36603666
ajv "^6.10.0"
36613667
chalk "^4.0.0"
36623668
cross-spawn "^7.0.2"
@@ -3666,7 +3672,7 @@ eslint@^8.21.0:
36663672
eslint-scope "^7.1.1"
36673673
eslint-utils "^3.0.0"
36683674
eslint-visitor-keys "^3.3.0"
3669-
espree "^9.3.3"
3675+
espree "^9.4.0"
36703676
esquery "^1.4.0"
36713677
esutils "^2.0.2"
36723678
fast-deep-equal "^3.1.3"
@@ -3692,12 +3698,11 @@ eslint@^8.21.0:
36923698
strip-ansi "^6.0.1"
36933699
strip-json-comments "^3.1.0"
36943700
text-table "^0.2.0"
3695-
v8-compile-cache "^2.0.3"
36963701

3697-
espree@^9.3.2, espree@^9.3.3:
3698-
version "9.3.3"
3699-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
3700-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
3702+
espree@^9.4.0:
3703+
version "9.4.0"
3704+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
3705+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
37013706
dependencies:
37023707
acorn "^8.8.0"
37033708
acorn-jsx "^5.3.2"
@@ -8430,11 +8435,6 @@ uuid@^3.3.2:
84308435
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
84318436
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
84328437

8433-
v8-compile-cache@^2.0.3:
8434-
version "2.1.0"
8435-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"
8436-
integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==
8437-
84388438
v8-to-istanbul@^9.0.1:
84398439
version "9.0.1"
84408440
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz#b6f994b0b5d4ef255e17a0d17dc444a9f5132fa4"

0 commit comments

Comments
 (0)