From c27078cd0a433f27f87bc4740fb5ab0c3dc568fe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2020 02:16:54 +0000 Subject: [PATCH] Bump nextcloud-vue from 0.12.9 to 0.12.11 Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.9 to 0.12.11. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.9...v0.12.11) 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 aba426c..1ac7d58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2424,9 +2424,9 @@ } }, "@babel/polyfill": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.0.tgz", - "integrity": "sha512-0zTwRCrSUaP4hOt2dEHxGl80ZkxpRlhJv44fRRmbOj27pMR6n0Jti+Ti9OlbbD4ErKC5jKn89aLFqZ3r+JgWxg==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.3.tgz", + "integrity": "sha512-0QEgn2zkCzqGIkSWWAEmvxD7e00Nm9asTtQvi7HdlYvMhjy/J38V/1Y9ode0zEJeIuxAI0uftiAzqc7nVeWUGg==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.2" @@ -8617,9 +8617,9 @@ } }, "nextcloud-vue": { - "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==", + "version": "0.12.11", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.11.tgz", + "integrity": "sha512-3zzgSRpWtPMqIi+DpZsh0YxACACHv+j8bWmMYyiUJVB2JjVADYpzb/lbUxQCE/A8rB3N75zIfkQOf0gd9BC9oA==", "requires": { "@babel/polyfill": "^7.4.4", "escape-html": "^1.0.3", diff --git a/package.json b/package.json index be95c8f..5c995da 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.9", + "nextcloud-vue": "^0.12.11", "vue": "^2.6.11", "vue-clipboard2": "^0.3.1", "vue-router": "^3.1.3"