From de269fa278b0040d2ac6fa2853c1916d90a850e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 02:18:26 +0000 Subject: [PATCH] Bump vue-smooth-dnd from 0.8.0 to 0.8.1 Bumps [vue-smooth-dnd](https://github.com/kutlugsahin/vue-smooth-dnd) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/kutlugsahin/vue-smooth-dnd/releases) - [Commits](https://github.com/kutlugsahin/vue-smooth-dnd/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d02d84a50..b9b7e3bc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7505,7 +7505,7 @@ "dependencies": { "minimist": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz", "integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=", "dev": true } @@ -10776,7 +10776,7 @@ }, "minimist": { "version": "1.2.0", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" }, "minimist-options": { @@ -10836,7 +10836,7 @@ "dependencies": { "minimist": { "version": "0.0.8", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" } } @@ -14447,9 +14447,9 @@ } }, "smooth-dnd": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/smooth-dnd/-/smooth-dnd-0.12.0.tgz", - "integrity": "sha512-w+/YW1TFram8FW/bYiirRcAGSIdVVjxFRtCBqJ2fkEJpm28zwbdMyXVQCralBUTITMjZp6VHGQJ73UTSIER1lA==" + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/smooth-dnd/-/smooth-dnd-0.12.1.tgz", + "integrity": "sha512-Dndj/MOG7VP83mvzfGCLGzV2HuK1lWachMtWl/Iuk6zV7noDycIBnflwaPuDzoaapEl3Pc4+ybJArkkx9sxPZg==" }, "snapdragon": { "version": "0.8.2", @@ -16325,11 +16325,11 @@ "integrity": "sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ==" }, "vue-smooth-dnd": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/vue-smooth-dnd/-/vue-smooth-dnd-0.8.0.tgz", - "integrity": "sha512-9dZ+DYsFVs8GqAnjoTmSwLOjXNENIbNOnulx3YOs94nHG90WTKTguQfunV9NBgX+ETtb6cHspZXzfPZOHY5vbg==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/vue-smooth-dnd/-/vue-smooth-dnd-0.8.1.tgz", + "integrity": "sha512-eZVVPTwz4A1cs0+CjXx/ihV+gAl3QBoWQnU6+23Gp59t0WBU99z7ducBQ4FvjBamqOlg8SDOE5eFHQedxwB4Wg==", "requires": { - "smooth-dnd": "^0.12.0" + "smooth-dnd": "0.12.1" } }, "vue-style-loader": { diff --git a/package.json b/package.json index fd4daaca4..784b1eaf8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "vue-easymde": "^1.0.0", "vue-infinite-loading": "^2.4.4", "vue-router": "^3.1.3", - "vue-smooth-dnd": "^0.8.0", + "vue-smooth-dnd": "^0.8.1", "vuex": "^3.1.1", "vuex-router-sync": "^5.0.0" },