From 22fa4394bb4adb323779ad88ac293929ea9404bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 13:56:10 +0200 Subject: [PATCH] Bump vue-sweetalert2 from 3.0.5 to 3.0.6 (#249) Bumps [vue-sweetalert2](https://github.com/avil13/vue-sweetalert2) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/avil13/vue-sweetalert2/releases) - [Changelog](https://github.com/avil13/vue-sweetalert2/blob/master/CHANGELOG.md) - [Commits](https://github.com/avil13/vue-sweetalert2/compare/v3.0.5...v3.0.6) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 232a3c2d..1bbb1ab3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12787,9 +12787,9 @@ } }, "sweetalert2": { - "version": "9.10.13", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-9.10.13.tgz", - "integrity": "sha512-JiZtO9SQdnS/Uvlqw5MlWpGpYVqH/eBQi7u61+Oxba7ZA4vfX0tSdyzQsiMk56HTUw8Nk8IvNPvfbt3WR3FOsQ==" + "version": "9.15.2", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-9.15.2.tgz", + "integrity": "sha512-evJfoa49s5ZzSmVc62tslNkzlQoCg2GHjB3MQxawfESppvY5AlXKLGQ3nNKxHXKdodKmIHbkl39DgUhcOK7LgQ==" }, "table": { "version": "5.4.6", @@ -13867,9 +13867,9 @@ } }, "vue-sweetalert2": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-3.0.5.tgz", - "integrity": "sha512-X1Jj7bNC7uTDXeHjOnW/PAMn96yiFzF740R5kW++xDaYYymXReo/zi1F7iqVyfZccsZMb4Y+5u3DFBlPNSuRIg==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-3.0.6.tgz", + "integrity": "sha512-uT+UrASTlwVCeNCZwPVdzN28KQfnVDEYXdfJr3OJwt77bWfcVZrNDOqezZq0Y45SWpkpYKjrQr1/mjieuriWmg==", "requires": { "sweetalert2": "9.x" } diff --git a/package.json b/package.json index 4aff21ab..065127cb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "material-design-icons": "^3.0.1", "vue-agile": "^1.1.3", "vue-material-design-icons": "^4.7.1", - "vue-sweetalert2": "^3.0.5", + "vue-sweetalert2": "^3.0.6", "vuepress-plugin-sitemap": "^2.3.1" } }