Merge pull request #14040 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/vue-and-vue-template-compiler

Bump vue and vue-template-compiler in /apps/accessibility
This commit is contained in:
Morris Jobke 2019-02-07 14:28:42 +01:00 committed by GitHub
commit f4d90960f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5976,9 +5976,9 @@
}
},
"vue": {
"version": "2.5.22",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.22.tgz",
"integrity": "sha512-pxY3ZHlXNJMFQbkjEgGVMaMMkSV1ONpz+4qB55kZuJzyJOhn6MSy/YZdzhdnumegNzVTL/Dn3Pp4UrVBYt1j/g=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.2.tgz",
"integrity": "sha512-NZAb0H+t3/99g2nygURcEJ+ncvzNLPiEiFI5MGhc1Cjsw5uYprF+Ol7SOd1RXPcmVVzK7jUBl0th2tNgt+VQDg=="
},
"vue-hot-reload-api": {
"version": "2.3.1",
@ -6010,9 +6010,9 @@
}
},
"vue-template-compiler": {
"version": "2.5.22",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.22.tgz",
"integrity": "sha512-1VTw/NPTUeHNiwhkq6NkFzO7gYLjFCueBN0FX8NEiQIemd5EUMQ5hxrF7O0zCPo5tae+U9S/scETPea+hIz8Eg==",
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.2.tgz",
"integrity": "sha512-2dBKNCtBPdx1TFef7T4zwF8IjOx2xbMNryCtFzneP+XIonJwOtnkq4s1mhKv8W79gXcGINQWtuaxituGAcuSnA==",
"dev": true,
"requires": {
"de-indent": "^1.0.2",

View File

@ -12,7 +12,7 @@
},
"dependencies": {
"nextcloud-axios": "^0.1.3",
"vue": "^2.5.22"
"vue": "^2.6.2"
},
"browserslist": [
"last 2 versions",
@ -25,7 +25,7 @@
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"vue-loader": "^15.6.2",
"vue-template-compiler": "^2.5.22",
"vue-template-compiler": "^2.6.2",
"webpack": "^4.29.1",
"webpack-cli": "^3.2.3",
"webpack-merge": "^4.2.1"