Browse Source
Merge pull request #14118 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/vue-and-vue-template-compiler
Bump vue and vue-template-compiler in /apps/updatenotification
pull/14143/head
Roeland Jago Douma
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
11 additions and
11 deletions
-
apps/updatenotification/js/updatenotification.js
-
apps/updatenotification/js/updatenotification.js.map
-
apps/updatenotification/package-lock.json
-
apps/updatenotification/package.json
|
|
|
@ -7247,9 +7247,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"vue": { |
|
|
|
"version": "2.6.2", |
|
|
|
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.2.tgz", |
|
|
|
"integrity": "sha512-NZAb0H+t3/99g2nygURcEJ+ncvzNLPiEiFI5MGhc1Cjsw5uYprF+Ol7SOd1RXPcmVVzK7jUBl0th2tNgt+VQDg==" |
|
|
|
"version": "2.6.4", |
|
|
|
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.4.tgz", |
|
|
|
"integrity": "sha512-PbR3FWMgCGjRxRjtWURhcTTBSrA/WHvz9g7v6eCcA0GQQZ0a2W6VrbdP0FKxRU62N9iQSHi3+VYLPfZA8W8m+Q==" |
|
|
|
}, |
|
|
|
"vue-click-outside": { |
|
|
|
"version": "1.0.7", |
|
|
|
@ -7296,9 +7296,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"vue-template-compiler": { |
|
|
|
"version": "2.6.2", |
|
|
|
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.2.tgz", |
|
|
|
"integrity": "sha512-2dBKNCtBPdx1TFef7T4zwF8IjOx2xbMNryCtFzneP+XIonJwOtnkq4s1mhKv8W79gXcGINQWtuaxituGAcuSnA==", |
|
|
|
"version": "2.6.4", |
|
|
|
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.4.tgz", |
|
|
|
"integrity": "sha512-RJePeQrGrSKDt2sfYRZ1DwnBuVMZDCMX6q5NTLZH6fs4RjXIxRE93wGOO2wKd3ebJEl9eKnPO6GpobNJGA7e3w==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"de-indent": "^1.0.2", |
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
"dependencies": { |
|
|
|
"nextcloud-vue": "^0.6.1", |
|
|
|
"v-tooltip": "^2.0.0-rc.33", |
|
|
|
"vue": "^2.6.2", |
|
|
|
"vue": "^2.6.4", |
|
|
|
"vue-click-outside": "^1.0.7" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
@ -38,7 +38,7 @@ |
|
|
|
"sass-loader": "^7.1.0", |
|
|
|
"style-loader": "^0.23.1", |
|
|
|
"vue-loader": "^15.6.2", |
|
|
|
"vue-template-compiler": "^2.6.2", |
|
|
|
"vue-template-compiler": "^2.6.4", |
|
|
|
"webpack": "^4.29.2", |
|
|
|
"webpack-cli": "^3.2.3", |
|
|
|
"webpack-merge": "^4.2.1" |
|
|
|
|