From 3f2643767893d92e24853f16980ad657142cad0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 08:16:04 +0000 Subject: [PATCH] Bump vuedraggable from 2.24.1 to 2.24.3 Bumps [vuedraggable](https://github.com/SortableJS/Vue.Draggable) from 2.24.1 to 2.24.3. - [Release notes](https://github.com/SortableJS/Vue.Draggable/releases) - [Commits](https://github.com/SortableJS/Vue.Draggable/commits/v2.24.3) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18b7ec07c0..cf9df1d108 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9756,11 +9756,11 @@ } }, "vuedraggable": { - "version": "2.24.1", - "resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.24.1.tgz", - "integrity": "sha512-G1fxO1oshx+WLdieSGl6jSJdlHOQFga1FpjuUpgXldbpKNzxpjsGn4xYNnRHVrOAqm8aG5FfpdQlh5LHesxCeA==", + "version": "2.24.3", + "resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.24.3.tgz", + "integrity": "sha512-6/HDXi92GzB+Hcs9fC6PAAozK1RLt1ewPTLjK0anTYguXLAeySDmcnqE8IC0xa7shvSzRjQXq3/+dsZ7ETGF3g==", "requires": { - "sortablejs": "^1.10.1" + "sortablejs": "1.10.2" } }, "vuex": { diff --git a/package.json b/package.json index ab963bc9c0..18b486f07e 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.3", - "vuedraggable": "^2.24.1", + "vuedraggable": "^2.24.3", "vuex": "^3.5.1", "vuex-router-sync": "^5.0.0" },