Bump vue-sweetalert2 from 4.0.0 to 4.0.1 (#421)

Bumps [vue-sweetalert2](https://github.com/avil13/vue-sweetalert2) from 4.0.0 to 4.0.1.
- [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/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-24 15:13:12 +02:00 committed by GitHub
parent 093909a17f
commit 32d4474161
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -12430,9 +12430,9 @@
}
},
"sweetalert2": {
"version": "10.6.1",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-10.6.1.tgz",
"integrity": "sha512-5cIPtYldmZ+EljMVRd5ml9xT72STU+N4kk57nO0oECQmjkCsJypAcEdL+h045otoAd3t9962FtewJYSKyJxOFQ=="
"version": "10.8.1",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-10.8.1.tgz",
"integrity": "sha512-CRTy1fODxSqX6sGYMP4/9TT1QXlsjElRA4xoJVoCWa8L39l8jBwh/DWOFPb5Re1+EMTqOexDrT38jP0GI/DLZQ=="
},
"table": {
"version": "5.4.6",
@ -13554,9 +13554,9 @@
}
},
"vue-sweetalert2": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.0.0.tgz",
"integrity": "sha512-voFbOe3KQS7g/3EiVQVW8m42edCmvpcBWcOEIQzvCqAnXe4IqMOe6VhexYXjBLxyFNlP93y45vAWgM2qITX2nA==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.0.1.tgz",
"integrity": "sha512-m2QG9+7LW84Ochisd/UVKsGV+2iypyuB9S7DiGjKEhYzsL4h0sUafr6Hud2vJ9aPOPl534BUdK/3vsFVTeALag==",
"requires": {
"sweetalert2": "10.x"
}

View File

@ -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.0",
"vue-sweetalert2": "^4.0.1",
"vuepress-plugin-robots": "^1.0.1",
"vuex": "^3.5.1"
}