From 9d73998e34bd1a43110d581b322f7202cfe358cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Sep 2025 02:42:09 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SWEETALERT2-2774674 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c79ee1..56df701 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "ngx-permissions": "^16.0.1", "rxjs": "~7.8.0", "selenium-webdriver": "^4.22.0", - "sweetalert2": "^11.10.7", + "sweetalert2": "^11.22.4", "tslib": "^2.6.3", "uuid": "^9.0.1", "xlsx": "^0.18.5", @@ -13288,9 +13288,10 @@ } }, "node_modules/sweetalert2": { - "version": "11.10.7", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.10.7.tgz", - "integrity": "sha512-5Jlzrmaitay6KzU+2+LhYu9q+L4v/dZ8oZyEDH14ep0C/QilCnFLHmqAyD/Lhq/lm5DiwsOs6Tr58iv8k3wyGg==", + "version": "11.22.4", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.22.4.tgz", + "integrity": "sha512-JwcRODfozxiKmspFp+xctZ2izAmLAKbRPcoLMEW7LdugN/YmNrX1LT7hdBW87qsgupEO1ukBBuB17KzKFKW0tg==", + "license": "MIT", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" diff --git a/package.json b/package.json index 37c0ccd..a183460 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "ngx-permissions": "^16.0.1", "rxjs": "~7.8.0", "selenium-webdriver": "^4.22.0", - "sweetalert2": "^11.10.7", + "sweetalert2": "^11.22.4", "tslib": "^2.6.3", "uuid": "^9.0.1", "xlsx": "^0.18.5",