From 994b8e4382f823de0b2279fbc5c57384176c3f52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 16:29:48 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index d20bac8..21d4b28 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "@fullcalendar/react": "^5.11.0", "@fullcalendar/timegrid": "^5.10.1", "@mapbox/mapbox-gl-directions": "^4.1.1", - "@testing-library/jest-dom": "^5.16.4", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", "@themesberg/react-bootstrap": "^1.4.1",