Skip to content

Commit 824ee67

Browse files
committed
chore(deps): update dependency @sourcegraph/eslint-config to ^0.22.0
1 parent 889e6c3 commit 824ee67

File tree

4 files changed

+274
-65
lines changed

4 files changed

+274
-65
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"watch": "../node_modules/.bin/tsc -p . -w"
2323
},
2424
"devDependencies": {
25-
"@sourcegraph/eslint-config": "^0.20.19",
25+
"@sourcegraph/eslint-config": "^0.22.0",
2626
"@sourcegraph/prettierrc": "^3.0.3",
2727
"@sourcegraph/tsconfig": "^4.0.1",
2828
"@types/inquirer": "^7.3.1",

cli/yarn.lock

Lines changed: 133 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
66
version "7.12.11"
77
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
88
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/generator@^7.10.5", "@babel/generator@^7.12.11":
12+
"@babel/generator@^7.10.5":
1313
version "7.12.11"
1414
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
1515
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
@@ -18,7 +18,7 @@
1818
jsesc "^2.5.1"
1919
source-map "^0.5.0"
2020

21-
"@babel/helper-function-name@^7.10.4", "@babel/helper-function-name@^7.12.11":
21+
"@babel/helper-function-name@^7.10.4":
2222
version "7.12.11"
2323
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
2424
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
@@ -34,7 +34,7 @@
3434
dependencies:
3535
"@babel/types" "^7.12.10"
3636

37-
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.12.11":
37+
"@babel/helper-split-export-declaration@^7.10.4":
3838
version "7.12.11"
3939
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
4040
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
@@ -55,7 +55,7 @@
5555
chalk "^2.0.0"
5656
js-tokens "^4.0.0"
5757

58-
"@babel/parser@^7.10.5", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
58+
"@babel/parser@^7.10.5", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
5959
version "7.12.11"
6060
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
6161
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
@@ -65,6 +65,21 @@
6565
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
6666
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
6767

68+
"@babel/runtime-corejs3@^7.10.2":
69+
version "7.12.13"
70+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.12.13.tgz#53d09813b7c20d616caf258e9325550ff701c039"
71+
integrity sha512-8fSpqYRETHATtNitsCXq8QQbKJP31/KnDl2Wz2Vtui9nKzjss2ysuZtyVsWjBtvkeEFo346gkwjYPab1hvrXkQ==
72+
dependencies:
73+
core-js-pure "^3.0.0"
74+
regenerator-runtime "^0.13.4"
75+
76+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.9.6":
77+
version "7.12.13"
78+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d"
79+
integrity sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==
80+
dependencies:
81+
regenerator-runtime "^0.13.4"
82+
6883
"@babel/template@^7.12.7":
6984
version "7.12.7"
7085
resolved "https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
@@ -74,22 +89,7 @@
7489
"@babel/parser" "^7.12.7"
7590
"@babel/types" "^7.12.7"
7691

77-
"@babel/traverse@^7.7.0":
78-
version "7.12.12"
79-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
80-
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
81-
dependencies:
82-
"@babel/code-frame" "^7.12.11"
83-
"@babel/generator" "^7.12.11"
84-
"@babel/helper-function-name" "^7.12.11"
85-
"@babel/helper-split-export-declaration" "^7.12.11"
86-
"@babel/parser" "^7.12.11"
87-
"@babel/types" "^7.12.12"
88-
debug "^4.1.0"
89-
globals "^11.1.0"
90-
lodash "^4.17.19"
91-
92-
"@babel/traverse@~7.10.3":
92+
"@babel/traverse@^7.7.0", "@babel/traverse@~7.10.3":
9393
version "7.10.5"
9494
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
9595
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
@@ -104,7 +104,7 @@
104104
globals "^11.1.0"
105105
lodash "^4.17.19"
106106

107-
"@babel/types@^7.10.5", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.7", "@babel/types@^7.7.0":
107+
"@babel/types@^7.10.5", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.7.0":
108108
version "7.12.12"
109109
resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
110110
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
@@ -122,6 +122,17 @@
122122
lodash "^4.17.19"
123123
to-fast-properties "^2.0.0"
124124

125+
"@jest/types@^26.6.2":
126+
version "26.6.2"
127+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
128+
integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
129+
dependencies:
130+
"@types/istanbul-lib-coverage" "^2.0.0"
131+
"@types/istanbul-reports" "^3.0.0"
132+
"@types/node" "*"
133+
"@types/yargs" "^15.0.0"
134+
chalk "^4.0.0"
135+
125136
"@nodelib/[email protected]":
126137
version "2.1.4"
127138
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69"
@@ -155,10 +166,10 @@
155166
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.0.tgz#2ff674e9611b45b528896d820d3d7a812de2f0e4"
156167
integrity sha512-FyD2meJpDPjyNQejSjvnhpgI/azsQkA4lGbuu5BQZfjvJ9cbRZXzeWL2HceCekW4lixO9JPesIIQkSoLjeJHNQ==
157168

158-
"@sourcegraph/eslint-config@^0.20.19":
159-
version "0.20.19"
160-
resolved "https://registry.npmjs.org/@sourcegraph/eslint-config/-/eslint-config-0.20.19.tgz#52e38a7db9596a0a0032880bac45c22d78737195"
161-
integrity sha512-X9YVu89hPbEc2FjGQ5uVkmi6AhOA+XkCPiXXrEmLe1OVPt3G2d0wsugSpZj4yRdfzMBMZXezI+w7ayUVFJktDQ==
169+
"@sourcegraph/eslint-config@^0.22.0":
170+
version "0.22.0"
171+
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.22.0.tgz#8da3c183d7a28a72b0ff2237be629afdffeb4567"
172+
integrity sha512-pWZydje4sh6GDYtX3vxY4q/JphL8/JZTqZHrvkf2pEn1+8US1HRlcZCYUaUvPhVm6ELHB/MzD4iM6Px4EdNyWw==
162173
dependencies:
163174
"@sourcegraph/prettierrc" "^3.0.3"
164175
"@typescript-eslint/eslint-plugin" "^4.9.1"
@@ -167,6 +178,7 @@
167178
eslint-plugin-ban "^1.4.0"
168179
eslint-plugin-etc "^1.1.7"
169180
eslint-plugin-import "^2.22.1"
181+
eslint-plugin-jest-dom "^3.6.5"
170182
eslint-plugin-jsdoc "^30.7.8"
171183
eslint-plugin-react "^7.21.4"
172184
eslint-plugin-react-hooks "^4.2.0"
@@ -190,6 +202,25 @@
190202
dependencies:
191203
defer-to-connect "^2.0.0"
192204

205+
"@testing-library/dom@^7.28.1":
206+
version "7.29.4"
207+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.29.4.tgz#1647c2b478789621ead7a50614ad81ab5ae5b86c"
208+
integrity sha512-CtrJRiSYEfbtNGtEsd78mk1n1v2TUbeABlNIcOCJdDfkN5/JTOwQEbbQpoSRxGqzcWPgStMvJ4mNolSuBRv1NA==
209+
dependencies:
210+
"@babel/code-frame" "^7.10.4"
211+
"@babel/runtime" "^7.12.5"
212+
"@types/aria-query" "^4.2.0"
213+
aria-query "^4.2.2"
214+
chalk "^4.1.0"
215+
dom-accessibility-api "^0.5.4"
216+
lz-string "^1.4.4"
217+
pretty-format "^26.6.2"
218+
219+
"@types/aria-query@^4.2.0":
220+
version "4.2.1"
221+
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.1.tgz#78b5433344e2f92e8b306c06a5622c50c245bf6b"
222+
integrity sha512-S6oPal772qJZHoRZLFc/XoZW2gFvwXusYUmXPXkgxJLuEk2vOt7jc4Yo6z/vtI0EBkbPBVrJJ0B+prLIKiWqHg==
223+
193224
"@types/cacheable-request@^6.0.1":
194225
version "6.0.1"
195226
resolved "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.1.tgz#5d22f3dded1fd3a84c0bbeb5039a7419c2c91976"
@@ -213,6 +244,25 @@
213244
"@types/through" "*"
214245
rxjs "^6.4.0"
215246

247+
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
248+
version "2.0.3"
249+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
250+
integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==
251+
252+
"@types/istanbul-lib-report@*":
253+
version "3.0.0"
254+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686"
255+
integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==
256+
dependencies:
257+
"@types/istanbul-lib-coverage" "*"
258+
259+
"@types/istanbul-reports@^3.0.0":
260+
version "3.0.0"
261+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821"
262+
integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==
263+
dependencies:
264+
"@types/istanbul-lib-report" "*"
265+
216266
"@types/json-schema@^7.0.3":
217267
version "7.0.6"
218268
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
@@ -274,10 +324,10 @@
274324
resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9"
275325
integrity sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==
276326

277-
"@types/yargs@^15.0.5":
278-
version "15.0.12"
279-
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz#6234ce3e3e3fa32c5db301a170f96a599c960d74"
280-
integrity sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==
327+
"@types/yargs@^15.0.0", "@types/yargs@^15.0.5":
328+
version "15.0.13"
329+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.13.tgz#34f7fec8b389d7f3c1fd08026a5763e072d3c6dc"
330+
integrity sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==
281331
dependencies:
282332
"@types/yargs-parser" "*"
283333

@@ -378,6 +428,14 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
378428
dependencies:
379429
color-convert "^2.0.1"
380430

431+
aria-query@^4.2.2:
432+
version "4.2.2"
433+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
434+
integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
435+
dependencies:
436+
"@babel/runtime" "^7.10.2"
437+
"@babel/runtime-corejs3" "^7.10.2"
438+
381439
array-includes@^3.1.1, array-includes@^3.1.2:
382440
version "3.1.2"
383441
resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.2.tgz#a8db03e0b88c8c6aeddc49cb132f9bcab4ebf9c8"
@@ -638,6 +696,11 @@ contains-path@^0.1.0:
638696
resolved "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
639697
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
640698

699+
core-js-pure@^3.0.0:
700+
version "3.8.3"
701+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.8.3.tgz#10e9e3b2592ecaede4283e8f3ad7020811587c02"
702+
integrity sha512-V5qQZVAr9K0xu7jXg1M7qTEwuxUgqr7dUOezGaNa7i+Xn9oXAU/d1fzqD9ObuwpVQOaorO5s70ckyi1woP9lVA==
703+
641704
debug@^2.6.9:
642705
version "2.6.9"
643706
resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -710,6 +773,11 @@ doctrine@^2.1.0:
710773
dependencies:
711774
esutils "^2.0.2"
712775

776+
dom-accessibility-api@^0.5.4:
777+
version "0.5.4"
778+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz#b06d059cdd4a4ad9a79275f9d414a5c126241166"
779+
integrity sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ==
780+
713781
emoji-regex@^8.0.0:
714782
version "8.0.0"
715783
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -856,6 +924,15 @@ eslint-plugin-import@^2.22.1:
856924
resolve "^1.17.0"
857925
tsconfig-paths "^3.9.0"
858926

927+
eslint-plugin-jest-dom@^3.6.5:
928+
version "3.6.5"
929+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.6.5.tgz#61459d1db52873d438983d3aa84aaa9804eff222"
930+
integrity sha512-iaJ5aSQghp9u2ciLAseWIVu7X5tW+WwNJwMBDToK4GBfwGXXQJDLt5IBNtm6fHvC3FRzCGwvyNMIG1g5gF+icQ==
931+
dependencies:
932+
"@babel/runtime" "^7.9.6"
933+
"@testing-library/dom" "^7.28.1"
934+
requireindex "^1.2.0"
935+
859936
eslint-plugin-jsdoc@^30.7.8:
860937
version "30.7.13"
861938
resolved "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.7.13.tgz#52e5c74fb806d3bbeb51d04a0c829508c3c6b563"
@@ -1461,6 +1538,11 @@ lru-cache@^6.0.0:
14611538
dependencies:
14621539
yallist "^4.0.0"
14631540

1541+
lz-string@^1.4.4:
1542+
version "1.4.4"
1543+
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
1544+
integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=
1545+
14641546
merge2@^1.3.0:
14651547
version "1.4.1"
14661548
resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
@@ -1758,6 +1840,16 @@ pluralize@^8.0.0:
17581840
resolved "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
17591841
integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==
17601842

1843+
pretty-format@^26.6.2:
1844+
version "26.6.2"
1845+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
1846+
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
1847+
dependencies:
1848+
"@jest/types" "^26.6.2"
1849+
ansi-regex "^5.0.0"
1850+
ansi-styles "^4.0.0"
1851+
react-is "^17.0.1"
1852+
17611853
prompts@~2.3.2:
17621854
version "2.3.2"
17631855
resolved "https://registry.npmjs.org/prompts/-/prompts-2.3.2.tgz#480572d89ecf39566d2bd3fe2c9fccb7c4c0b068"
@@ -1793,6 +1885,11 @@ react-is@^16.8.1:
17931885
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
17941886
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
17951887

1888+
react-is@^17.0.1:
1889+
version "17.0.1"
1890+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
1891+
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
1892+
17961893
read-pkg-up@^2.0.0:
17971894
version "2.0.0"
17981895
resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
@@ -1838,6 +1935,11 @@ readable-stream@^3.4.0:
18381935
string_decoder "^1.1.1"
18391936
util-deprecate "^1.0.1"
18401937

1938+
regenerator-runtime@^0.13.4:
1939+
version "0.13.7"
1940+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
1941+
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
1942+
18411943
regexp-tree@^0.1.21, regexp-tree@~0.1.1:
18421944
version "0.1.21"
18431945
resolved "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.21.tgz#55e2246b7f7d36f1b461490942fa780299c400d7"
@@ -1871,7 +1973,7 @@ require-main-filename@^2.0.0:
18711973
resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
18721974
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
18731975

1874-
requireindex@~1.2.0:
1976+
requireindex@^1.2.0, requireindex@~1.2.0:
18751977
version "1.2.0"
18761978
resolved "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
18771979
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@sourcegraph/eslint-config": "^0.20.19",
4+
"@sourcegraph/eslint-config": "^0.22.0",
55
"@sourcegraph/prettierrc": "^3.0.3",
66
"@sourcegraph/tsconfig": "^4.0.1",
77
"eslint": "^7.18.0",

0 commit comments

Comments
 (0)