mirror of https://github.com/status-im/codimd.git
chore: upgrade cookie-parser to 1.4.4
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
ee3c825208
commit
14f44176e8
|
@ -51,7 +51,7 @@
|
||||||
"connect-flash": "~0.1.1",
|
"connect-flash": "~0.1.1",
|
||||||
"connect-session-sequelize": "~6.0.0",
|
"connect-session-sequelize": "~6.0.0",
|
||||||
"cookie": "~0.4.0",
|
"cookie": "~0.4.0",
|
||||||
"cookie-parser": "~1.4.3",
|
"cookie-parser": "~1.4.4",
|
||||||
"deep-freeze": "~0.0.1",
|
"deep-freeze": "~0.0.1",
|
||||||
"ejs": "~2.5.5",
|
"ejs": "~2.5.5",
|
||||||
"emojify.js": "~1.1.0",
|
"emojify.js": "~1.1.0",
|
||||||
|
|
|
@ -3485,7 +3485,7 @@ convert-source-map@^1.1.0, convert-source-map@^1.1.1, convert-source-map@^1.5.0,
|
||||||
dependencies:
|
dependencies:
|
||||||
safe-buffer "~5.1.1"
|
safe-buffer "~5.1.1"
|
||||||
|
|
||||||
cookie-parser@~1.4.3:
|
cookie-parser@~1.4.4:
|
||||||
version "1.4.4"
|
version "1.4.4"
|
||||||
resolved "https://registry.yarnpkg.com/cookie-parser/-/cookie-parser-1.4.4.tgz#e6363de4ea98c3def9697b93421c09f30cf5d188"
|
resolved "https://registry.yarnpkg.com/cookie-parser/-/cookie-parser-1.4.4.tgz#e6363de4ea98c3def9697b93421c09f30cf5d188"
|
||||||
integrity sha512-lo13tqF3JEtFO7FyA49CqbhaFkskRJ0u/UAiINgrIXeRCY41c88/zxtrECl8AKH3B0hj9q10+h3Kt8I7KlW4tw==
|
integrity sha512-lo13tqF3JEtFO7FyA49CqbhaFkskRJ0u/UAiINgrIXeRCY41c88/zxtrECl8AKH3B0hj9q10+h3Kt8I7KlW4tw==
|
||||||
|
|
Loading…
Reference in New Issue