Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-05-30 13:12:39 +0300
committerdependabot[bot] <support@dependabot.com>2018-05-30 13:12:39 +0300
commit59a8bb5547d9dcc369f4365fe541232771c02c14 (patch)
treee5bea36f69baabe1ebe465b84609a5a26fabf942 /apps
parent3988c89ea98f8483abf3fb9199543b79a38ee35e (diff)
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>
Diffstat (limited to 'apps')
-rw-r--r--apps/updatenotification/package-lock.json6
-rw-r--r--apps/updatenotification/package.json2
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"
}
}