0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update dependency express to v4.21.1

This commit is contained in:
renovate[bot] 2024-10-08 19:07:31 +00:00 committed by Daniel Lockyer
parent 72d46a4706
commit 62d7b7ea52
7 changed files with 16 additions and 11 deletions

View file

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

View file

@ -38,7 +38,7 @@
"@nestjs/platform-express": "10.3.10",
"@tryghost/errors": "1.3.5",
"bson-objectid": "2.0.4",
"express": "4.21.0",
"express": "4.21.1",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.1"
}

View file

@ -42,7 +42,7 @@
"@types/jsonwebtoken": "9.0.6",
"body-parser": "1.20.3",
"bson-objectid": "2.0.4",
"express": "4.21.0",
"express": "4.21.1",
"got": "11.8.6",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21",

View file

@ -32,7 +32,7 @@
"typescript": "5.6.2"
},
"dependencies": {
"express": "4.21.0",
"express": "4.21.1",
"stoppable": "1.1.0"
}
}

View file

@ -19,7 +19,7 @@
],
"devDependencies": {
"c8": "8.0.1",
"express": "4.21.0",
"express": "4.21.1",
"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.21.0",
"express": "4.21.1",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.2.0"

View file

@ -13128,6 +13128,11 @@ cookie@0.6.0:
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
cookie@0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
cookie@~0.4.1:
version "0.4.2"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
@ -17105,17 +17110,17 @@ express@4.19.2:
utils-merge "1.0.1"
vary "~1.1.2"
express@4.21.0, express@^4.10.7, express@^4.17.1, express@^4.17.2, express@^4.17.3, express@^4.18.2:
version "4.21.0"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915"
integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==
express@4.21.1, express@^4.10.7, express@^4.17.1, express@^4.17.2, express@^4.17.3, express@^4.18.2:
version "4.21.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
body-parser "1.20.3"
content-disposition "0.5.4"
content-type "~1.0.4"
cookie "0.6.0"
cookie "0.7.1"
cookie-signature "1.0.6"
debug "2.6.9"
depd "2.0.0"