diff --git a/apps/updatenotification/js/updatenotification.js b/apps/updatenotification/js/updatenotification.js index 4b3df47c25011ff7632797af544c0ec7b4a49652..e5bb7423829fad3c5c15e88c80f2c8e6804f9dad 100644 Binary files a/apps/updatenotification/js/updatenotification.js and b/apps/updatenotification/js/updatenotification.js differ diff --git a/apps/updatenotification/js/updatenotification.js.map b/apps/updatenotification/js/updatenotification.js.map index 78173c1076ef46ae3519fb19d9ca9f089b18fd88..b1e8d84e279cfd3bc773045fe92212e942a1e6f4 100644 Binary files a/apps/updatenotification/js/updatenotification.js.map and b/apps/updatenotification/js/updatenotification.js.map differ diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index ea9704a2da977faabc7ef1f8dd09a1fc77ecfef3..781fc4ef0c3b0a059d6d4d56f2ea0f47ae942946 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -119,7 +119,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=", "dev": true }, @@ -2272,7 +2272,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=", "dev": true }, @@ -3024,7 +3024,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -3439,7 +3440,8 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -3495,6 +3497,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -3538,12 +3541,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -4674,7 +4679,7 @@ }, "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=", "dev": true }, @@ -4803,9 +4808,9 @@ } }, "nextcloud-vue": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.5.0.tgz", - "integrity": "sha512-ty8E5pUC4E4E3nlReAoEoV+bd7cTaFV8S88QnR+O3qDustGyFPkCMC5QPROxjg9rSHRvhJS5IM//3sWPFqoWvQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.6.0.tgz", + "integrity": "sha512-0Du8+jtaQN18NQRZvXpYYZPqWgiuxbQnLo12HMY1p+QkLfimoQOG1MI5vkVsrsbqg/ewJK9Wu1VsTJ30PJUuCQ==", "requires": { "md5": "^2.2.1", "nextcloud-axios": "^0.1.2", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index 6121550f92a735faf1536aa88bc13c4ba43dd92e..8e96c79e986b22ce4850ad995f8261a60c54696b 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/nextcloud/notifications#readme", "dependencies": { - "nextcloud-vue": "^0.5.0", + "nextcloud-vue": "^0.6.0", "v-tooltip": "^2.0.0-rc.33", "vue": "^2.5.22", "vue-click-outside": "^1.0.7"