From e315d9bb5f9d5f880ea23ea68b3361e9c149743a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 17 Oct 2020 01:20:38 +0000 Subject: [PATCH] Bump vuedraggable from 2.24.1 to 2.24.2 Bumps [vuedraggable](https://github.com/SortableJS/Vue.Draggable) from 2.24.1 to 2.24.2. - [Release notes](https://github.com/SortableJS/Vue.Draggable/releases) - [Commits](https://github.com/SortableJS/Vue.Draggable/commits/v2.24.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9511b311736..ceaddf95c38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8388,9 +8388,9 @@ } }, "sortablejs": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.10.2.tgz", - "integrity": "sha512-YkPGufevysvfwn5rfdlGyrGjt7/CRHwvRPogD/lC+TnvcN29jDpCifKP+rBqf+LRldfXSTh+0CGLcSg0VIxq3A==" + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.12.0.tgz", + "integrity": "sha512-bPn57rCjBRlt2sC24RBsu40wZsmLkSo2XeqG8k6DC1zru5eObQUIPPZAQG7W2SJ8FZQYq+BEJmvuw1Zxb3chqg==" }, "source-list-map": { "version": "2.0.1", @@ -9453,9 +9453,9 @@ } }, "vuedraggable": { - "version": "2.24.1", - "resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.24.1.tgz", - "integrity": "sha512-G1fxO1oshx+WLdieSGl6jSJdlHOQFga1FpjuUpgXldbpKNzxpjsGn4xYNnRHVrOAqm8aG5FfpdQlh5LHesxCeA==", + "version": "2.24.2", + "resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.24.2.tgz", + "integrity": "sha512-y1NbVhLFOVHHdJl7qsYOtExiTq4zyxF+PxiF9NC8kHEtI6sAFhUHtHYp+ONa8v4S3bAspzGHOHuOq0pNO4fFtA==", "requires": { "sortablejs": "^1.10.1" } diff --git a/package.json b/package.json index 527440a45e8..0ac7a7a5bc1 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "vue-material-design-icons": "^4.9.0", "vue-multiselect": "^2.1.6", "vue-router": "^3.4.7", - "vuedraggable": "^2.24.1", + "vuedraggable": "^2.24.2", "vuex": "^3.5.1", "vuex-router-sync": "^5.0.0" },