From 63a0821739a4afa53f40ccd86080091083c2dabf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 01:45:09 +0000 Subject: [PATCH] fix: samples/react-jest-app/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/react-jest-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-jest-app/package.json b/samples/react-jest-app/package.json index 22c3db08a..3b071c33b 100644 --- a/samples/react-jest-app/package.json +++ b/samples/react-jest-app/package.json @@ -51,7 +51,7 @@ "electrode-server": "^1.0.0", "electrode-static-paths": "^1.0.0", "good": "^7.3.0", - "good-console": "^7.1.0", + "good-console": "^8.0.0", "lodash": "^4.17.10", "milligram": "^1.3.0", "react-notify-toast": "^0.4.1",