From 295b1669979a36cad2fe3a03709218b09520d7a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 01:13:06 +0000 Subject: [PATCH] Bump nextcloud-vue from 0.12.3 to 0.12.4 in /js Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.3...v0.12.4) Signed-off-by: dependabot-preview[bot] --- js/package-lock.json | 6 +++--- js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index 943b9cd73..df5b5e839 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -6008,9 +6008,9 @@ } }, "nextcloud-vue": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.3.tgz", - "integrity": "sha512-qH0s1A9jgsbd9LU+icOIkQIcu9HoY8IW+ELUmP+HJvOdLAjAh3TtEz9ifsy+RcnUUOqASTveSEqxVmXDckwWeQ==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.4.tgz", + "integrity": "sha512-VonKoRiJm6WXDqxwmxfVYZ2ir2oLQJ9nDKrsyW4ipEQB279QBAw18G9goIaTNkBkUnKK9I+xKG7WD2egE5sleA==", "requires": { "@babel/polyfill": "^7.4.4", "escape-html": "^1.0.3", diff --git a/js/package.json b/js/package.json index a8fb5b136..053b66fac 100644 --- a/js/package.json +++ b/js/package.json @@ -17,7 +17,7 @@ "markdown-it": "^10.0.0", "markdown-it-link-target": "^1.0.2", "nextcloud-axios": "^0.2.1", - "nextcloud-vue": "^0.12.3", + "nextcloud-vue": "^0.12.4", "nextcloud-vue-collections": "^0.5.6", "ng-infinite-scroll": "^1.3.0", "ng-sortable": "^1.3.8",