diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-06-06 19:51:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 19:51:39 +0200 |
commit | 3fc1d60482205c49e1935fb640b2071f70a7ae5a (patch) | |
tree | c1b72c74d0588326aff07cad5ac7de3229b305cc /apps/updatenotification | |
parent | 59b086eae387e641d645e0e9af82f1a843958855 (diff) | |
parent | 120c6a27d8c808df5cc940cdb3b47e3ceab50320 (diff) | |
download | nextcloud-server-3fc1d60482205c49e1935fb640b2071f70a7ae5a.tar.gz nextcloud-server-3fc1d60482205c49e1935fb640b2071f70a7ae5a.zip |
Merge pull request #9678 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-2.5.16
Bump vue from 2.5.13 to 2.5.16 in /apps/updatenotification
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 94859a92982..fa93b631f27 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -5833,9 +5833,9 @@ } }, "vue": { - "version": "2.5.13", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.13.tgz", - "integrity": "sha512-3D+lY7HTkKbtswDM4BBHgqyq+qo8IAEE8lz8va1dz3LLmttjgo0FxairO4r1iN2OBqk8o1FyL4hvzzTFEdQSEw==" + "version": "2.5.16", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.5.16.tgz", + "integrity": "sha512-/ffmsiVuPC8PsWcFkZngdpas19ABm5mh2wA7iDqcltyCTwlgZjHGeJYOXkBMo422iPwIcviOtrTCUpSfXmToLQ==" }, "vue-hot-reload-api": { "version": "2.2.4", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index 82b2d529247..84755cc3e71 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/nextcloud/notifications#readme", "dependencies": { - "vue": "^2.5.13", + "vue": "^2.5.16", "vue-select": "^2.4.0" }, "devDependencies": { |