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"