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:
commit
4618f17654
2 changed files with 4 additions and 4 deletions
6
apps/updatenotification/package-lock.json
generated
6
apps/updatenotification/package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue