From fe9ec85c3775b4d1104b2b203c0a28f44a972cf9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 14:32:04 +0000 Subject: [PATCH] fix: samples/universal-react-node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 - https://snyk.io/vuln/SNYK-JS-MOMENT-2944238 --- samples/universal-react-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/universal-react-node/package.json b/samples/universal-react-node/package.json index 65126777f..a12737a8c 100644 --- a/samples/universal-react-node/package.json +++ b/samples/universal-react-node/package.json @@ -45,7 +45,7 @@ "electrode-static-paths": "^1.0.0", "es6-promise": "^4.0.5", "good": "^7", - "good-console": "^7.1.0", + "good-console": "^8.0.0", "isomorphic-fetch": "^2.2.1", "mongojs": "^2.4.0", "normalize.css": "^8.0.1",