Merge pull request #162 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.12.9

This commit is contained in:
dependabot-preview[bot] 2020-01-13 10:31:00 +00:00 committed by GitHub
commit ccbb9a5f27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -2424,9 +2424,9 @@
}
},
"@babel/polyfill": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.7.0.tgz",
"integrity": "sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==",
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.0.tgz",
"integrity": "sha512-0zTwRCrSUaP4hOt2dEHxGl80ZkxpRlhJv44fRRmbOj27pMR6n0Jti+Ti9OlbbD4ErKC5jKn89aLFqZ3r+JgWxg==",
"requires": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.2"
@ -8617,9 +8617,9 @@
}
},
"nextcloud-vue": {
"version": "0.12.8",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.8.tgz",
"integrity": "sha512-4TU5Ji7560cRo14iaRgvVo4+Z6iQCWw6VU26dQaYWD8G3BUoZMQXCrETGyMW5kpP/ODW4cLVVzjlYaVosyqoOA==",
"version": "0.12.9",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.9.tgz",
"integrity": "sha512-q0bj+WXZmSJdhjxN68mWS99RaMv0+Ofls/U8q5A4lqQWSKFspkB+auHbJVXxAff/6blQXhMSNaS0EULrNGrwZg==",
"requires": {
"@babel/polyfill": "^7.4.4",
"escape-html": "^1.0.3",

View file

@ -72,7 +72,7 @@
"json2csv": "4.5.4",
"moment": "^2.23.0",
"nextcloud-axios": "^0.2.1",
"nextcloud-vue": "^0.12.8",
"nextcloud-vue": "^0.12.9",
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.1",
"vue-router": "^3.1.3"