From b5502b14ab603378494b3a76b62f165d75bd9988 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 14:42:28 +0000 Subject: [PATCH] Bump @nextcloud/vue from 1.4.1 to 1.5.0 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.4.1...v1.5.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 24 +++++++++++++++--------- package.json | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 987672be5..a36eb873f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3044,14 +3044,15 @@ } }, "@nextcloud/vue": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.4.1.tgz", - "integrity": "sha512-bZbHeM4II4gKZS+3KFJXYABsNyT6CHKQIqwWnnXtnLzd3iFsp2e4kehg/UNAGKKXOaTK0Ydfp/TefJYVJHc0Rw==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.5.0.tgz", + "integrity": "sha512-z0KZP0PcWyHsD5zpzBJRusToGzC/1DTjapuDMrSAOSuA5lThg/Td7brmIQSwWTrw66OrL5MIRK+8HoKMWmQPAA==", "requires": { "@nextcloud/axios": "^1.1.0", "@nextcloud/l10n": "^1.1.0", "@nextcloud/router": "^1.0.0", "core-js": "^3.4.4", + "debounce": "1.2.0", "escape-html": "^1.0.3", "hammerjs": "^2.0.8", "md5": "^2.2.1", @@ -3066,9 +3067,9 @@ }, "dependencies": { "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", + "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" } } }, @@ -6260,9 +6261,9 @@ } }, "date-fns": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.11.0.tgz", - "integrity": "sha512-8P1cDi8ebZyDxUyUprBXwidoEtiQAawYPGvpfb+Dg0G6JrQ+VozwOmm91xYC0vAv1+0VmLehEPb+isg4BGUFfA==" + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.12.0.tgz", + "integrity": "sha512-qJgn99xxKnFgB1qL4jpxU7Q2t0LOn1p8KMIveef3UZD7kqjT3tpFNNdXJelEHhE+rUgffriXriw/sOSU+cS1Hw==" }, "date-format-parse": { "version": "0.2.5", @@ -6275,6 +6276,11 @@ "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=", "dev": true }, + "debounce": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.0.tgz", + "integrity": "sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg==" + }, "debug": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", diff --git a/package.json b/package.json index 4e3e4a1a7..385227eab 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/l10n": "^1.2.0", "@nextcloud/moment": "^1.1.0", "@nextcloud/router": "^1.0.2", - "@nextcloud/vue": "^1.4.1", + "@nextcloud/vue": "^1.5.0", "blueimp-md5": "^2.13.0", "dompurify": "^2.0.8", "moment": "^2.24.0",