From 3487e3086ff1f18967466471f74e5f09269b0da8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 05:11:04 +0000 Subject: [PATCH] fix: ui/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 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index ba871176..e4b0de99 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,7 +30,7 @@ "@types/react-dom": "^17.0.17", "classnames": "^2.3.2", "howler": "^2.2.2", - "jest": "^26.6.3", + "jest": "^27.0.0", "normalize.css": "^8.0.1", "react": "^17.0.2", "react-dom": "^17.0.2",