diff options
author | dependabot[bot] <support@dependabot.com> | 2018-05-30 10:12:39 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-05-30 10:12:39 +0000 |
commit | 59a8bb5547d9dcc369f4365fe541232771c02c14 (patch) | |
tree | e5bea36f69baabe1ebe465b84609a5a26fabf942 | |
parent | 3988c89ea98f8483abf3fb9199543b79a38ee35e (diff) | |
download | nextcloud-server-59a8bb5547d9dcc369f4365fe541232771c02c14.tar.gz nextcloud-server-59a8bb5547d9dcc369f4365fe541232771c02c14.zip |
Bump vue-template-compiler from 2.5.13 to 2.5.16 in /apps/updatenotification
Bumps [vue-template-compiler](https://github.com/vuejs/vue) from 2.5.13 to 2.5.16.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.5.13...v2.5.16)
Signed-off-by: dependabot[bot] <support@dependabot.com>
-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 ec478c67819..9d222f66f2d 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -5896,9 +5896,9 @@ } }, "vue-template-compiler": { - "version": "2.5.13", - "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.13.tgz", - "integrity": "sha1-EqKqDs1hWKxeXxTSlLCZPzmcPTg=", + "version": "2.5.16", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.16.tgz", + "integrity": "sha512-ZbuhCcF/hTYmldoUOVcu2fcbeSAZnfzwDskGduOrnjBiIWHgELAd+R8nAtX80aZkceWDKGQ6N9/0/EUpt+l22A==", "dev": true, "requires": { "de-indent": "1.0.2", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index afdd9b08c60..89934bdba21 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -31,7 +31,7 @@ "css-loader": "^0.28.8", "file-loader": "^1.1.6", "vue-loader": "^13.7.0", - "vue-template-compiler": "^2.5.13", + "vue-template-compiler": "^2.5.16", "webpack": "^3.6.0" } } |