From e638e6e99adc3a837d5ca5901a47af1c2751eee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 4 Oct 2018 06:35:20 +0000 Subject: [PATCH] Bump vue-multiselect from 2.1.0 to 2.1.3 in /settings Bumps [vue-multiselect](https://github.com/shentao/vue-multiselect) from 2.1.0 to 2.1.3. - [Release notes](https://github.com/shentao/vue-multiselect/releases) - [Commits](https://github.com/shentao/vue-multiselect/compare/v2.1.0...v2.1.3) Signed-off-by: dependabot[bot] --- settings/package-lock.json | 6 +++--- settings/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/settings/package-lock.json b/settings/package-lock.json index 210566cd69..7e41cbda47 100644 --- a/settings/package-lock.json +++ b/settings/package-lock.json @@ -7271,9 +7271,9 @@ "integrity": "sha512-29YQVVkIdoS6BZBCJAyu9d0OR0eKSm5gk5OjsLssV1+NM4zJnf9cxhN1AVeXkUHJLqOonECweuaR8PZ2x307dw==" }, "vue-multiselect": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.0.tgz", - "integrity": "sha512-mEhApxZ6MUISGLuGDy0RF5UlAKUgG/Qq0DWYE/C+CA1h6ZszM3cHfpNFfFm2AMWLclY2SAWpY1HlQLjsw8WnvQ==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.3.tgz", + "integrity": "sha512-ANLvoLEZv5uzissmh2WSHTn8DGhqsKi6zVtctpf1wnGK6vmZBktQZzeuHGxH7KpIb+4A6BlXmq0RR08jtQ67tg==" }, "vue-resize": { "version": "0.4.4", diff --git a/settings/package.json b/settings/package.json index 97860d728c..307649622b 100644 --- a/settings/package.json +++ b/settings/package.json @@ -19,7 +19,7 @@ "vue-click-outside": "^1.0.7", "vue-infinite-loading": "^2.3.3", "vue-localstorage": "^0.6.2", - "vue-multiselect": "^2.1.0", + "vue-multiselect": "^2.1.3", "vue-router": "^3.0.1", "vuex": "^3.0.1", "vuex-router-sync": "^5.0.0"