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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-04 22:13:36 -04:00 committed by GitHub
parent 5aac33b556
commit c45494c632
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -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": {

View File

@ -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"