Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2388286

Browse files
authoredMar 26, 2024
Bump express from 4.18.2 to 4.19.2 in /ui
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]>
1 parent 5337b79 commit 2388286

File tree

1 file changed

+17
-27
lines changed

1 file changed

+17
-27
lines changed
 

‎ui/yarn.lock

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8917,21 +8917,21 @@ bodec@^0.1.0:
89178917
resolved "https://registry.yarnpkg.com/bodec/-/bodec-0.1.0.tgz#bc851555430f23c9f7650a75ef64c6a94c3418cc"
89188918
integrity sha512-Ylo+MAo5BDUq1KA3f3R/MFhh+g8cnHmo8bz3YPGhI1znrMaf77ol1sfvYJzsw3nTE+Y2GryfDxBaR+AqpAkEHQ==
89198919

8920-
body-parser@1.20.1:
8921-
version "1.20.1"
8922-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
8923-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
8920+
body-parser@1.20.2:
8921+
version "1.20.2"
8922+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
8923+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
89248924
dependencies:
89258925
bytes "3.1.2"
8926-
content-type "~1.0.4"
8926+
content-type "~1.0.5"
89278927
debug "2.6.9"
89288928
depd "2.0.0"
89298929
destroy "1.2.0"
89308930
http-errors "2.0.0"
89318931
iconv-lite "0.4.24"
89328932
on-finished "2.4.1"
89338933
qs "6.11.0"
8934-
raw-body "2.5.1"
8934+
raw-body "2.5.2"
89358935
type-is "~1.6.18"
89368936
unpipe "1.0.0"
89378937

@@ -9980,7 +9980,7 @@ content-disposition@0.5.4, content-disposition@^0.5.4, content-disposition@~0.5.
99809980
dependencies:
99819981
safe-buffer "5.2.1"
99829982

9983-
content-type@^1.0.4, content-type@~1.0.4:
9983+
content-type@^1.0.4, content-type@~1.0.4, content-type@~1.0.5:
99849984
version "1.0.5"
99859985
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
99869986
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
@@ -10081,10 +10081,10 @@ cookie-signature@1.0.6:
1008110081
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
1008210082
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
1008310083

10084-
cookie@0.5.0:
10085-
version "0.5.0"
10086-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
10087-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
10084+
cookie@0.6.0:
10085+
version "0.6.0"
10086+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
10087+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
1008810088

1008910089
cookies@~0.8.0:
1009010090
version "0.8.0"
@@ -12774,16 +12774,16 @@ exponential-backoff@^3.1.1:
1277412774
integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==
1277512775

1277612776
express@^4.17.1, express@^4.17.3:
12777-
version "4.18.2"
12778-
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
12779-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
12777+
version "4.19.2"
12778+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
12779+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
1278012780
dependencies:
1278112781
accepts "~1.3.8"
1278212782
array-flatten "1.1.1"
12783-
body-parser "1.20.1"
12783+
body-parser "1.20.2"
1278412784
content-disposition "0.5.4"
1278512785
content-type "~1.0.4"
12786-
cookie "0.5.0"
12786+
cookie "0.6.0"
1278712787
cookie-signature "1.0.6"
1278812788
debug "2.6.9"
1278912789
depd "2.0.0"
@@ -22255,17 +22255,7 @@ range-parser@^1.2.1, range-parser@~1.2.1:
2225522255
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
2225622256
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
2225722257

22258-
raw-body@2.5.1:
22259-
version "2.5.1"
22260-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857"
22261-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
22262-
dependencies:
22263-
bytes "3.1.2"
22264-
http-errors "2.0.0"
22265-
iconv-lite "0.4.24"
22266-
unpipe "1.0.0"
22267-
22268-
raw-body@^2.3.3:
22258+
raw-body@2.5.2, raw-body@^2.3.3:
2226922259
version "2.5.2"
2227022260
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
2227122261
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==

0 commit comments

Comments
 (0)
Please sign in to comment.