diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5c5b7d9..a01b467 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "flowbite-svelte-icons": "^1.4.2", "nanoid": "^5.0.7", "svelte": "^4.2.11", - "sweetalert2": "^11.10.7", + "sweetalert2": "^11.12.3", "tailwindcss": "^3.4.5" }, "devDependencies": { @@ -2189,9 +2189,9 @@ } }, "node_modules/sweetalert2": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.11.0.tgz", - "integrity": "sha512-wKCTtoE6lQVDKaJ5FFq+znk/YykJmJlD8RnLZps8C7DyivctCoRlVeeOwnKfgwKS+QJYon7s++3dmNi3/am1tw==", + "version": "11.12.3", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.12.3.tgz", + "integrity": "sha512-tgGJSgfSV/xK113JEvhjwqKAuBYLXsZf0z+tGlHKQNnsLMi4eSNuzn9tt5hUdvjOVTLSPDgo0Lc+tnjy9Uj7Og==", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" diff --git a/frontend/package.json b/frontend/package.json index 1865ebe..26f2108 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "flowbite-svelte-icons": "^1.4.2", "nanoid": "^5.0.7", "svelte": "^4.2.11", - "sweetalert2": "^11.10.7", + "sweetalert2": "^11.12.3", "tailwindcss": "^3.4.5" }, "author": "KJHJason"