Skip to content

Commit 25cb8c0

Browse files
Update dependency express to v4.18.3
1 parent 1183335 commit 25cb8c0

File tree

2 files changed

+66
-101
lines changed

2 files changed

+66
-101
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-config-prettier": "8.6.0",
3030
"eslint-plugin-prettier": "4.0.0",
3131
"ethers": "5.6.2",
32-
"express": "4.17.3",
32+
"express": "4.18.3",
3333
"graphql-ws": "5.7.0",
3434
"jsonwebtoken": "8.5.1",
3535
"octokit": "1.7.1",

yarn.lock

Lines changed: 65 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,37 +2186,39 @@ bn.js@^5.2.1:
21862186
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
21872187
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
21882188

2189-
body-parser@1.19.2:
2190-
version "1.19.2"
2191-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.2.tgz#4714ccd9c157d44797b8b5607d72c0b89952f26e"
2192-
integrity sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==
2189+
body-parser@1.20.1:
2190+
version "1.20.1"
2191+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
2192+
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
21932193
dependencies:
21942194
bytes "3.1.2"
21952195
content-type "~1.0.4"
21962196
debug "2.6.9"
2197-
depd "~1.1.2"
2198-
http-errors "1.8.1"
2197+
depd "2.0.0"
2198+
destroy "1.2.0"
2199+
http-errors "2.0.0"
21992200
iconv-lite "0.4.24"
2200-
on-finished "~2.3.0"
2201-
qs "6.9.7"
2202-
raw-body "2.4.3"
2201+
on-finished "2.4.1"
2202+
qs "6.11.0"
2203+
raw-body "2.5.1"
22032204
type-is "~1.6.18"
2205+
unpipe "1.0.0"
22042206

2205-
2206-
version "1.20.1"
2207-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
2208-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
2207+
2208+
version "1.20.2"
2209+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
2210+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
22092211
dependencies:
22102212
bytes "3.1.2"
2211-
content-type "~1.0.4"
2213+
content-type "~1.0.5"
22122214
debug "2.6.9"
22132215
depd "2.0.0"
22142216
destroy "1.2.0"
22152217
http-errors "2.0.0"
22162218
iconv-lite "0.4.24"
22172219
on-finished "2.4.1"
22182220
qs "6.11.0"
2219-
raw-body "2.5.1"
2221+
raw-body "2.5.2"
22202222
type-is "~1.6.18"
22212223
unpipe "1.0.0"
22222224

@@ -2555,7 +2557,7 @@ [email protected]:
25552557
dependencies:
25562558
safe-buffer "5.2.1"
25572559

2558-
content-type@~1.0.4:
2560+
content-type@~1.0.4, content-type@~1.0.5:
25592561
version "1.0.5"
25602562
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
25612563
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
@@ -2570,10 +2572,10 @@ [email protected]:
25702572
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
25712573
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
25722574

2573-
cookie@0.4.2:
2574-
version "0.4.2"
2575-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
2576-
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
2575+
cookie@0.5.0:
2576+
version "0.5.0"
2577+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
2578+
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
25772579

25782580
copy-descriptor@^0.1.0:
25792581
version "0.1.1"
@@ -2739,11 +2741,6 @@ [email protected]:
27392741
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
27402742
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
27412743

2742-
depd@~1.1.2:
2743-
version "1.1.2"
2744-
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
2745-
integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==
2746-
27472744
deprecation@^2.0.0, deprecation@^2.3.1:
27482745
version "2.3.1"
27492746
resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
@@ -2754,11 +2751,6 @@ [email protected]:
27542751
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
27552752
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
27562753

2757-
destroy@~1.0.4:
2758-
version "1.0.4"
2759-
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
2760-
integrity sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==
2761-
27622754
detect-newline@^3.0.0:
27632755
version "3.1.0"
27642756
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
@@ -3254,38 +3246,39 @@ expect@^26.6.2:
32543246
jest-message-util "^26.6.2"
32553247
jest-regex-util "^26.0.0"
32563248

3257-
express@4.17.3:
3258-
version "4.17.3"
3259-
resolved "https://registry.yarnpkg.com/express/-/express-4.17.3.tgz#f6c7302194a4fb54271b73a1fe7a06478c8f85a1"
3260-
integrity sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==
3249+
express@4.18.3:
3250+
version "4.18.3"
3251+
resolved "https://registry.yarnpkg.com/express/-/express-4.18.3.tgz#6870746f3ff904dee1819b82e4b51509afffb0d4"
3252+
integrity sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==
32613253
dependencies:
32623254
accepts "~1.3.8"
32633255
array-flatten "1.1.1"
3264-
body-parser "1.19.2"
3256+
body-parser "1.20.2"
32653257
content-disposition "0.5.4"
32663258
content-type "~1.0.4"
3267-
cookie "0.4.2"
3259+
cookie "0.5.0"
32683260
cookie-signature "1.0.6"
32693261
debug "2.6.9"
3270-
depd "~1.1.2"
3262+
depd "2.0.0"
32713263
encodeurl "~1.0.2"
32723264
escape-html "~1.0.3"
32733265
etag "~1.8.1"
3274-
finalhandler "~1.1.2"
3266+
finalhandler "1.2.0"
32753267
fresh "0.5.2"
3268+
http-errors "2.0.0"
32763269
merge-descriptors "1.0.1"
32773270
methods "~1.1.2"
3278-
on-finished "~2.3.0"
3271+
on-finished "2.4.1"
32793272
parseurl "~1.3.3"
32803273
path-to-regexp "0.1.7"
32813274
proxy-addr "~2.0.7"
3282-
qs "6.9.7"
3275+
qs "6.11.0"
32833276
range-parser "~1.2.1"
32843277
safe-buffer "5.2.1"
3285-
send "0.17.2"
3286-
serve-static "1.14.2"
3278+
send "0.18.0"
3279+
serve-static "1.15.0"
32873280
setprototypeof "1.2.0"
3288-
statuses "~1.5.0"
3281+
statuses "2.0.1"
32893282
type-is "~1.6.18"
32903283
utils-merge "1.0.1"
32913284
vary "~1.1.2"
@@ -3388,17 +3381,17 @@ fill-range@^7.0.1:
33883381
dependencies:
33893382
to-regex-range "^5.0.1"
33903383

3391-
finalhandler@~1.1.2:
3392-
version "1.1.2"
3393-
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
3394-
integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==
3384+
finalhandler@1.2.0:
3385+
version "1.2.0"
3386+
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32"
3387+
integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==
33953388
dependencies:
33963389
debug "2.6.9"
33973390
encodeurl "~1.0.2"
33983391
escape-html "~1.0.3"
3399-
on-finished "~2.3.0"
3392+
on-finished "2.4.1"
34003393
parseurl "~1.3.3"
3401-
statuses "~1.5.0"
3394+
statuses "2.0.1"
34023395
unpipe "~1.0.0"
34033396

34043397
[email protected], find-up@^5.0.0:
@@ -3800,17 +3793,6 @@ html-escaper@^2.0.0:
38003793
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
38013794
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
38023795

3803-
3804-
version "1.8.1"
3805-
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c"
3806-
integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==
3807-
dependencies:
3808-
depd "~1.1.2"
3809-
inherits "2.0.4"
3810-
setprototypeof "1.2.0"
3811-
statuses ">= 1.5.0 < 2"
3812-
toidentifier "1.0.1"
3813-
38143796
38153797
version "2.0.0"
38163798
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
@@ -5400,13 +5382,6 @@ [email protected]:
54005382
dependencies:
54015383
ee-first "1.1.1"
54025384

5403-
on-finished@~2.3.0:
5404-
version "2.3.0"
5405-
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
5406-
integrity sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==
5407-
dependencies:
5408-
ee-first "1.1.1"
5409-
54105385
once@^1.3.0, once@^1.3.1, once@^1.4.0:
54115386
version "1.4.0"
54125387
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -5692,11 +5667,6 @@ [email protected]:
56925667
dependencies:
56935668
side-channel "^1.0.4"
56945669

5695-
5696-
version "6.9.7"
5697-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe"
5698-
integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==
5699-
57005670
57015671
version "0.2.0"
57025672
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
@@ -5724,20 +5694,20 @@ range-parser@~1.2.1:
57245694
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
57255695
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
57265696

5727-
raw-body@2.4.3:
5728-
version "2.4.3"
5729-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.3.tgz#8f80305d11c2a0a545c2d9d89d7a0286fcead43c"
5730-
integrity sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==
5697+
raw-body@2.5.1:
5698+
version "2.5.1"
5699+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
5700+
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
57315701
dependencies:
57325702
bytes "3.1.2"
5733-
http-errors "1.8.1"
5703+
http-errors "2.0.0"
57345704
iconv-lite "0.4.24"
57355705
unpipe "1.0.0"
57365706

5737-
5738-
version "2.5.1"
5739-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
5740-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
5707+
5708+
version "2.5.2"
5709+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
5710+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
57415711
dependencies:
57425712
bytes "3.1.2"
57435713
http-errors "2.0.0"
@@ -5990,24 +5960,24 @@ semver@~7.0.0:
59905960
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
59915961
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
59925962

5993-
send@0.17.2:
5994-
version "0.17.2"
5995-
resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820"
5996-
integrity sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==
5963+
send@0.18.0:
5964+
version "0.18.0"
5965+
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
5966+
integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==
59975967
dependencies:
59985968
debug "2.6.9"
5999-
depd "~1.1.2"
6000-
destroy "~1.0.4"
5969+
depd "2.0.0"
5970+
destroy "1.2.0"
60015971
encodeurl "~1.0.2"
60025972
escape-html "~1.0.3"
60035973
etag "~1.8.1"
60045974
fresh "0.5.2"
6005-
http-errors "1.8.1"
5975+
http-errors "2.0.0"
60065976
mime "1.6.0"
60075977
ms "2.1.3"
6008-
on-finished "~2.3.0"
5978+
on-finished "2.4.1"
60095979
range-parser "~1.2.1"
6010-
statuses "~1.5.0"
5980+
statuses "2.0.1"
60115981

60125982
60135983
version "6.0.0"
@@ -6016,15 +5986,15 @@ [email protected]:
60165986
dependencies:
60175987
randombytes "^2.1.0"
60185988

6019-
serve-static@1.14.2:
6020-
version "1.14.2"
6021-
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.2.tgz#722d6294b1d62626d41b43a013ece4598d292bfa"
6022-
integrity sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==
5989+
serve-static@1.15.0:
5990+
version "1.15.0"
5991+
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540"
5992+
integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==
60235993
dependencies:
60245994
encodeurl "~1.0.2"
60255995
escape-html "~1.0.3"
60265996
parseurl "~1.3.3"
6027-
send "0.17.2"
5997+
send "0.18.0"
60285998

60295999
set-blocking@^2.0.0:
60306000
version "2.0.0"
@@ -6233,11 +6203,6 @@ [email protected]:
62336203
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
62346204
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
62356205

6236-
"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
6237-
version "1.5.0"
6238-
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
6239-
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
6240-
62416206
string-length@^4.0.1:
62426207
version "4.0.2"
62436208
resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a"

0 commit comments

Comments
 (0)