Skip to content

Commit 4ebc4bf

Browse files
Bump express from 4.18.3 to 4.19.2 (#512)
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>
1 parent 046b5d3 commit 4ebc4bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2344,10 +2344,10 @@ cookie-signature@1.0.6:
23442344
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
23452345
integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
23462346

2347-
cookie@0.5.0:
2348-
version "0.5.0"
2349-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
2350-
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
2347+
cookie@0.6.0:
2348+
version "0.6.0"
2349+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
2350+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
23512351

23522352
cookie@~0.4.1:
23532353
version "0.4.2"
@@ -2949,16 +2949,16 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2:
29492949
homedir-polyfill "^1.0.1"
29502950

29512951
express@^4.17.3:
2952-
version "4.18.3"
2953-
resolved "https://registry.yarnpkg.com/express/-/express-4.18.3.tgz#6870746f3ff904dee1819b82e4b51509afffb0d4"
2954-
integrity sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==
2952+
version "4.19.2"
2953+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
2954+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
29552955
dependencies:
29562956
accepts "~1.3.8"
29572957
array-flatten "1.1.1"
29582958
body-parser "1.20.2"
29592959
content-disposition "0.5.4"
29602960
content-type "~1.0.4"
2961-
cookie "0.5.0"
2961+
cookie "0.6.0"
29622962
cookie-signature "1.0.6"
29632963
debug "2.6.9"
29642964
depd "2.0.0"

0 commit comments

Comments
 (0)