Browse Source
Merge pull request #13523 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/vue-and-vue-template-compiler
Bump vue and vue-template-compiler in /apps/accessibility
pull/13534/head
Roeland Jago Douma
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
18 additions and
16 deletions
-
.gitattributes
-
apps/accessibility/js/accessibility.js
-
apps/accessibility/js/accessibility.js.map
-
apps/accessibility/package-lock.json
-
apps/accessibility/package.json
|
|
|
@ -1,10 +1,12 @@ |
|
|
|
/core/js/dist/*.js binary |
|
|
|
/core/js/dist/*.js.map binary |
|
|
|
|
|
|
|
/apps/accessibility/js/accessibility.js |
|
|
|
/apps/accessibility/js/accessibility.js.map |
|
|
|
/apps/oauth2/js/oauth2.js |
|
|
|
/apps/oauth2/js/oauth2.js.map |
|
|
|
|
|
|
|
settings/js/settings-admin-security.js |
|
|
|
settings/js/settings-admin-security.js.map |
|
|
|
settings/js/settings-vue.js |
|
|
|
settings/js/settings-vue.js.map |
|
|
|
/settings/js/settings-admin-security.js |
|
|
|
/settings/js/settings-admin-security.js.map |
|
|
|
/settings/js/settings-vue.js |
|
|
|
/settings/js/settings-vue.js.map |
|
|
|
@ -5773,9 +5773,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"vue": { |
|
|
|
"version": "2.5.21", |
|
|
|
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.21.tgz", |
|
|
|
"integrity": "sha512-Aejvyyfhn0zjVeLvXd70h4hrE4zZDx1wfZqia6ekkobLmUZ+vNFQer53B4fu0EjWBSiqApxPejzkO1Znt3joxQ==" |
|
|
|
"version": "2.5.22", |
|
|
|
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.22.tgz", |
|
|
|
"integrity": "sha512-pxY3ZHlXNJMFQbkjEgGVMaMMkSV1ONpz+4qB55kZuJzyJOhn6MSy/YZdzhdnumegNzVTL/Dn3Pp4UrVBYt1j/g==" |
|
|
|
}, |
|
|
|
"vue-hot-reload-api": { |
|
|
|
"version": "2.3.1", |
|
|
|
@ -5807,9 +5807,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"vue-template-compiler": { |
|
|
|
"version": "2.5.21", |
|
|
|
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.21.tgz", |
|
|
|
"integrity": "sha512-Vmk5Cv7UcmI99B9nXJEkaK262IQNnHp5rJYo+EwYpe2epTAXqcVyExhV6pk8jTkxQK2vRc8v8KmZBAwdmUZvvw==", |
|
|
|
"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==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"de-indent": "^1.0.2", |
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"nextcloud-axios": "^0.1.3", |
|
|
|
"vue": "^2.5.21" |
|
|
|
"vue": "^2.5.22" |
|
|
|
}, |
|
|
|
"browserslist": [ |
|
|
|
"last 2 versions", |
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
"css-loader": "^2.1.0", |
|
|
|
"file-loader": "^3.0.1", |
|
|
|
"vue-loader": "^15.5.1", |
|
|
|
"vue-template-compiler": "^2.5.21", |
|
|
|
"vue-template-compiler": "^2.5.22", |
|
|
|
"webpack": "^4.28.4", |
|
|
|
"webpack-cli": "^3.2.1", |
|
|
|
"webpack-merge": "^4.2.1" |
|
|
|
|