From 4171ec249ef954276a2e5c56e0c9bc5cfb1e8547 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 05:17:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2560d59e80caf..e635b80760c012 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "debug": "^2.2.0", "denodeify": "^1.2.1", "event-target-shim": "^1.0.5", - "fbjs": "^0.8.5", + "fbjs": "^2.0.0", "fbjs-scripts": "^0.7.0", "fs-extra": "^0.26.2", "glob": "^5.0.15",