Skip to content

Commit c880263

Browse files
chore: bump eslint from 8.21.0 to 8.23.0 in /site (#3920)
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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a79e34c commit c880263

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"copy-webpack-plugin": "10.2.4",
9797
"css-loader": "6.7.1",
9898
"css-minimizer-webpack-plugin": "3.4.1",
99-
"eslint": "8.21.0",
99+
"eslint": "8.23.0",
100100
"eslint-config-prettier": "8.5.0",
101101
"eslint-import-resolver-alias": "1.1.2",
102102
"eslint-import-resolver-typescript": "3.5.0",

site/yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@
12681268
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
12691269
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
12701270

1271-
"@eslint/eslintrc@^1.3.0":
1271+
"@eslint/eslintrc@^1.3.1":
12721272
version "1.3.1"
12731273
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
12741274
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
@@ -1312,6 +1312,11 @@
13121312
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
13131313
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
13141314

1315+
"@humanwhocodes/module-importer@^1.0.1":
1316+
version "1.0.1"
1317+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
1318+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
1319+
13151320
"@humanwhocodes/object-schema@^1.2.1":
13161321
version "1.2.1"
13171322
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -7022,14 +7027,15 @@ eslint-visitor-keys@^3.3.0:
70227027
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
70237028
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
70247029

7025-
eslint@8.21.0:
7026-
version "8.21.0"
7027-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
7028-
integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
7030+
eslint@8.23.0:
7031+
version "8.23.0"
7032+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
7033+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
70297034
dependencies:
7030-
"@eslint/eslintrc" "^1.3.0"
7035+
"@eslint/eslintrc" "^1.3.1"
70317036
"@humanwhocodes/config-array" "^0.10.4"
70327037
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
7038+
"@humanwhocodes/module-importer" "^1.0.1"
70337039
ajv "^6.10.0"
70347040
chalk "^4.0.0"
70357041
cross-spawn "^7.0.2"
@@ -7039,7 +7045,7 @@ eslint@8.21.0:
70397045
eslint-scope "^7.1.1"
70407046
eslint-utils "^3.0.0"
70417047
eslint-visitor-keys "^3.3.0"
7042-
espree "^9.3.3"
7048+
espree "^9.4.0"
70437049
esquery "^1.4.0"
70447050
esutils "^2.0.2"
70457051
fast-deep-equal "^3.1.3"
@@ -7065,9 +7071,8 @@ eslint@8.21.0:
70657071
strip-ansi "^6.0.1"
70667072
strip-json-comments "^3.1.0"
70677073
text-table "^0.2.0"
7068-
v8-compile-cache "^2.0.3"
70697074

7070-
espree@^9.3.3, espree@^9.4.0:
7075+
espree@^9.4.0:
70717076
version "9.4.0"
70727077
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
70737078
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
@@ -14636,11 +14641,6 @@ v8-compile-cache-lib@^3.0.1:
1463614641
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
1463714642
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
1463814643

14639-
v8-compile-cache@^2.0.3:
14640-
version "2.3.0"
14641-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
14642-
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
14643-
1464414644
v8-to-istanbul@^8.1.0:
1464514645
version "8.1.1"
1464614646
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed"

0 commit comments

Comments
 (0)