From 35b91197f477f2e8b4b6636c54dc8432eedd4813 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 12:14:23 +0100 Subject: [PATCH] Bump vue-sweetalert2 from 4.0.1 to 4.1.1 (#422) Bumps [vue-sweetalert2](https://github.com/avil13/vue-sweetalert2) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/avil13/vue-sweetalert2/releases) - [Commits](https://github.com/avil13/vue-sweetalert2/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 165a9d77..df9b867f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13554,9 +13554,9 @@ } }, "vue-sweetalert2": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.0.1.tgz", - "integrity": "sha512-m2QG9+7LW84Ochisd/UVKsGV+2iypyuB9S7DiGjKEhYzsL4h0sUafr6Hud2vJ9aPOPl534BUdK/3vsFVTeALag==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.1.1.tgz", + "integrity": "sha512-9ytddeXkjixIGzUxgmVAVdIOrbPiWcjEPQuO3mEPq4zc8clbQbhOn192zvYUdcM0SbRPzbafyXTFx9mNMNJzQA==", "requires": { "sweetalert2": "10.x" } diff --git a/package.json b/package.json index ec1c120e..5dcf5257 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "vue-agile": "^1.1.3", "vue-material-design-icons": "^4.9.0", "vue-moment": "^4.1.0", - "vue-sweetalert2": "^4.0.1", + "vue-sweetalert2": "^4.1.1", "vuepress-plugin-robots": "^1.0.1", "vuex": "^3.5.1" }