From 582824ad995259479aecf99a49485281ac55eee3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Jul 2022 14:33:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-PASSPORT-2840631 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4bad5e798..703a3c352 100644 --- a/package.json +++ b/package.json @@ -27,14 +27,14 @@ "markdown-it": "7.0.1", "node-fetch": "1.6.0", "normalize.css": "4.2.0", - "passport": "0.3.2", + "passport": "0.6.0", "passport-facebook": "2.1.1", "pretty-error": "2.0.0", "react": "15.3.1", "react-dom": "15.3.1", "sequelize": "3.24.2", "source-map-support": "0.4.2", - "sqlite3": "3.1.4", + "sqlite3": "5.0.3", "universal-router": "1.2.2", "whatwg-fetch": "1.0.0" },