From c45494c63238f81671fd773863d58ceb66351512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 22:13:36 -0400 Subject: [PATCH] Bump vue-sweetalert2 from 4.3.1 to 5.0.2 (#708) Bumps [vue-sweetalert2](https://github.com/avil13/vue-sweetalert2) from 4.3.1 to 5.0.2. - [Release notes](https://github.com/avil13/vue-sweetalert2/releases) - [Commits](https://github.com/avil13/vue-sweetalert2/commits) --- updated-dependencies: - dependency-name: vue-sweetalert2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7998fa04..25eab8c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "vue-agile": "^1.1.3", "vue-material-design-icons": "^4.12.1", "vue-moment": "^4.1.0", - "vue-sweetalert2": "^4.3.1", + "vue-sweetalert2": "^5.0.2", "vuepress-plugin-dehydrate": "^1.1.5", "vuepress-plugin-robots": "^1.0.1", "vuex": "^3.6.2" @@ -14986,9 +14986,9 @@ } }, "node_modules/sweetalert2": { - "version": "10.16.9", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-10.16.9.tgz", - "integrity": "sha512-oNe+md5tmmS3fGfVHa7gVPlun7Td2oANSacnZCeghnrr3OHBi6UPVPU+GFrymwaDqwQspACilLRmRnM7aTjNPA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.1.0.tgz", + "integrity": "sha512-gZKO1G7u/0Bu89CZ48AfYAecqRhz9Jp58BrBhuJYoaS/oaquLUuwmx3wrxiLaZhB5FDQlETPVt7OokJIHReJgQ==", "funding": { "url": "https://sweetalert2.github.io/#donations" } @@ -16238,11 +16238,11 @@ } }, "node_modules/vue-sweetalert2": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.3.1.tgz", - "integrity": "sha512-4ZsCpBupG9Q6RJsJ4z/+VkXp0+u5nWz9Z+TcsBU7sS7T47E/ZN3kZSwpCV1F+GdVzurYDcXNcKiwjQ3g7uXzqw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-5.0.2.tgz", + "integrity": "sha512-28pcpmvaFxwoXIUkOWwhZhmsV749jXxha8JicwPoSKyFKR5FhIaZU6UHO5WlUCLIVUI6sAWY6WngK2x/iXYwZg==", "dependencies": { - "sweetalert2": "10.x" + "sweetalert2": "11.x" }, "peerDependencies": { "vue": "*" @@ -29222,9 +29222,9 @@ } }, "sweetalert2": { - "version": "10.16.9", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-10.16.9.tgz", - "integrity": "sha512-oNe+md5tmmS3fGfVHa7gVPlun7Td2oANSacnZCeghnrr3OHBi6UPVPU+GFrymwaDqwQspACilLRmRnM7aTjNPA==" + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.1.0.tgz", + "integrity": "sha512-gZKO1G7u/0Bu89CZ48AfYAecqRhz9Jp58BrBhuJYoaS/oaquLUuwmx3wrxiLaZhB5FDQlETPVt7OokJIHReJgQ==" }, "table": { "version": "6.7.1", @@ -30217,11 +30217,11 @@ } }, "vue-sweetalert2": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.3.1.tgz", - "integrity": "sha512-4ZsCpBupG9Q6RJsJ4z/+VkXp0+u5nWz9Z+TcsBU7sS7T47E/ZN3kZSwpCV1F+GdVzurYDcXNcKiwjQ3g7uXzqw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-5.0.2.tgz", + "integrity": "sha512-28pcpmvaFxwoXIUkOWwhZhmsV749jXxha8JicwPoSKyFKR5FhIaZU6UHO5WlUCLIVUI6sAWY6WngK2x/iXYwZg==", "requires": { - "sweetalert2": "10.x" + "sweetalert2": "11.x" } }, "vue-template-compiler": { diff --git a/package.json b/package.json index dada0ce0..427b02bc 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "vue-agile": "^1.1.3", "vue-material-design-icons": "^4.12.1", "vue-moment": "^4.1.0", - "vue-sweetalert2": "^4.3.1", + "vue-sweetalert2": "^5.0.2", "vuepress-plugin-dehydrate": "^1.1.5", "vuepress-plugin-robots": "^1.0.1", "vuex": "^3.6.2"