From b3274c69c3435434a49898fffe45f1d473a235e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:10:56 +0000 Subject: [PATCH] Bump sweetalert2 from 11.8.0 to 11.9.0 Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.8.0 to 11.9.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.8.0...v11.9.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 8f30b6c32..9512bb2b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "moment": "^2.29.4", "papaparse": "^5.4.0", "select2": "^4.1.0-rc.0", - "sweetalert2": "^11.7.3", + "sweetalert2": "^11.9.0", "topojson": "^3.0.2", "useragent": "^2.3.0", "zxcvbn": "^4.4.2" @@ -8781,10 +8781,9 @@ } }, "node_modules/sweetalert2": { - "version": "11.8.0", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.8.0.tgz", - "integrity": "sha512-fXoPPZGe+V6XPbSh0gCnRlJoOFOit/SqZDzr2DY975BZCmIuFbP1duKe8yZaiNvkae9pctpfq8zfHIMzj9gvJA==", - "license": "MIT", + "version": "11.9.0", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.9.0.tgz", + "integrity": "sha512-PA3qinKZMNGAhA+AUu2wU7yQOpeZCgOaYWRcg26f4cZN6f7M9iPBuobsxOhR9EHs7ihUIxT6vhAMiB4kcmk1SA==", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" diff --git a/package.json b/package.json index b7de1611f..3fa107bf3 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "moment": "^2.29.4", "papaparse": "^5.4.0", "select2": "^4.1.0-rc.0", - "sweetalert2": "^11.7.3", + "sweetalert2": "^11.9.0", "topojson": "^3.0.2", "useragent": "^2.3.0", "zxcvbn": "^4.4.2" diff --git a/yarn.lock b/yarn.lock index 63fbe4a87..87f449788 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4883,10 +4883,10 @@ sver-compat@^1.5.0: es6-iterator "^2.0.1" es6-symbol "^3.1.1" -sweetalert2@^11.7.3: - version "11.8.0" - resolved "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.8.0.tgz" - integrity sha512-fXoPPZGe+V6XPbSh0gCnRlJoOFOit/SqZDzr2DY975BZCmIuFbP1duKe8yZaiNvkae9pctpfq8zfHIMzj9gvJA== +sweetalert2@^11.9.0: + version "11.9.0" + resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-11.9.0.tgz#c761c9ed6773f22f5c97edfef0c51944f1e70280" + integrity sha512-PA3qinKZMNGAhA+AUu2wU7yQOpeZCgOaYWRcg26f4cZN6f7M9iPBuobsxOhR9EHs7ihUIxT6vhAMiB4kcmk1SA== tapable@^2.1.1, tapable@^2.2.0: version "2.2.1"