From 12a1d4a90805b4b4bd2fa06a9c384ddf04d8c9a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 07:52:44 +0000 Subject: [PATCH] Bump @nextcloud/vue from 3.2.0 to 3.7.2 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.2.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.2.0...v3.7.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 36 ++++++++---------------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab1123fefc..e60ea08009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3585,9 +3585,9 @@ } }, "@nextcloud/vue": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.2.0.tgz", - "integrity": "sha512-CkwTF/4CELjDgeQORyiA3oeeFLHXgklAnStgFNxvVXUH8N83Lkc8TmyW1XVR6OYy6HmmFYZn00LF3BpfglnA0A==", + "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", @@ -3598,7 +3598,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", @@ -3618,30 +3618,10 @@ "vue2-datepicker": "^3.6.3" }, "dependencies": { - "@babel/runtime": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.3.4.tgz", - "integrity": "sha512-IvfvnMdSaLBateu0jfsYIpZTxAc2cKEXEMiezGGN75QcBcecDUKd3PgLAncT0oOgxKy8dd8hrJKj9MfzgfZd6g==", - "requires": { - "regenerator-runtime": "^0.12.0" - }, - "dependencies": { - "regenerator-runtime": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", - "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==" - } - } - }, - "emoji-mart-vue-fast": { - "version": "7.0.7", - "resolved": "https://registry.npmjs.org/emoji-mart-vue-fast/-/emoji-mart-vue-fast-7.0.7.tgz", - "integrity": "sha512-Nrk4IOjKcKKYyMnRm4lreEiPpvDX+h3FKI86SYs05dCFZ0WZIMTGok26dtWvJqseTThS1UghsNEjM4HrfDjIJg==", - "requires": { - "@babel/polyfill": "7.2.5", - "@babel/runtime": "7.3.4", - "vue-virtual-scroller": "^1.0.0-rc.2" - } + "debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" } } }, diff --git a/package.json b/package.json index e22576ad82..95894c39b9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/password-confirmation": "^1.0.1", "@nextcloud/paths": "^1.1.2", "@nextcloud/router": "^1.1.0", - "@nextcloud/vue": "^3.2.0", + "@nextcloud/vue": "^3.7.2", "@nextcloud/vue-dashboard": "^1.1.0", "autosize": "^4.0.2", "backbone": "^1.4.0",