Merge pull request #9676 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-template-compiler-2.5.16

Bump vue-template-compiler from 2.5.13 to 2.5.16 in /apps/updatenotification
This commit is contained in:
Roeland Jago Douma 2018-06-07 08:31:48 +02:00 committed by GitHub
commit 4618f17654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5880,9 +5880,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",

View File

@ -31,7 +31,7 @@
"css-loader": "^0.28.11",
"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"
}
}