From 3f5aa56b25566899be75866203906f2b808a3c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:49:56 +0000 Subject: [PATCH] Bump sweetalert2 from 11.7.3 to 11.22.4 in /test-result-summary-client Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.7.3 to 11.22.4. - [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.22.4) --- updated-dependencies: - dependency-name: sweetalert2 dependency-version: 11.22.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-result-summary-client/package-lock.json | 14 +++++++------- test-result-summary-client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test-result-summary-client/package-lock.json b/test-result-summary-client/package-lock.json index 520f207c..de6d7862 100644 --- a/test-result-summary-client/package-lock.json +++ b/test-result-summary-client/package-lock.json @@ -38,7 +38,7 @@ "react-scripts": "^5.0.1", "react-table": "^6.11.5", "reactjs-visibility": "^0.1.4", - "sweetalert2": "^11.7.3" + "sweetalert2": "^11.22.4" }, "devDependencies": { "cypress": "^8.6.0", @@ -17955,9 +17955,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.22.4", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.22.4.tgz", + "integrity": "sha512-JwcRODfozxiKmspFp+xctZ2izAmLAKbRPcoLMEW7LdugN/YmNrX1LT7hdBW87qsgupEO1ukBBuB17KzKFKW0tg==", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" @@ -32580,9 +32580,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.22.4", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.22.4.tgz", + "integrity": "sha512-JwcRODfozxiKmspFp+xctZ2izAmLAKbRPcoLMEW7LdugN/YmNrX1LT7hdBW87qsgupEO1ukBBuB17KzKFKW0tg==" }, "symbol-tree": { "version": "3.2.4", diff --git a/test-result-summary-client/package.json b/test-result-summary-client/package.json index e481f798..b0ee03d8 100644 --- a/test-result-summary-client/package.json +++ b/test-result-summary-client/package.json @@ -33,7 +33,7 @@ "react-scripts": "^5.0.1", "react-table": "^6.11.5", "reactjs-visibility": "^0.1.4", - "sweetalert2": "^11.7.3" + "sweetalert2": "^11.22.4" }, "scripts": { "start": "react-app-rewired start",