From 2d8021071558dc0a092a583cbc705ad34f98e4c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 14:08:42 +0000 Subject: [PATCH] Bump @nextcloud/vue from 3.1.0 to 3.1.2 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.1.0...v3.1.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 35 ++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb8d39d33..ff58f4987 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3927,9 +3927,9 @@ } }, "@nextcloud/vue": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.1.0.tgz", - "integrity": "sha512-BB3/6RM0yPw4+McZvda8CaL0JEFb4lXQ/7l8tZ1zgrY2jDCZpwnEMsizzK16KeX4dzx1HNyt4PPBlWaSoVvfuQ==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.1.2.tgz", + "integrity": "sha512-47SN1veuU7L6urCPbJg6vrPhkInqgR9PrNU6mMw9f/r5QZOky0eGHVbyB8dkPyfQMvoDvfVNnpcVl2/pERvuvg==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -3941,7 +3941,7 @@ "@nextcloud/router": "^1.0.2", "core-js": "^3.6.5", "debounce": "1.2.0", - "emoji-mart-vue-fast": "^7.0.4", + "emoji-mart-vue-fast": "^7.0.7", "escape-html": "^1.0.3", "hammerjs": "^2.0.8", "linkifyjs": "~2.1.9", @@ -3956,14 +3956,39 @@ "vue-color": "^2.7.1", "vue-multiselect": "^2.1.6", "vue-visible": "^1.0.2", - "vue2-datepicker": "^3.6.2" + "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==" + } + } + }, "ansi-regex": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" }, + "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" + } + }, "string-length": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz", diff --git a/package.json b/package.json index a4e7655d3..dce2b4a6f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0", - "@nextcloud/vue": "^3.1.0", + "@nextcloud/vue": "^3.1.2", "@nextcloud/vue-dashboard": "^1.0.1", "attachmediastream": "^2.1.0", "crypto-js": "^4.0.0",