diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-11 02:17:50 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-11 02:17:50 +0000 |
commit | 1ee5f87cb2632d3531fef3249d1581d8e622d070 (patch) | |
tree | 6d30e25d7162a282c69fefd826c293e075389095 /apps/updatenotification | |
parent | 27e88564d72eca29be655eaae8db7ef0fe2e056d (diff) | |
download | nextcloud-server-1ee5f87cb2632d3531fef3249d1581d8e622d070.tar.gz nextcloud-server-1ee5f87cb2632d3531fef3249d1581d8e622d070.zip |
Bump vue from 2.5.19 to 2.5.20 in /apps/updatenotification
Bumps [vue](https://github.com/vuejs/vue) from 2.5.19 to 2.5.20.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.19...v2.5.20)
Signed-off-by: dependabot[bot] <support@dependabot.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 6414610b9c0..611d9f526f1 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -4372,9 +4372,9 @@ } }, "vue": { - "version": "2.5.19", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.19.tgz", - "integrity": "sha512-zs7w/dy/yMTCcUunUl05UHhYEI2bt67R7G2jD42HnJ28JxCtC1FY8zZ9GU4PF2SJP8Ff/B9HyojWk/NztqKfFA==" + "version": "2.5.20", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.20.tgz", + "integrity": "sha512-kVLZi8RWOk8qwAt+a0bVDy9VV5Zzcnj0fLCMyKLx1dmEBjqmYJYRWHvPwiypiJBtJkdmROy5NP5hyDqTdfBcvQ==" }, "vue-click-outside": { "version": "1.0.7", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index a124d19e087..68cf6254fea 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.19", + "vue": "^2.5.20", "vue-click-outside": "^1.0.7" }, "devDependencies": { |