Skip to content

Commit 0292bc1

Browse files
Bump express from 4.18.3 to 4.19.2 in /web-app (#3277)
Bumps [express](https://github.com/expressjs/express) from 4.18.3 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.3...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
1 parent ceee83f commit 0292bc1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

web-app/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4126,10 +4126,10 @@ cookie-signature@1.0.6:
41264126
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
41274127
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
41284128

4129-
cookie@0.5.0:
4130-
version "0.5.0"
4131-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
4132-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
4129+
cookie@0.6.0:
4130+
version "0.6.0"
4131+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
4132+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
41334133

41344134
cookie@^0.3.1:
41354135
version "0.3.1"
@@ -5560,16 +5560,16 @@ expect@^27.5.1:
55605560
jest-message-util "^27.5.1"
55615561

55625562
express@^4.17.3:
5563-
version "4.18.3"
5564-
resolved "https://registry.yarnpkg.com/express/-/express-4.18.3.tgz#6870746f3ff904dee1819b82e4b51509afffb0d4"
5565-
integrity sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==
5563+
version "4.19.2"
5564+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
5565+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
55665566
dependencies:
55675567
accepts "~1.3.8"
55685568
array-flatten "1.1.1"
55695569
body-parser "1.20.2"
55705570
content-disposition "0.5.4"
55715571
content-type "~1.0.4"
5572-
cookie "0.5.0"
5572+
cookie "0.6.0"
55735573
cookie-signature "1.0.6"
55745574
debug "2.6.9"
55755575
depd "2.0.0"

0 commit comments

Comments
 (0)