From 6d0a9a30fe1206d068bf59d730d001a413dabde0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jan 2022 16:07:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4bad5e798..666b5a8ef 100644 --- a/package.json +++ b/package.json @@ -17,20 +17,20 @@ "express-graphql": "0.5.4", "express-jwt": "5.0.0", "fastclick": "1.0.6", - "fbjs": "0.8.4", + "fbjs": "2.0.0", "front-matter": "2.1.0", - "graphiql": "0.7.8", + "graphiql": "0.11.11", "graphql": "0.7.0", "history": "3.0.0", "isomorphic-style-loader": "1.0.0", "jsonwebtoken": "7.1.9", "markdown-it": "7.0.1", - "node-fetch": "1.6.0", + "node-fetch": "2.6.7", "normalize.css": "4.2.0", "passport": "0.3.2", "passport-facebook": "2.1.1", "pretty-error": "2.0.0", - "react": "15.3.1", + "react": "16.5.0", "react-dom": "15.3.1", "sequelize": "3.24.2", "source-map-support": "0.4.2",