From 7db8f752c59e89ddd67ecb3f938d591dede2c7c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Dec 2018 03:59:04 +0000 Subject: [PATCH] fix: seasoned_api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:base64url:20180511 - https://snyk.io/vuln/npm:cryptiles:20180710 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:stringstream:20180511 --- seasoned_api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seasoned_api/package.json b/seasoned_api/package.json index 2001433..fd1f102 100644 --- a/seasoned_api/package.json +++ b/seasoned_api/package.json @@ -18,12 +18,12 @@ "body-parser": "~1.18.2", "cross-env": "~5.1.4", "express": "~4.16.0", - "jsonwebtoken": "^8.0.1", + "jsonwebtoken": "^8.2.0", "mongoose": "~5.0.11", "km-moviedb": "^0.2.12", "node-cache": "^4.1.1", "python-shell": "^0.5.0", - "request": "^2.85.0", + "request": "^2.87.0", "request-promise": "^4.2", "sqlite3": "^4.0.0" },