summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-10-04 06:35:20 +0000
committerdependabot[bot] <support@dependabot.com>2018-10-04 06:35:20 +0000
commite638e6e99adc3a837d5ca5901a47af1c2751eee6 (patch)
tree7e716f2d19722f65726e87aeacc00aeb02989d7e /settings
parent06303608355ea01b5675aa9220e35da1bc7ee1bf (diff)
downloadnextcloud-server-e638e6e99adc3a837d5ca5901a47af1c2751eee6.tar.gz
nextcloud-server-e638e6e99adc3a837d5ca5901a47af1c2751eee6.zip
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] <support@dependabot.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/package-lock.json6
-rw-r--r--settings/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/settings/package-lock.json b/settings/package-lock.json
index 210566cd699..7e41cbda472 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 97860d728c8..307649622bd 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"