From cabd75bfbbf51f57994e966a557586b4587ac055 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Sep 2025 10:30:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SWEETALERT2-2774674 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4daa83f4..69ed8700 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@sweetalert2/themes": "^5.0.15", "core-js": "3.45.1", - "sweetalert2": "11.7.3" + "sweetalert2": "11.22.4" }, "author": "Michael J. Currie", "private": true,