From e2cefb789a88a49768947ee05a6bed92ddd594b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 08:07:49 +0000 Subject: [PATCH] Bump @nextcloud/vue from 3.7.0 to 3.7.2 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.7.0 to 3.7.2. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.7.0...v3.7.2) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f7a9a569..b092cb6c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3371,9 +3371,9 @@ } }, "@nextcloud/vue": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.0.tgz", - "integrity": "sha512-uuytX0G+duUOY9l2fYG5vl8GRoxrXgNS2SgKS7a7ulaRUfwxgU269flWPTVMhP2q57+AxG3IwXNwP1td7VWjTQ==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.2.tgz", + "integrity": "sha512-WR3HSdzdPI5kIUtU9k2Wc+4QKMshpfrvFrJ0POecimLOravibjfP9549y7McceB1bHg61tA/upNGQpZDdT+OjQ==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -3384,7 +3384,7 @@ "@nextcloud/l10n": "^1.2.3", "@nextcloud/router": "^1.0.2", "core-js": "^3.6.5", - "debounce": "1.2.0", + "debounce": "1.2.1", "emoji-mart-vue-fast": "^7.0.7", "escape-html": "^1.0.3", "hammerjs": "^2.0.8", @@ -5050,9 +5050,9 @@ "dev": true }, "debounce": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.0.tgz", - "integrity": "sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg==" + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" }, "debug": { "version": "2.6.9", diff --git a/package.json b/package.json index a5a7e7309..3dde477a6 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0", "dompurify": "^2.2.7", - "@nextcloud/vue": "^3.7.0", + "@nextcloud/vue": "^3.7.2", "core-js": "^3.9.1", "lodash": "^4.17.21", "marked": "^2.0.1",