diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-04 15:57:56 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-04 15:57:56 +0000 |
commit | 8c145d98a4c2b70fd54e943639e2b469b68ddaf0 (patch) | |
tree | f0ed8da658e30da899e1222d454a977d398e17a2 /settings | |
parent | 441496a5a579a30d21c9545d32429281de66bd24 (diff) | |
download | nextcloud-server-8c145d98a4c2b70fd54e943639e2b469b68ddaf0.tar.gz nextcloud-server-8c145d98a4c2b70fd54e943639e2b469b68ddaf0.zip |
Bump nextcloud-vue from 0.3.1 to 0.4.6 in /settings
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.3.1 to 0.4.6.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.3.1...v0.4.6)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/package-lock.json | 6 | ||||
-rw-r--r-- | settings/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/settings/package-lock.json b/settings/package-lock.json index 3b6391ad19d..273be90e73b 100644 --- a/settings/package-lock.json +++ b/settings/package-lock.json @@ -4681,9 +4681,9 @@ "integrity": "sha512-5RNNHP8ymxtqOEwirc4n3uv9uAga2V6wUZ7ns7mQrQQtFh/SLEX8ogSsqxquJWZ7+Jc9gVJSeRcRMLoAag966A==" }, "nextcloud-vue": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.3.1.tgz", - "integrity": "sha512-cMPtVfTU2hN0O2TQMHK4/IX3vXBYiSTSnekg8n8rxL9T1ihrzE8ZOsYiwC8iR40wcVqMDda60kQzi9PzqRu19A==", + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.4.6.tgz", + "integrity": "sha512-INrIz3RmxxUCrM/xy2ytLvrrZr131p0DOT87A+IH0/+LFlfK//eR0uB32lSUsqh9Tb+bkTyu8Ztq9iuTrFfl2Q==", "requires": { "@babel/polyfill": "^7.0.0", "md5": "^2.2.1", diff --git a/settings/package.json b/settings/package.json index 9c1c4a97811..2d3b45a3ff2 100644 --- a/settings/package.json +++ b/settings/package.json @@ -15,7 +15,7 @@ "lodash": "^4.17.11", "nextcloud-axios": "^0.1.3", "nextcloud-password-confirmation": "^0.4.0", - "nextcloud-vue": "^0.3.1", + "nextcloud-vue": "^0.4.6", "v-tooltip": "^2.0.0-rc.33", "vue": "^2.5.17", "vue-click-outside": "^1.0.7", |