Skip to content

Commit 3f4b5e3

Browse files
Bump eslint from 8.21.0 to 8.23.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.23.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.21.0...v8.23.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4b9d64 commit 3f4b5e3

File tree

1 file changed

+24
-51
lines changed

1 file changed

+24
-51
lines changed

yarn.lock

Lines changed: 24 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,14 +1133,14 @@
11331133
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
11341134
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
11351135

1136-
"@eslint/eslintrc@^1.3.0":
1137-
version "1.3.0"
1138-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1139-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
1136+
"@eslint/eslintrc@^1.3.1":
1137+
version "1.3.1"
1138+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
1139+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
11401140
dependencies:
11411141
ajv "^6.12.4"
11421142
debug "^4.3.2"
1143-
espree "^9.3.2"
1143+
espree "^9.4.0"
11441144
globals "^13.15.0"
11451145
ignore "^5.2.0"
11461146
import-fresh "^3.2.1"
@@ -1162,6 +1162,11 @@
11621162
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
11631163
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
11641164

1165+
"@humanwhocodes/module-importer@^1.0.1":
1166+
version "1.0.1"
1167+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
1168+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
1169+
11651170
"@humanwhocodes/object-schema@^1.2.1":
11661171
version "1.2.1"
11671172
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -2144,14 +2149,7 @@ debug@^3.2.7:
21442149
dependencies:
21452150
ms "^2.1.1"
21462151

2147-
debug@^4.1.0, debug@^4.1.1:
2148-
version "4.1.1"
2149-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
2150-
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
2151-
dependencies:
2152-
ms "^2.1.1"
2153-
2154-
debug@^4.3.2, debug@^4.3.4:
2152+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
21552153
version "4.3.4"
21562154
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
21572155
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -2536,13 +2534,14 @@ eslint-visitor-keys@^3.3.0:
25362534
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
25372535

25382536
eslint@^8.21.0:
2539-
version "8.21.0"
2540-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
2541-
integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
2537+
version "8.23.0"
2538+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
2539+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
25422540
dependencies:
2543-
"@eslint/eslintrc" "^1.3.0"
2541+
"@eslint/eslintrc" "^1.3.1"
25442542
"@humanwhocodes/config-array" "^0.10.4"
25452543
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
2544+
"@humanwhocodes/module-importer" "^1.0.1"
25462545
ajv "^6.10.0"
25472546
chalk "^4.0.0"
25482547
cross-spawn "^7.0.2"
@@ -2552,7 +2551,7 @@ eslint@^8.21.0:
25522551
eslint-scope "^7.1.1"
25532552
eslint-utils "^3.0.0"
25542553
eslint-visitor-keys "^3.3.0"
2555-
espree "^9.3.3"
2554+
espree "^9.4.0"
25562555
esquery "^1.4.0"
25572556
esutils "^2.0.2"
25582557
fast-deep-equal "^3.1.3"
@@ -2578,12 +2577,11 @@ eslint@^8.21.0:
25782577
strip-ansi "^6.0.1"
25792578
strip-json-comments "^3.1.0"
25802579
text-table "^0.2.0"
2581-
v8-compile-cache "^2.0.3"
25822580

2583-
espree@^9.3.2, espree@^9.3.3:
2584-
version "9.3.3"
2585-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
2586-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
2581+
espree@^9.4.0:
2582+
version "9.4.0"
2583+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
2584+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
25872585
dependencies:
25882586
acorn "^8.8.0"
25892587
acorn-jsx "^5.3.2"
@@ -2949,25 +2947,12 @@ human-signals@^2.1.0:
29492947
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
29502948
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
29512949

2952-
ignore@^5.1.1:
2953-
version "5.1.4"
2954-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
2955-
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
2956-
2957-
ignore@^5.2.0:
2950+
ignore@^5.1.1, ignore@^5.2.0:
29582951
version "5.2.0"
29592952
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
29602953
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
29612954

2962-
import-fresh@^3.0.0:
2963-
version "3.2.1"
2964-
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
2965-
integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==
2966-
dependencies:
2967-
parent-module "^1.0.0"
2968-
resolve-from "^4.0.0"
2969-
2970-
import-fresh@^3.2.1:
2955+
import-fresh@^3.0.0, import-fresh@^3.2.1:
29712956
version "3.3.0"
29722957
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
29732958
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -3752,14 +3737,7 @@ mimic-fn@^2.1.0:
37523737
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
37533738
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
37543739

3755-
minimatch@^3.0.4:
3756-
version "3.0.4"
3757-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
3758-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
3759-
dependencies:
3760-
brace-expansion "^1.1.7"
3761-
3762-
minimatch@^3.1.1, minimatch@^3.1.2:
3740+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
37633741
version "3.1.2"
37643742
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
37653743
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -4615,11 +4593,6 @@ uuid@^8.3.2:
46154593
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
46164594
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
46174595

4618-
v8-compile-cache@^2.0.3:
4619-
version "2.3.0"
4620-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
4621-
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
4622-
46234596
v8-to-istanbul@^9.0.1:
46244597
version "9.0.1"
46254598
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz#b6f994b0b5d4ef255e17a0d17dc444a9f5132fa4"

0 commit comments

Comments
 (0)