Prechádzať zdrojové kódy

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] <support@github.com>
dependabot[bot] 3 rokov pred
rodič
commit
3f26437678
2 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 4 4
      package-lock.json
  2. 1 1
      package.json

+ 4 - 4
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": {

+ 1 - 1
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"
   },