From 70e45c2828989328104c51513f3688a07fb93332 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 00:39:12 +0000 Subject: [PATCH] fix: upgrade sweetalert2 from 11.10.1 to 11.10.7 Snyk has created this PR to upgrade sweetalert2 from 11.10.1 to 11.10.7. See this package in npm: https://www.npmjs.com/package/sweetalert2 See this project in Snyk: https://app.snyk.io/org/miguelpelegrina/project/d35c8a1d-a630-4363-b647-4972935f3ac0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 422241e..eb01a3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "ngx-mask": "^16.3.9", "ngx-permissions": "^16.0.1", "rxjs": "~7.8.0", - "sweetalert2": "^11.7.32", + "sweetalert2": "^11.10.7", "tslib": "^2.3.0", "xlsx": "^0.18.5", "zone.js": "~0.13.0" @@ -12590,9 +12590,9 @@ } }, "node_modules/sweetalert2": { - "version": "11.10.1", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.10.1.tgz", - "integrity": "sha512-qu145oBuFfjYr5yZW9OSdG6YmRxDf8CnkgT/sXMfrXGe+asFy2imC2vlaLQ/L/naZ/JZna1MPAY56G4qYM0VUQ==", + "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==", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" diff --git a/package.json b/package.json index 5b61461..9ba562e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ngx-mask": "^16.3.9", "ngx-permissions": "^16.0.1", "rxjs": "~7.8.0", - "sweetalert2": "^11.7.32", + "sweetalert2": "^11.10.7", "tslib": "^2.3.0", "xlsx": "^0.18.5", "zone.js": "~0.13.0"