Skip to content

Commit 01f0a64

Browse files
committed
chore(deps): update dependency eslint to ^8.23.0
1 parent 1b2763b commit 01f0a64

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
@@ -26,7 +26,7 @@
2626
"@sourcegraph/eslint-config": "^0.32.0",
2727
"@sourcegraph/prettierrc": "^3.0.3",
2828
"@sourcegraph/tsconfig": "^4.0.1",
29-
"eslint": "^8.21.0",
29+
"eslint": "^8.23.0",
3030
"husky": "^5.0.9",
3131
"prettier": "^2.5.1",
3232
"semantic-release": "^17.3.9",

yarn.lock

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -289,14 +289,14 @@
289289
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz#b6b8d81780b9a9f6459f4bfe9226ac6aefaefe87"
290290
integrity sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==
291291

292-
"@eslint/eslintrc@^1.3.0":
293-
version "1.3.0"
294-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
295-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
292+
"@eslint/eslintrc@^1.3.1":
293+
version "1.3.1"
294+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
295+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
296296
dependencies:
297297
ajv "^6.12.4"
298298
debug "^4.3.2"
299-
espree "^9.3.2"
299+
espree "^9.4.0"
300300
globals "^13.15.0"
301301
ignore "^5.2.0"
302302
import-fresh "^3.2.1"
@@ -318,6 +318,11 @@
318318
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
319319
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
320320

321+
"@humanwhocodes/module-importer@^1.0.1":
322+
version "1.0.1"
323+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
324+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
325+
321326
"@humanwhocodes/object-schema@^1.2.1":
322327
version "1.2.1"
323328
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -2275,14 +2280,15 @@ eslint-visitor-keys@^3.3.0:
22752280
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
22762281
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
22772282

2278-
eslint@^8.21.0:
2279-
version "8.21.0"
2280-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
2281-
integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
2283+
eslint@^8.23.0:
2284+
version "8.23.0"
2285+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
2286+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
22822287
dependencies:
2283-
"@eslint/eslintrc" "^1.3.0"
2288+
"@eslint/eslintrc" "^1.3.1"
22842289
"@humanwhocodes/config-array" "^0.10.4"
22852290
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
2291+
"@humanwhocodes/module-importer" "^1.0.1"
22862292
ajv "^6.10.0"
22872293
chalk "^4.0.0"
22882294
cross-spawn "^7.0.2"
@@ -2292,7 +2298,7 @@ eslint@^8.21.0:
22922298
eslint-scope "^7.1.1"
22932299
eslint-utils "^3.0.0"
22942300
eslint-visitor-keys "^3.3.0"
2295-
espree "^9.3.3"
2301+
espree "^9.4.0"
22962302
esquery "^1.4.0"
22972303
esutils "^2.0.2"
22982304
fast-deep-equal "^3.1.3"
@@ -2318,12 +2324,11 @@ eslint@^8.21.0:
23182324
strip-ansi "^6.0.1"
23192325
strip-json-comments "^3.1.0"
23202326
text-table "^0.2.0"
2321-
v8-compile-cache "^2.0.3"
23222327

2323-
espree@^9.3.2, espree@^9.3.3:
2324-
version "9.3.3"
2325-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
2326-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
2328+
espree@^9.4.0:
2329+
version "9.4.0"
2330+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
2331+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
23272332
dependencies:
23282333
acorn "^8.8.0"
23292334
acorn-jsx "^5.3.2"
@@ -6592,7 +6597,7 @@ v8-compile-cache-lib@^3.0.1:
65926597
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
65936598
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
65946599

6595-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
6600+
v8-compile-cache@^2.3.0:
65966601
version "2.3.0"
65976602
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
65986603
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==

0 commit comments

Comments
 (0)