From b8c04305daf83928231403e7e3fc3854511ac035 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Wed, 15 Jul 2020 00:41:52 +0000
Subject: [PATCH] fix: upgrade cookie-parser from 1.3.2 to 1.4.5

Snyk has created this PR to upgrade cookie-parser from 1.3.2 to 1.4.5.

See this package in NPM:
https://www.npmjs.com/package/cookie-parser

See this project in Snyk:
https://app.snyk.io/org/security-jcj/project/616eb237-9d91-42cc-a48b-99635c260be6?utm_source=github&utm_medium=upgrade-pr
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index b40a74ce..7f11bab0 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "description": "Basic examples of the Spotify authorization flows through OAuth 2",
   "version": "0.0.2",
   "dependencies": {
-    "cookie-parser": "1.3.2",
+    "cookie-parser": "1.4.5",
     "express": "~4.16.0",
     "cors": "^2.8.4",
     "querystring": "~0.2.0",