From c1743d217f2f6cb0a59923dab9413ff84cdd83be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 16:50:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3955655..83eb3f9 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,6 @@ "@types/lodash": "^4.14.178", "eventbrite": "^1.3.0", "lodash": "^4.17.21", - "msw": "^0.36.8" + "msw": "^2.2.0" } }