From 54daeaf393a87d2c8b3bf51e6a8baff6b83e17c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:57:43 +0000 Subject: [PATCH] Bump sweetalert2 from 11.7.3 to 11.26.22 Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.7.3 to 11.26.22. - [Release notes](https://github.com/sweetalert2/sweetalert2/releases) - [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md) - [Commits](https://github.com/sweetalert2/sweetalert2/compare/v11.7.3...v11.26.22) --- updated-dependencies: - dependency-name: sweetalert2 dependency-version: 11.26.22 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cb909ba9..8f8934b2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@sweetalert2/themes": "^5.0.15", "core-js": "3.48.0", - "sweetalert2": "11.7.3" + "sweetalert2": "11.26.22" }, "devDependencies": { "@babel/cli": "^7.28.6", @@ -6145,9 +6145,9 @@ } }, "node_modules/sweetalert2": { - "version": "11.7.3", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.7.3.tgz", - "integrity": "sha512-fUN/fyVSBZNtY4Rr/Qtxn7tNNnlRAbUhQxTQ9uOo0xVMIHBmqq4/9pau5N9dB2pvkB353XL/ywRAycscLoYU3w==", + "version": "11.26.22", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.26.22.tgz", + "integrity": "sha512-UtfV5j7gXBRLm0+6Vm+MqIpsMA7CF7lOGeBj1sc8YSb2Q2xKT6mkSV63b4kFUGNs4vYa+Nd7ufZ97ZX9hNfqsA==", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" @@ -10645,9 +10645,9 @@ } }, "sweetalert2": { - "version": "11.7.3", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.7.3.tgz", - "integrity": "sha512-fUN/fyVSBZNtY4Rr/Qtxn7tNNnlRAbUhQxTQ9uOo0xVMIHBmqq4/9pau5N9dB2pvkB353XL/ywRAycscLoYU3w==" + "version": "11.26.22", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.26.22.tgz", + "integrity": "sha512-UtfV5j7gXBRLm0+6Vm+MqIpsMA7CF7lOGeBj1sc8YSb2Q2xKT6mkSV63b4kFUGNs4vYa+Nd7ufZ97ZX9hNfqsA==" }, "tapable": { "version": "2.3.0", diff --git a/package.json b/package.json index 743622940..83a6c73c1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@sweetalert2/themes": "^5.0.15", "core-js": "3.48.0", - "sweetalert2": "11.7.3" + "sweetalert2": "11.26.22" }, "author": "Michael J. Currie", "private": true,