From 3956f5c275dad890ada7508103622432b5af6a84 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 02:05:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BL-608877 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/npm:concat-stream:20160901 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 234823c..423897a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "firebase": "3.4.1", "history": "^2.1.2", "isomorphic-fetch": "^2.2.1", - "nwb": "0.12.2", + "nwb": "0.19.1", "object-assign": "^4.1.0", "react": "15.3.2", "react-dom": "15.3.2",