Skip to content

Commit b3e20e4

Browse files
committed
chore(deps): update dependency eslint to ^8.23.0
1 parent 073a754 commit b3e20e4

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@sourcegraph/eslint-config": "^0.32.0",
9595
"@sourcegraph/tsconfig": "^4.0.1",
9696
"@types/node": "16.11.56",
97-
"eslint": "^8.21.0",
97+
"eslint": "^8.23.0",
9898
"lnfs-cli": "^2.1.0",
9999
"mkdirp": "^1.0.4",
100100
"parcel-bundler": "^1.12.4",

yarn.lock

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -916,14 +916,14 @@
916916
lodash "^4.17.19"
917917
to-fast-properties "^2.0.0"
918918

919-
"@eslint/eslintrc@^1.3.0":
920-
version "1.3.0"
921-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
922-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
919+
"@eslint/eslintrc@^1.3.1":
920+
version "1.3.1"
921+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
922+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
923923
dependencies:
924924
ajv "^6.12.4"
925925
debug "^4.3.2"
926-
espree "^9.3.2"
926+
espree "^9.4.0"
927927
globals "^13.15.0"
928928
ignore "^5.2.0"
929929
import-fresh "^3.2.1"
@@ -945,6 +945,11 @@
945945
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
946946
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
947947

948+
"@humanwhocodes/module-importer@^1.0.1":
949+
version "1.0.1"
950+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
951+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
952+
948953
"@humanwhocodes/object-schema@^1.2.1":
949954
version "1.2.1"
950955
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -2996,14 +3001,15 @@ eslint-visitor-keys@^3.3.0:
29963001
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
29973002
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
29983003

2999-
eslint@^8.21.0:
3000-
version "8.21.0"
3001-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
3002-
integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
3004+
eslint@^8.23.0:
3005+
version "8.23.0"
3006+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
3007+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
30033008
dependencies:
3004-
"@eslint/eslintrc" "^1.3.0"
3009+
"@eslint/eslintrc" "^1.3.1"
30053010
"@humanwhocodes/config-array" "^0.10.4"
30063011
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
3012+
"@humanwhocodes/module-importer" "^1.0.1"
30073013
ajv "^6.10.0"
30083014
chalk "^4.0.0"
30093015
cross-spawn "^7.0.2"
@@ -3013,7 +3019,7 @@ eslint@^8.21.0:
30133019
eslint-scope "^7.1.1"
30143020
eslint-utils "^3.0.0"
30153021
eslint-visitor-keys "^3.3.0"
3016-
espree "^9.3.3"
3022+
espree "^9.4.0"
30173023
esquery "^1.4.0"
30183024
esutils "^2.0.2"
30193025
fast-deep-equal "^3.1.3"
@@ -3039,12 +3045,11 @@ eslint@^8.21.0:
30393045
strip-ansi "^6.0.1"
30403046
strip-json-comments "^3.1.0"
30413047
text-table "^0.2.0"
3042-
v8-compile-cache "^2.0.3"
30433048

3044-
espree@^9.3.2, espree@^9.3.3:
3045-
version "9.3.3"
3046-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
3047-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
3049+
espree@^9.4.0:
3050+
version "9.4.0"
3051+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
3052+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
30483053
dependencies:
30493054
acorn "^8.8.0"
30503055
acorn-jsx "^5.3.2"
@@ -7059,7 +7064,7 @@ uuid@^3.3.2:
70597064
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
70607065
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
70617066

7062-
v8-compile-cache@^2.0.0, v8-compile-cache@^2.0.3:
7067+
v8-compile-cache@^2.0.0:
70637068
version "2.1.1"
70647069
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745"
70657070
integrity sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==

0 commit comments

Comments
 (0)