Skip to content

Commit 364121a

Browse files
committed
chore(deps): update dependency eslint to ^8.21.0
1 parent 1f73cfc commit 364121a

File tree

2 files changed

+68
-20
lines changed

2 files changed

+68
-20
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.31.0",
9595
"@sourcegraph/tsconfig": "^4.0.1",
9696
"@types/node": "16.11.47",
97-
"eslint": "^8.19.0",
97+
"eslint": "^8.21.0",
9898
"lnfs-cli": "^2.1.0",
9999
"mkdirp": "^1.0.4",
100100
"parcel-bundler": "^1.12.4",

yarn.lock

Lines changed: 67 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -931,15 +931,20 @@
931931
minimatch "^3.1.2"
932932
strip-json-comments "^3.1.1"
933933

934-
"@humanwhocodes/config-array@^0.9.2":
935-
version "0.9.5"
936-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
937-
integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==
934+
"@humanwhocodes/config-array@^0.10.4":
935+
version "0.10.4"
936+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
937+
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
938938
dependencies:
939939
"@humanwhocodes/object-schema" "^1.2.1"
940940
debug "^4.1.1"
941941
minimatch "^3.0.4"
942942

943+
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
944+
version "1.0.2"
945+
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
946+
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
947+
943948
"@humanwhocodes/object-schema@^1.2.1":
944949
version "1.2.1"
945950
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -1281,10 +1286,10 @@ acorn@^7.1.1:
12811286
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
12821287
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
12831288

1284-
acorn@^8.7.1:
1285-
version "8.7.1"
1286-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
1287-
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
1289+
acorn@^8.8.0:
1290+
version "8.8.0"
1291+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
1292+
integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==
12881293

12891294
ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4:
12901295
version "6.12.6"
@@ -2991,13 +2996,14 @@ eslint-visitor-keys@^3.3.0:
29912996
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
29922997
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
29932998

2994-
eslint@^8.19.0:
2995-
version "8.19.0"
2996-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.19.0.tgz#7342a3cbc4fbc5c106a1eefe0fd0b50b6b1a7d28"
2997-
integrity sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw==
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==
29983003
dependencies:
29993004
"@eslint/eslintrc" "^1.3.0"
3000-
"@humanwhocodes/config-array" "^0.9.2"
3005+
"@humanwhocodes/config-array" "^0.10.4"
3006+
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
30013007
ajv "^6.10.0"
30023008
chalk "^4.0.0"
30033009
cross-spawn "^7.0.2"
@@ -3007,14 +3013,17 @@ eslint@^8.19.0:
30073013
eslint-scope "^7.1.1"
30083014
eslint-utils "^3.0.0"
30093015
eslint-visitor-keys "^3.3.0"
3010-
espree "^9.3.2"
3016+
espree "^9.3.3"
30113017
esquery "^1.4.0"
30123018
esutils "^2.0.2"
30133019
fast-deep-equal "^3.1.3"
30143020
file-entry-cache "^6.0.1"
3021+
find-up "^5.0.0"
30153022
functional-red-black-tree "^1.0.1"
30163023
glob-parent "^6.0.1"
30173024
globals "^13.15.0"
3025+
globby "^11.1.0"
3026+
grapheme-splitter "^1.0.4"
30183027
ignore "^5.2.0"
30193028
import-fresh "^3.0.0"
30203029
imurmurhash "^0.1.4"
@@ -3032,12 +3041,12 @@ eslint@^8.19.0:
30323041
text-table "^0.2.0"
30333042
v8-compile-cache "^2.0.3"
30343043

3035-
espree@^9.3.2:
3036-
version "9.3.2"
3037-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
3038-
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
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==
30393048
dependencies:
3040-
acorn "^8.7.1"
3049+
acorn "^8.8.0"
30413050
acorn-jsx "^5.3.2"
30423051
eslint-visitor-keys "^3.3.0"
30433052

@@ -3267,6 +3276,14 @@ find-up@^4.1.0:
32673276
locate-path "^5.0.0"
32683277
path-exists "^4.0.0"
32693278

3279+
find-up@^5.0.0:
3280+
version "5.0.0"
3281+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
3282+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
3283+
dependencies:
3284+
locate-path "^6.0.0"
3285+
path-exists "^4.0.0"
3286+
32703287
flat-cache@^3.0.4:
32713288
version "3.0.4"
32723289
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -3495,6 +3512,11 @@ grapheme-breaker@^0.3.2:
34953512
brfs "^1.2.0"
34963513
unicode-trie "^0.3.1"
34973514

3515+
grapheme-splitter@^1.0.4:
3516+
version "1.0.4"
3517+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
3518+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
3519+
34983520
har-schema@^2.0.0:
34993521
version "2.0.0"
35003522
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -4399,6 +4421,13 @@ locate-path@^5.0.0:
43994421
dependencies:
44004422
p-locate "^4.1.0"
44014423

4424+
locate-path@^6.0.0:
4425+
version "6.0.0"
4426+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
4427+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
4428+
dependencies:
4429+
p-locate "^5.0.0"
4430+
44024431
lodash.clone@^4.5.0:
44034432
version "4.5.0"
44044433
resolved "https://registry.yarnpkg.com/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6"
@@ -4964,6 +4993,13 @@ p-limit@^2.2.0:
49644993
dependencies:
49654994
p-try "^2.0.0"
49664995

4996+
p-limit@^3.0.2:
4997+
version "3.1.0"
4998+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
4999+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
5000+
dependencies:
5001+
yocto-queue "^0.1.0"
5002+
49675003
p-locate@^2.0.0:
49685004
version "2.0.0"
49695005
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -4978,6 +5014,13 @@ p-locate@^4.1.0:
49785014
dependencies:
49795015
p-limit "^2.2.0"
49805016

5017+
p-locate@^5.0.0:
5018+
version "5.0.0"
5019+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
5020+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
5021+
dependencies:
5022+
p-limit "^3.0.2"
5023+
49815024
p-map@^1.1.1:
49825025
version "1.2.0"
49835026
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
@@ -7202,3 +7245,8 @@ yargs@^17.0.0:
72027245
string-width "^4.2.3"
72037246
y18n "^5.0.5"
72047247
yargs-parser "^21.0.0"
7248+
7249+
yocto-queue@^0.1.0:
7250+
version "0.1.0"
7251+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
7252+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

0 commit comments

Comments
 (0)