From 340eb594c1c8f062ad27c705c0f17561eae59878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:20:21 +0000 Subject: [PATCH] Bump sweetalert2 from 11.12.1 to 11.14.0 Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.12.1 to 11.14.0. - [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.0) --- 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..b8f15b7db 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.0", "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.0", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.14.0.tgz", + "integrity": "sha512-kF1Q/+GtZZXr+rYVcBNwlEsnxP089CpDbck+MYjvLaQj9x4fzHqN9UhlkHOIR0k09LVu2sx8cU9BnvRlxWIZqg==", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" diff --git a/package.json b/package.json index 33ae9c51c..5f9304d34 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.0", "topojson": "^3.0.2", "useragent": "^2.3.0", "zxcvbn": "^4.4.2" diff --git a/yarn.lock b/yarn.lock index 51ad181f5..68f988b7a 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.0: + version "11.14.0" + resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.14.0.tgz#baaec0f53aefb7c01fcbc78288e1c59da332e9c4" + integrity sha512-kF1Q/+GtZZXr+rYVcBNwlEsnxP089CpDbck+MYjvLaQj9x4fzHqN9UhlkHOIR0k09LVu2sx8cU9BnvRlxWIZqg== tapable@^2.1.1, tapable@^2.2.0: version "2.2.1"