Bump vue-sweetalert2 from 4.2.0 to 4.2.1 (#590)

Bumps [vue-sweetalert2](https://github.com/avil13/vue-sweetalert2) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/avil13/vue-sweetalert2/releases)
- [Commits](https://github.com/avil13/vue-sweetalert2/compare/v4.2.0...v4.2.1)

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] 2021-03-30 11:10:43 +02:00 committed by GitHub
parent aafd7d7f74
commit 63ed226b42
2 changed files with 11 additions and 8 deletions

17
package-lock.json generated
View File

@ -23,7 +23,7 @@
"vue-gsheets": "^4.0.3",
"vue-material-design-icons": "^4.11.0",
"vue-moment": "^4.1.0",
"vue-sweetalert2": "^4.2.0",
"vue-sweetalert2": "^4.2.1",
"vuepress-plugin-dehydrate": "^1.1.5",
"vuepress-plugin-robots": "^1.0.1",
"vuex": "^3.6.2"
@ -15971,11 +15971,14 @@
}
},
"node_modules/vue-sweetalert2": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.2.0.tgz",
"integrity": "sha512-6D7sNEWiUek8eNUl4oHJJvQPiXFVKGrtoJnUaturyVxBY7+MYQF1C7YEiktSp2UtatUPdObt+ozU5dN1TnvD4w==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.2.1.tgz",
"integrity": "sha512-0YWUXxrzMp/xv348OZgqh4ICq3OUAc3Tt5N0e/0vAtze92vi2E27z+VRDIHtUOarNdjCmkV7w9PSRJzjq9xSNg==",
"dependencies": {
"sweetalert2": "10.x"
},
"peerDependencies": {
"vue": "*"
}
},
"node_modules/vue-template-compiler": {
@ -30694,9 +30697,9 @@
}
},
"vue-sweetalert2": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.2.0.tgz",
"integrity": "sha512-6D7sNEWiUek8eNUl4oHJJvQPiXFVKGrtoJnUaturyVxBY7+MYQF1C7YEiktSp2UtatUPdObt+ozU5dN1TnvD4w==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/vue-sweetalert2/-/vue-sweetalert2-4.2.1.tgz",
"integrity": "sha512-0YWUXxrzMp/xv348OZgqh4ICq3OUAc3Tt5N0e/0vAtze92vi2E27z+VRDIHtUOarNdjCmkV7w9PSRJzjq9xSNg==",
"requires": {
"sweetalert2": "10.x"
}

View File

@ -56,7 +56,7 @@
"vue-gsheets": "^4.0.3",
"vue-material-design-icons": "^4.11.0",
"vue-moment": "^4.1.0",
"vue-sweetalert2": "^4.2.0",
"vue-sweetalert2": "^4.2.1",
"vuepress-plugin-dehydrate": "^1.1.5",
"vuepress-plugin-robots": "^1.0.1",
"vuex": "^3.6.2"