From 80da87648b34b1a84b9c9c50bbd19773f6a0ea54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 02:16:45 +0000 Subject: [PATCH] Bump nextcloud-vue from 0.12.8 to 0.12.9 Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.8 to 0.12.9. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.8...v0.12.9) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6769693..4886217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1749,9 +1749,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" @@ -7890,9 +7890,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", diff --git a/package.json b/package.json index 437a90d..6097e63 100644 --- a/package.json +++ b/package.json @@ -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"