From df364805ebd3a0762c42c90193232bafdd1acffd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 16:24:43 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index b3ab0df..685d46e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -7,7 +7,7 @@ "@craco/craco": "^6.4.5", "@headlessui/react": "^1.6.4", "@heroicons/react": "^1.0.4", - "@testing-library/jest-dom": "^5.16.4", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "craco": "^0.0.3",