mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency express-session to v1.18.1
This commit is contained in:
parent
62d7b7ea52
commit
1877419939
2 changed files with 11 additions and 6 deletions
|
@ -183,7 +183,7 @@
|
||||||
"express-lazy-router": "1.0.6",
|
"express-lazy-router": "1.0.6",
|
||||||
"express-query-boolean": "2.0.0",
|
"express-query-boolean": "2.0.0",
|
||||||
"express-queue": "0.0.13",
|
"express-queue": "0.0.13",
|
||||||
"express-session": "1.18.0",
|
"express-session": "1.18.1",
|
||||||
"fs-extra": "11.2.0",
|
"fs-extra": "11.2.0",
|
||||||
"ghost-storage-base": "1.0.0",
|
"ghost-storage-base": "1.0.0",
|
||||||
"glob": "8.1.0",
|
"glob": "8.1.0",
|
||||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -13133,6 +13133,11 @@ cookie@0.7.1:
|
||||||
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
|
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
|
||||||
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
|
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
|
||||||
|
|
||||||
|
cookie@0.7.2:
|
||||||
|
version "0.7.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
|
||||||
|
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
|
||||||
|
|
||||||
cookie@~0.4.1:
|
cookie@~0.4.1:
|
||||||
version "0.4.2"
|
version "0.4.2"
|
||||||
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
|
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
|
||||||
|
@ -17054,12 +17059,12 @@ express-queue@0.0.13:
|
||||||
express-end "0.0.8"
|
express-end "0.0.8"
|
||||||
mini-queue "0.0.14"
|
mini-queue "0.0.14"
|
||||||
|
|
||||||
express-session@1.18.0:
|
express-session@1.18.1:
|
||||||
version "1.18.0"
|
version "1.18.1"
|
||||||
resolved "https://registry.yarnpkg.com/express-session/-/express-session-1.18.0.tgz#a6ae39d9091f2efba5f20fc5c65a3ce7c9ce16a3"
|
resolved "https://registry.yarnpkg.com/express-session/-/express-session-1.18.1.tgz#88d0bbd41878882840f24ec6227493fcb167e8d5"
|
||||||
integrity sha512-m93QLWr0ju+rOwApSsyso838LQwgfs44QtOP/WBiwtAgPIo/SAh1a5c6nn2BR6mFNZehTpqKDESzP+fRHVbxwQ==
|
integrity sha512-a5mtTqEaZvBCL9A9aqkrtfz+3SMDhOVUnjafjo+s7A9Txkq+SVX2DLvSp1Zrv4uCXa3lMSK3viWnh9Gg07PBUA==
|
||||||
dependencies:
|
dependencies:
|
||||||
cookie "0.6.0"
|
cookie "0.7.2"
|
||||||
cookie-signature "1.0.7"
|
cookie-signature "1.0.7"
|
||||||
debug "2.6.9"
|
debug "2.6.9"
|
||||||
depd "~2.0.0"
|
depd "~2.0.0"
|
||||||
|
|
Loading…
Reference in a new issue