From 5126c57217e2f5cd7c850bb6a42ddc2d9717bd6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2019 22:45:36 +0000 Subject: [PATCH] fix: upgrade cookie-parser from 1.3.3 to 1.4.4 Snyk has created this PR to upgrade cookie-parser from 1.3.3 to 1.4.4. See this package in NPM: https://www.npmjs.com/package/cookie-parser See this project in Snyk: https://app.snyk.io/org/auto-upgrade-pr/project/eade422d-edca-4fa7-a3ea-ca7e93be2b99?utm_source=github&utm_medium=upgrade-pr --- goof-yarn/package.json | 2 +- goof-yarn/yarn.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/goof-yarn/package.json b/goof-yarn/package.json index 2300e7e8..90fbac64 100644 --- a/goof-yarn/package.json +++ b/goof-yarn/package.json @@ -18,7 +18,7 @@ "dependencies": { "body-parser": "1.9.0", "cfenv": "^1.0.4", - "cookie-parser": "1.3.3", + "cookie-parser": "1.4.4", "consolidate": "0.14.5", "dustjs-linkedin": "2.5.0", "dustjs-helpers": "1.5.0", diff --git a/goof-yarn/yarn.lock b/goof-yarn/yarn.lock index 0d71fe80..26029ab0 100644 --- a/goof-yarn/yarn.lock +++ b/goof-yarn/yarn.lock @@ -711,18 +711,13 @@ convert-source-map@~1.1.0: resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.1.3.tgz#4829c877e9fe49b3161f3bf3673888e204699860" integrity sha1-SCnId+n+SbMWHzvzZziI4gRpmGA= -cookie-parser@1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/cookie-parser/-/cookie-parser-1.3.3.tgz#7e3a2c745f4b460d5a340e578a0baa5d7725fe37" - integrity sha1-fjosdF9LRg1aNA5XiguqXXcl/jc= +cookie-parser@1.4.4: + version "1.4.4" + resolved "https://registry.yarnpkg.com/cookie-parser/-/cookie-parser-1.4.4.tgz#e6363de4ea98c3def9697b93421c09f30cf5d188" + integrity sha512-lo13tqF3JEtFO7FyA49CqbhaFkskRJ0u/UAiINgrIXeRCY41c88/zxtrECl8AKH3B0hj9q10+h3Kt8I7KlW4tw== dependencies: - cookie "0.1.2" - cookie-signature "1.0.5" - -cookie-signature@1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.5.tgz#a122e3f1503eca0f5355795b0711bb2368d450f9" - integrity sha1-oSLj8VA+yg9TVXlbBxG7I2jUUPk= + cookie "0.3.1" + cookie-signature "1.0.6" cookie-signature@1.0.6: version "1.0.6" @@ -734,6 +729,11 @@ cookie@0.1.2: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.1.2.tgz#72fec3d24e48a3432073d90c12642005061004b1" integrity sha1-cv7D0k5Io0Mgc9kMEmQgBQYQBLE= +cookie@0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" + integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= + core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"