diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-12-10 08:34:34 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-12-10 08:34:34 +0100 |
commit | a3f8a7a6f44faea4688ef87ac03191bd4754f898 (patch) | |
tree | 523a0a717ccb2ec9382716ecc5cf568e4a252298 /apps/updatenotification | |
parent | a25e202a38f3d62efb5b7a0a0a855484ec9065f4 (diff) | |
download | nextcloud-server-a3f8a7a6f44faea4688ef87ac03191bd4754f898.tar.gz nextcloud-server-a3f8a7a6f44faea4688ef87ac03191bd4754f898.zip |
Vue bump too
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/package-lock.json | 6 | ||||
-rw-r--r-- | apps/updatenotification/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index 6d3c7dc3b07..3094e4c79e3 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -4323,9 +4323,9 @@ } }, "vue": { - "version": "2.5.18", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.18.tgz", - "integrity": "sha512-j4oT4jQdhBf3dUxzu1ogjkhzMU44AtwqtLz7oq/u7340/lmUUogTG6/D6P4/J2cCosoM21MqMIUsQchPKS4elg==" + "version": "2.5.19", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.19.tgz", + "integrity": "sha512-zs7w/dy/yMTCcUunUl05UHhYEI2bt67R7G2jD42HnJ28JxCtC1FY8zZ9GU4PF2SJP8Ff/B9HyojWk/NztqKfFA==" }, "vue-click-outside": { "version": "1.0.7", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index 093c57eae57..2b4adb707a6 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -25,7 +25,7 @@ "dependencies": { "nextcloud-vue": "^0.4.5", "v-tooltip": "^2.0.0-rc.33", - "vue": "^2.5.18", + "vue": "^2.5.19", "vue-click-outside": "^1.0.7" }, "devDependencies": { |