mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency express to v4.18.2
This commit is contained in:
parent
786e0ac9c5
commit
82441e943d
5 changed files with 42 additions and 5 deletions
|
@ -142,7 +142,7 @@
|
|||
"cookie-session": "2.0.0",
|
||||
"cors": "2.8.5",
|
||||
"downsize": "0.0.8",
|
||||
"express": "4.18.1",
|
||||
"express": "4.18.2",
|
||||
"express-brute": "1.0.1",
|
||||
"express-hbs": "2.4.0",
|
||||
"express-jwt": "7.7.5",
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"@types/jsonwebtoken": "8.5.9",
|
||||
"body-parser": "1.20.1",
|
||||
"bson-objectid": "2.0.3",
|
||||
"express": "4.18.1",
|
||||
"express": "4.18.2",
|
||||
"got": "9.6.0",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"lodash": "4.17.21",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"c8": "7.12.0",
|
||||
"express": "4.18.1",
|
||||
"express": "4.18.2",
|
||||
"mocha": "10.0.0",
|
||||
"should": "13.2.3",
|
||||
"sinon": "14.0.1"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"c8": "7.12.0",
|
||||
"express": "4.18.1",
|
||||
"express": "4.18.2",
|
||||
"mocha": "10.0.0",
|
||||
"should": "13.2.3",
|
||||
"sinon": "14.0.1"
|
||||
|
|
39
yarn.lock
39
yarn.lock
|
@ -13379,7 +13379,7 @@ express-unless@^2.0.2:
|
|||
resolved "https://registry.yarnpkg.com/express-unless/-/express-unless-2.1.2.tgz#bbd584c6ef4f61c1222e0a6834de65b39201e942"
|
||||
integrity sha512-6ZK8+2mCUQwPFZCslGL0F55n6iiVgGw3nBuGT9wnSno7eD2w7KbDo2M7exFGgJZ/DL81xXEbEWy1gqRZRWhUBg==
|
||||
|
||||
express@4.18.1, express@^4.10.7, express@^4.17.1, express@^4.17.2, express@^4.17.3:
|
||||
express@4.18.1:
|
||||
version "4.18.1"
|
||||
resolved "https://registry.yarnpkg.com/express/-/express-4.18.1.tgz#7797de8b9c72c857b9cd0e14a5eea80666267caf"
|
||||
integrity sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==
|
||||
|
@ -13416,6 +13416,43 @@ express@4.18.1, express@^4.10.7, express@^4.17.1, express@^4.17.2, express@^4.17
|
|||
utils-merge "1.0.1"
|
||||
vary "~1.1.2"
|
||||
|
||||
express@4.18.2, express@^4.10.7, express@^4.17.1, express@^4.17.2, express@^4.17.3:
|
||||
version "4.18.2"
|
||||
resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59"
|
||||
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
|
||||
dependencies:
|
||||
accepts "~1.3.8"
|
||||
array-flatten "1.1.1"
|
||||
body-parser "1.20.1"
|
||||
content-disposition "0.5.4"
|
||||
content-type "~1.0.4"
|
||||
cookie "0.5.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"
|
||||
|
||||
extend-shallow@^2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
|
||||
|
|
Loading…
Add table
Reference in a new issue