From 136d1015885a317b36204bdd9347b09f2ad1206e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 20:56:03 +0900 Subject: [PATCH] Bump sweetalert2 from 9.3.16 to 9.4.0 in /app (#184) Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 9.3.16 to 9.4.0. - [Release notes](https://github.com/sweetalert2/sweetalert2/releases) - [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md) - [Commits](https://github.com/sweetalert2/sweetalert2/compare/v9.3.16...v9.4.0) Signed-off-by: dependabot-preview[bot] --- app/package.json | 4 +++- app/yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 46d9705d..fd5b4c26 100644 --- a/app/package.json +++ b/app/package.json @@ -58,8 +58,10 @@ "materialize-css": "git://github.com/cutls/materialize", "json5": "^2.1.1", "lodash": "^4.17.15", + "sumchecker": "^3.0.0", + "sweetalert2": "^9.4.0", "sumchecker": "^3.0.1", - "sweetalert2": "^9.3.16", + "sweetalert2": "^9.4.0", "vue": "^2.6.10" }, "optionalDependencies": { diff --git a/app/yarn.lock b/app/yarn.lock index 86c3e6e2..e132c7b9 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -2712,10 +2712,10 @@ supports-color@^5.3.0: dependencies: has-flag "^3.0.0" -sweetalert2@^9.3.16: - version "9.3.16" - resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-9.3.16.tgz#dc32bf977246236e69fb9e979ceb1a67426b426d" - integrity sha512-5JGvUwP1/oFblPm+vRK5vkCeOSJpnqLNcNAAEjgQiCJuoOaBmGMnB89q/Zq66mn1jsa64apilYHY4tDW7uvTFQ== +sweetalert2@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-9.4.0.tgz#7dc06b09b830e201b5a51a2c84e52af3b8f396be" + integrity sha512-c9Azg2eVXIgaYV9Su2tRbRip7YD3baGwl9S7yKVdELu9E7rEcER+WBeJenVjR6kRGC426ggMFUgLTf0l/LUb1Q== tar@^4.4.12: version "4.4.13"