diff options
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", |