From 65bb2a9722e94675245f0c5a0003ae696449931a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:17:31 +0000 Subject: [PATCH] Bump sweetalert2 from 11.12.1 to 11.14.4 Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.12.1 to 11.14.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.12.1...v11.14.4) --- updated-dependencies: - dependency-name: sweetalert2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 719cb9ee0..4e24f0249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "moment": "^2.30.1", "papaparse": "^5.4.0", "select2": "^4.1.0-rc.0", - "sweetalert2": "^11.12.1", + "sweetalert2": "^11.14.4", "topojson": "^3.0.2", "useragent": "^2.3.0", "zxcvbn": "^4.4.2" @@ -7165,10 +7165,9 @@ } }, "node_modules/sweetalert2": { - "version": "11.12.1", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.12.1.tgz", - "integrity": "sha512-xV3/YI7Ah6BeP+bXKcrHy1yn6duh8eqlX2TSI9I/rTIzGLYQvnnTa3mOIo5RHUobAjSmacC2IhPApxjvppZaEQ==", - "license": "MIT", + "version": "11.14.4", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.14.4.tgz", + "integrity": "sha512-8QMzjxCuinwm18EK5AtYvuhP+lRMRxTWVXy8om9wGlULsXSI4TD29kyih3VYrSXMMBlD4EShFvNC7slhTC7j0w==", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" diff --git a/package.json b/package.json index 33ae9c51c..8caf4f52d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "moment": "^2.30.1", "papaparse": "^5.4.0", "select2": "^4.1.0-rc.0", - "sweetalert2": "^11.12.1", + "sweetalert2": "^11.14.4", "topojson": "^3.0.2", "useragent": "^2.3.0", "zxcvbn": "^4.4.2" diff --git a/yarn.lock b/yarn.lock index 51ad181f5..50cb8420e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3928,10 +3928,10 @@ sver@^1.8.3: optionalDependencies: semver "^6.3.0" -sweetalert2@^11.12.1: - version "11.12.1" - resolved "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.12.1.tgz" - integrity sha512-xV3/YI7Ah6BeP+bXKcrHy1yn6duh8eqlX2TSI9I/rTIzGLYQvnnTa3mOIo5RHUobAjSmacC2IhPApxjvppZaEQ== +sweetalert2@^11.14.4: + version "11.14.4" + resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.14.4.tgz#0186439674ea4f15991e41cea3af203ee497853c" + integrity sha512-8QMzjxCuinwm18EK5AtYvuhP+lRMRxTWVXy8om9wGlULsXSI4TD29kyih3VYrSXMMBlD4EShFvNC7slhTC7j0w== tapable@^2.1.1, tapable@^2.2.0: version "2.2.1"