Skip to content

Commit 4edce78

Browse files
Bump express from 4.18.2 to 4.19.2 (#510)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b634b76 commit 4edce78

File tree

1 file changed

+11
-39
lines changed

1 file changed

+11
-39
lines changed

yarn.lock

Lines changed: 11 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3923,27 +3923,9 @@ bl@^4.0.3, bl@^4.1.0:
39233923
inherits "^2.0.4"
39243924
readable-stream "^3.4.0"
39253925

3926-
3927-
version "1.20.1"
3928-
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz"
3929-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
3930-
dependencies:
3931-
bytes "3.1.2"
3932-
content-type "~1.0.4"
3933-
debug "2.6.9"
3934-
depd "2.0.0"
3935-
destroy "1.2.0"
3936-
http-errors "2.0.0"
3937-
iconv-lite "0.4.24"
3938-
on-finished "2.4.1"
3939-
qs "6.11.0"
3940-
raw-body "2.5.1"
3941-
type-is "~1.6.18"
3942-
unpipe "1.0.0"
3943-
3944-
body-parser@^1.19.0:
3926+
[email protected], body-parser@^1.19.0:
39453927
version "1.20.2"
3946-
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz"
3928+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
39473929
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
39483930
dependencies:
39493931
bytes "3.1.2"
@@ -4533,10 +4515,10 @@ [email protected]:
45334515
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
45344516
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
45354517

4536-
cookie@0.5.0:
4537-
version "0.5.0"
4538-
resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz"
4539-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
4518+
cookie@0.6.0:
4519+
version "0.6.0"
4520+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
4521+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
45404522

45414523
cookie@~0.4.1:
45424524
version "0.4.2"
@@ -5957,16 +5939,16 @@ exponential-backoff@^3.1.1:
59575939
integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==
59585940

59595941
express@^4.17.3:
5960-
version "4.18.2"
5961-
resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz"
5962-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
5942+
version "4.19.2"
5943+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
5944+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
59635945
dependencies:
59645946
accepts "~1.3.8"
59655947
array-flatten "1.1.1"
5966-
body-parser "1.20.1"
5948+
body-parser "1.20.2"
59675949
content-disposition "0.5.4"
59685950
content-type "~1.0.4"
5969-
cookie "0.5.0"
5951+
cookie "0.6.0"
59705952
cookie-signature "1.0.6"
59715953
debug "2.6.9"
59725954
depd "2.0.0"
@@ -9754,16 +9736,6 @@ range-parser@^1.2.1, range-parser@~1.2.0, range-parser@~1.2.1:
97549736
resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz"
97559737
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
97569738

9757-
9758-
version "2.5.1"
9759-
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz"
9760-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
9761-
dependencies:
9762-
bytes "3.1.2"
9763-
http-errors "2.0.0"
9764-
iconv-lite "0.4.24"
9765-
unpipe "1.0.0"
9766-
97679739
[email protected], raw-body@^2.3.2:
97689740
version "2.5.2"
97699741
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"

0 commit comments

Comments
 (0)