Bump vuedraggable from 2.24.0 to 2.24.1

Bumps [vuedraggable](https://github.com/SortableJS/Vue.Draggable) from 2.24.0 to 2.24.1.
- [Release notes](https://github.com/SortableJS/Vue.Draggable/releases)
- [Commits](https://github.com/SortableJS/Vue.Draggable/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-22 01:26:15 +00:00 committed by GitHub
parent 5e1b580d98
commit 9eac12fdab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -12602,9 +12602,9 @@
} }
}, },
"vuedraggable": { "vuedraggable": {
"version": "2.24.0", "version": "2.24.1",
"resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.24.0.tgz", "resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.24.1.tgz",
"integrity": "sha512-IlslPpc+iZ2zPNSJbydFZIDrE+don5u+Nc/bjT2YaF+Azidc+wxxJKfKT0NwE68AKk0syb0YbZneAcnynqREZQ==", "integrity": "sha512-G1fxO1oshx+WLdieSGl6jSJdlHOQFga1FpjuUpgXldbpKNzxpjsGn4xYNnRHVrOAqm8aG5FfpdQlh5LHesxCeA==",
"requires": { "requires": {
"sortablejs": "^1.10.1" "sortablejs": "^1.10.1"
} }

View file

@ -42,7 +42,7 @@
"v-clipboard": "^2.2.3", "v-clipboard": "^2.2.3",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-router": "^3.4.3", "vue-router": "^3.4.3",
"vuedraggable": "^2.24.0" "vuedraggable": "^2.24.1"
}, },
"browserslist": [ "browserslist": [
"extends @nextcloud/browserslist-config" "extends @nextcloud/browserslist-config"