aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-22 07:08:05 +0000
committerGitHub <noreply@github.com>2020-08-22 07:08:05 +0000
commit128420d39185b355ea367349298706dd057d1b4a (patch)
tree9d0fe963921c675ad90a34c9b3b1d404a3ec4a2e
parentbcbe1e1c9d46bdaa7102dca7d99cfd2dcd246f02 (diff)
downloadnextcloud-server-128420d39185b355ea367349298706dd057d1b4a.tar.gz
nextcloud-server-128420d39185b355ea367349298706dd057d1b4a.zip
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>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index ea2578e2179..49da87e14b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9958,9 +9958,9 @@
}
},
"vuedraggable": {
- "version": "2.24.0",
- "resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.24.0.tgz",
- "integrity": "sha512-IlslPpc+iZ2zPNSJbydFZIDrE+don5u+Nc/bjT2YaF+Azidc+wxxJKfKT0NwE68AKk0syb0YbZneAcnynqREZQ==",
+ "version": "2.24.1",
+ "resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.24.1.tgz",
+ "integrity": "sha512-G1fxO1oshx+WLdieSGl6jSJdlHOQFga1FpjuUpgXldbpKNzxpjsGn4xYNnRHVrOAqm8aG5FfpdQlh5LHesxCeA==",
"requires": {
"sortablejs": "^1.10.1"
}
diff --git a/package.json b/package.json
index 5c51802c51f..0a87c3d604f 100644
--- a/package.json
+++ b/package.json
@@ -83,7 +83,7 @@
"vue-material-design-icons": "^4.8.0",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.4.3",
- "vuedraggable": "^2.24.0",
+ "vuedraggable": "^2.24.1",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0"
},