-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update dependency express to v4.19.2 [security]
- Loading branch information
1 parent
b59233b
commit 68393fd
Showing
1 changed file
with
98 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4197,21 +4197,23 @@ bl@^4.0.3, bl@^4.1.0: | |
inherits "^2.0.4" | ||
readable-stream "^3.4.0" | ||
|
||
body-parser@1.19.2, body-parser@^1.18.3, body-parser@^1.19.0: | ||
version "1.19.2" | ||
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.2.tgz#4714ccd9c157d44797b8b5607d72c0b89952f26e" | ||
integrity sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw== | ||
body-parser@1.20.2, body-parser@^1.18.3, body-parser@^1.19.0: | ||
version "1.20.2" | ||
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd" | ||
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA== | ||
dependencies: | ||
bytes "3.1.2" | ||
content-type "~1.0.4" | ||
content-type "~1.0.5" | ||
debug "2.6.9" | ||
depd "~1.1.2" | ||
http-errors "1.8.1" | ||
depd "2.0.0" | ||
destroy "1.2.0" | ||
http-errors "2.0.0" | ||
iconv-lite "0.4.24" | ||
on-finished "~2.3.0" | ||
qs "6.9.7" | ||
raw-body "2.4.3" | ||
on-finished "2.4.1" | ||
qs "6.11.0" | ||
raw-body "2.5.2" | ||
type-is "~1.6.18" | ||
unpipe "1.0.0" | ||
|
||
boolbase@^1.0.0: | ||
version "1.0.0" | ||
|
@@ -4863,10 +4865,10 @@ [email protected], content-disposition@^0.5.3: | |
dependencies: | ||
safe-buffer "5.2.1" | ||
|
||
content-type@~1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" | ||
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== | ||
content-type@~1.0.4, content-type@~1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" | ||
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== | ||
|
||
conventional-changelog-angular@^5.0.11, conventional-changelog-angular@^5.0.12: | ||
version "5.0.13" | ||
|
@@ -4989,7 +4991,12 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1" | ||
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== | ||
|
||
[email protected], cookie@^0.4.1: | ||
[email protected]: | ||
version "0.6.0" | ||
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051" | ||
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw== | ||
|
||
cookie@^0.4.1: | ||
version "0.4.2" | ||
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" | ||
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== | ||
|
@@ -5488,16 +5495,16 @@ delegates@^1.0.0: | |
resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" | ||
integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= | ||
|
||
[email protected], depd@^2.0.0, depd@~2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" | ||
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== | ||
|
||
depd@^1.1.0, depd@^1.1.2, depd@~1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" | ||
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= | ||
|
||
depd@^2.0.0, depd@~2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" | ||
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== | ||
|
||
deprecated-decorator@^0.1.6: | ||
version "0.1.6" | ||
resolved "https://registry.yarnpkg.com/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz#00966317b7a12fe92f3cc831f7583af329b86c37" | ||
|
@@ -5508,10 +5515,10 @@ deprecation@^2.0.0, deprecation@^2.3.1: | |
resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919" | ||
integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== | ||
|
||
destroy@~1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" | ||
integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= | ||
destroy@1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" | ||
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== | ||
|
||
detect-file@^1.0.0: | ||
version "1.0.0" | ||
|
@@ -6314,37 +6321,38 @@ expect@^27.5.1: | |
jest-message-util "^27.5.1" | ||
|
||
express@^4.17.1: | ||
version "4.17.3" | ||
resolved "https://registry.yarnpkg.com/express/-/express-4.17.3.tgz#f6c7302194a4fb54271b73a1fe7a06478c8f85a1" | ||
integrity sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg== | ||
version "4.19.2" | ||
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465" | ||
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q== | ||
dependencies: | ||
accepts "~1.3.8" | ||
array-flatten "1.1.1" | ||
body-parser "1.19.2" | ||
body-parser "1.20.2" | ||
content-disposition "0.5.4" | ||
content-type "~1.0.4" | ||
cookie "0.4.2" | ||
cookie "0.6.0" | ||
cookie-signature "1.0.6" | ||
debug "2.6.9" | ||
depd "~1.1.2" | ||
depd "2.0.0" | ||
encodeurl "~1.0.2" | ||
escape-html "~1.0.3" | ||
etag "~1.8.1" | ||
finalhandler "~1.1.2" | ||
finalhandler "1.2.0" | ||
fresh "0.5.2" | ||
http-errors "2.0.0" | ||
merge-descriptors "1.0.1" | ||
methods "~1.1.2" | ||
on-finished "~2.3.0" | ||
on-finished "2.4.1" | ||
parseurl "~1.3.3" | ||
path-to-regexp "0.1.7" | ||
proxy-addr "~2.0.7" | ||
qs "6.9.7" | ||
qs "6.11.0" | ||
range-parser "~1.2.1" | ||
safe-buffer "5.2.1" | ||
send "0.17.2" | ||
serve-static "1.14.2" | ||
send "0.18.0" | ||
serve-static "1.15.0" | ||
setprototypeof "1.2.0" | ||
statuses "~1.5.0" | ||
statuses "2.0.1" | ||
type-is "~1.6.18" | ||
utils-merge "1.0.1" | ||
vary "~1.1.2" | ||
|
@@ -6521,17 +6529,17 @@ filter-obj@^1.1.0: | |
resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b" | ||
integrity sha1-mzERErxsYSehbgFsbF1/GeCAXFs= | ||
|
||
finalhandler@^1.1.2, finalhandler@~1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" | ||
integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== | ||
finalhandler@1.2.0, finalhandler@^1.1.2: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32" | ||
integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg== | ||
dependencies: | ||
debug "2.6.9" | ||
encodeurl "~1.0.2" | ||
escape-html "~1.0.3" | ||
on-finished "~2.3.0" | ||
on-finished "2.4.1" | ||
parseurl "~1.3.3" | ||
statuses "~1.5.0" | ||
statuses "2.0.1" | ||
unpipe "~1.0.0" | ||
|
||
find-cache-dir@^3.3.1: | ||
|
@@ -7222,7 +7230,18 @@ http-cache-semantics@^4.1.0: | |
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390" | ||
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== | ||
|
||
[email protected], http-errors@^1.7.3: | ||
[email protected]: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" | ||
integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== | ||
dependencies: | ||
depd "2.0.0" | ||
inherits "2.0.4" | ||
setprototypeof "1.2.0" | ||
statuses "2.0.1" | ||
toidentifier "1.0.1" | ||
|
||
http-errors@^1.7.3: | ||
version "1.8.1" | ||
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.8.1.tgz#7c3f28577cbc8a207388455dbd62295ed07bd68c" | ||
integrity sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g== | ||
|
@@ -9819,6 +9838,13 @@ object.values@^1.1.5: | |
define-properties "^1.1.3" | ||
es-abstract "^1.19.1" | ||
|
||
[email protected]: | ||
version "2.4.1" | ||
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" | ||
integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== | ||
dependencies: | ||
ee-first "1.1.1" | ||
|
||
on-finished@~2.3.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" | ||
|
@@ -10925,15 +10951,10 @@ q@^1.5.1: | |
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" | ||
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= | ||
|
||
[email protected]: | ||
version "6.9.7" | ||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe" | ||
integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw== | ||
|
||
qs@^6.9.4: | ||
version "6.10.3" | ||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" | ||
integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== | ||
[email protected], qs@^6.9.4: | ||
version "6.11.0" | ||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" | ||
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== | ||
dependencies: | ||
side-channel "^1.0.4" | ||
|
||
|
@@ -10984,13 +11005,13 @@ range-parser@^1.2.0, range-parser@^1.2.1, range-parser@~1.2.1: | |
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" | ||
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== | ||
|
||
raw-body@2.4.3, raw-body@^2.4.1: | ||
version "2.4.3" | ||
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.3.tgz#8f80305d11c2a0a545c2d9d89d7a0286fcead43c" | ||
integrity sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g== | ||
raw-body@2.5.2, raw-body@^2.4.1: | ||
version "2.5.2" | ||
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a" | ||
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA== | ||
dependencies: | ||
bytes "3.1.2" | ||
http-errors "1.8.1" | ||
http-errors "2.0.0" | ||
iconv-lite "0.4.24" | ||
unpipe "1.0.0" | ||
|
||
|
@@ -11677,24 +11698,24 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | ||
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== | ||
|
||
send@0.17.2: | ||
version "0.17.2" | ||
resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820" | ||
integrity sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww== | ||
send@0.18.0: | ||
version "0.18.0" | ||
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be" | ||
integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg== | ||
dependencies: | ||
debug "2.6.9" | ||
depd "~1.1.2" | ||
destroy "~1.0.4" | ||
depd "2.0.0" | ||
destroy "1.2.0" | ||
encodeurl "~1.0.2" | ||
escape-html "~1.0.3" | ||
etag "~1.8.1" | ||
fresh "0.5.2" | ||
http-errors "1.8.1" | ||
http-errors "2.0.0" | ||
mime "1.6.0" | ||
ms "2.1.3" | ||
on-finished "~2.3.0" | ||
on-finished "2.4.1" | ||
range-parser "~1.2.1" | ||
statuses "~1.5.0" | ||
statuses "2.0.1" | ||
|
||
serialize-javascript@^6.0.0: | ||
version "6.0.0" | ||
|
@@ -11703,15 +11724,15 @@ serialize-javascript@^6.0.0: | |
dependencies: | ||
randombytes "^2.1.0" | ||
|
||
serve-static@1.14.2: | ||
version "1.14.2" | ||
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.2.tgz#722d6294b1d62626d41b43a013ece4598d292bfa" | ||
integrity sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ== | ||
serve-static@1.15.0: | ||
version "1.15.0" | ||
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540" | ||
integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g== | ||
dependencies: | ||
encodeurl "~1.0.2" | ||
escape-html "~1.0.3" | ||
parseurl "~1.3.3" | ||
send "0.17.2" | ||
send "0.18.0" | ||
|
||
serverless-http@^2.3.0: | ||
version "2.7.0" | ||
|
@@ -12098,16 +12119,16 @@ static-extend@^0.1.1: | |
define-property "^0.2.5" | ||
object-copy "^0.1.0" | ||
|
||
"statuses@>= 1.5.0 < 2", statuses@~1.5.0: | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" | ||
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= | ||
|
||
statuses@^2.0.0: | ||
[email protected], statuses@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" | ||
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== | ||
|
||
"statuses@>= 1.5.0 < 2": | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" | ||
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= | ||
|
||
[email protected]: | ||
version "0.1.2" | ||
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-0.1.2.tgz#808b9d0e56fc273d809ba57338e929919a1a9f1a" | ||
|