From de1e80f5ea446959b680529b006d3b402a2c8f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 10:53:13 +0000 Subject: [PATCH] Bump v-click-outside from 3.1.0 to 3.1.1 Bumps [v-click-outside](https://github.com/ndelvalle/v-click-outside) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ndelvalle/v-click-outside/releases) - [Commits](https://github.com/ndelvalle/v-click-outside/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07c2e57773..795d97a909 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9201,9 +9201,9 @@ "dev": true }, "v-click-outside": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.1.0.tgz", - "integrity": "sha512-WZBeCxHjmL67+dpw4GTNwNWoCUsyjvP4bO0xFLCEPIYqWhigQso28NKasfvg4vDYn7fUvMigFmKf+mV42lbJ2Q==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.1.1.tgz", + "integrity": "sha512-JJCdOwsJw77bzO37fkQdWX9OnjgLBGQNOM2SVmIdDdUi+n2xc/06dQdctxySIhetd35IGbs3NGU11pkKnBuhJg==" }, "v-tooltip": { "version": "2.0.3", diff --git a/package.json b/package.json index 904175a4bb..5bcab732ff 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9", "underscore": "^1.11.0", "url-search-params-polyfill": "^8.0.0", - "v-click-outside": "^3.0.1", + "v-click-outside": "^3.1.1", "v-tooltip": "^2.0.3", "vue": "^2.6.12", "vue-click-outside": "^1.1.0",