From 25d359db62e07aea5d235922659e9c5ed866a9f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:23:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 234823c..3469ff8 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.24.0", "object-assign": "^4.1.0", "react": "15.3.2", "react-dom": "15.3.2",