Update dependency express to v4.19.2 [SECURITY]

This commit is contained in:
renovate[bot] 2024-03-27 10:08:42 +00:00 committed by Daniel Lockyer
parent 1c0e2fdcd1
commit dcbbfbba70
5 changed files with 4 additions and 41 deletions

View File

@ -176,7 +176,7 @@
"cookie-session": "2.1.0",
"cors": "2.8.5",
"downsize": "0.0.8",
"express": "4.19.1",
"express": "4.19.2",
"express-brute": "1.0.1",
"express-hbs": "2.5.0",
"express-jwt": "8.4.1",

View File

@ -42,7 +42,7 @@
"@types/jsonwebtoken": "9.0.5",
"body-parser": "1.20.2",
"bson-objectid": "2.0.4",
"express": "4.19.1",
"express": "4.19.2",
"got": "11.8.6",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21",

View File

@ -19,7 +19,7 @@
],
"devDependencies": {
"c8": "8.0.1",
"express": "4.19.1",
"express": "4.19.2",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.2.0"

View File

@ -19,7 +19,7 @@
],
"devDependencies": {
"c8": "8.0.1",
"express": "4.19.1",
"express": "4.19.2",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.2.0"

View File

@ -16560,43 +16560,6 @@ express-unless@^2.1.3:
resolved "https://registry.yarnpkg.com/express-unless/-/express-unless-2.1.3.tgz#f951c6cca52a24da3de32d42cfd4db57bc0f9a2e"
integrity sha512-wj4tLMyCVYuIIKHGt0FhCtIViBcwzWejX0EjNxveAa6dG+0XBCQhMbx+PnkLkFCxLC69qoFrxds4pIyL88inaQ==
express@4.19.1:
version "4.19.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.1.tgz#4700635795e911600a45596138cf5b0320e78256"
integrity sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
body-parser "1.20.2"
content-disposition "0.5.4"
content-type "~1.0.4"
cookie "0.6.0"
cookie-signature "1.0.6"
debug "2.6.9"
depd "2.0.0"
encodeurl "~1.0.2"
escape-html "~1.0.3"
etag "~1.8.1"
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.4.1"
parseurl "~1.3.3"
path-to-regexp "0.1.7"
proxy-addr "~2.0.7"
qs "6.11.0"
range-parser "~1.2.1"
safe-buffer "5.2.1"
send "0.18.0"
serve-static "1.15.0"
setprototypeof "1.2.0"
statuses "2.0.1"
type-is "~1.6.18"
utils-merge "1.0.1"
vary "~1.1.2"
express@4.19.2, express@^4.10.7, express@^4.17.1, express@^4.17.2, express@^4.17.3, express@^4.18.2:
version "4.19.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"