Bump vue-smooth-dnd from 0.8.0 to 0.8.1

Bumps [vue-smooth-dnd](https://github.com/kutlugsahin/vue-smooth-dnd) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/kutlugsahin/vue-smooth-dnd/releases)
- [Commits](https://github.com/kutlugsahin/vue-smooth-dnd/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-27 02:18:26 +00:00
committed by GitHub
parent ab3a42fc11
commit de269fa278
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -7505,7 +7505,7 @@
"dependencies": {
"minimist": {
"version": "1.1.3",
"resolved": "http://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
"integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=",
"dev": true
}
@@ -10776,7 +10776,7 @@
},
"minimist": {
"version": "1.2.0",
"resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
},
"minimist-options": {
@@ -10836,7 +10836,7 @@
"dependencies": {
"minimist": {
"version": "0.0.8",
"resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
}
}
@@ -14447,9 +14447,9 @@
}
},
"smooth-dnd": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/smooth-dnd/-/smooth-dnd-0.12.0.tgz",
"integrity": "sha512-w+/YW1TFram8FW/bYiirRcAGSIdVVjxFRtCBqJ2fkEJpm28zwbdMyXVQCralBUTITMjZp6VHGQJ73UTSIER1lA=="
"version": "0.12.1",
"resolved": "https://registry.npmjs.org/smooth-dnd/-/smooth-dnd-0.12.1.tgz",
"integrity": "sha512-Dndj/MOG7VP83mvzfGCLGzV2HuK1lWachMtWl/Iuk6zV7noDycIBnflwaPuDzoaapEl3Pc4+ybJArkkx9sxPZg=="
},
"snapdragon": {
"version": "0.8.2",
@@ -16325,11 +16325,11 @@
"integrity": "sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ=="
},
"vue-smooth-dnd": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/vue-smooth-dnd/-/vue-smooth-dnd-0.8.0.tgz",
"integrity": "sha512-9dZ+DYsFVs8GqAnjoTmSwLOjXNENIbNOnulx3YOs94nHG90WTKTguQfunV9NBgX+ETtb6cHspZXzfPZOHY5vbg==",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/vue-smooth-dnd/-/vue-smooth-dnd-0.8.1.tgz",
"integrity": "sha512-eZVVPTwz4A1cs0+CjXx/ihV+gAl3QBoWQnU6+23Gp59t0WBU99z7ducBQ4FvjBamqOlg8SDOE5eFHQedxwB4Wg==",
"requires": {
"smooth-dnd": "^0.12.0"
"smooth-dnd": "0.12.1"
}
},
"vue-style-loader": {

View File

@@ -39,7 +39,7 @@
"vue-easymde": "^1.0.0",
"vue-infinite-loading": "^2.4.4",
"vue-router": "^3.1.3",
"vue-smooth-dnd": "^0.8.0",
"vue-smooth-dnd": "^0.8.1",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0"
},