From a2021ab05f19fd7a82652cfd9c840b730b21f31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:13:46 +0000 Subject: [PATCH] Bump vue-select from 3.10.8 to 3.20.2 Bumps [vue-select](https://github.com/sagalbot/vue-select) from 3.10.8 to 3.20.2. - [Release notes](https://github.com/sagalbot/vue-select/releases) - [Changelog](https://github.com/sagalbot/vue-select/blob/master/release.config.js) - [Commits](https://github.com/sagalbot/vue-select/compare/v3.10.8...v3.20.2) --- updated-dependencies: - dependency-name: vue-select dependency-type: direct:development update-type: version-update:semver-minor ... 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 25ebccc..07bbbbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9282,9 +9282,9 @@ "dev": true }, "vue-select": { - "version": "3.10.8", - "resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.10.8.tgz", - "integrity": "sha512-PnjtZWCTiSr04bs8ctPIiU41qnBK+oh/SOe6Pb4gElMMxofDFwUxiUe++mz0+84aTy4zrleGxtvVVyWbiPYBiw==", + "version": "3.20.2", + "resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.20.2.tgz", + "integrity": "sha512-ZSzIDzyYsWZULGUxVp1h6u3yi9IZQBWX8r6kSudUI/I5J1HQKpBjRntvkrg6pr87xmm16kdChvHCDN+W84vTKw==", "dev": true }, "vue-style-loader": { diff --git a/package.json b/package.json index efc70d1..393d0b2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "vue": "^2.5.17", "vue-clickaway": "^2.2.2", "vue-router": "^3.3.4", - "vue-select": "^3.10.7", + "vue-select": "^3.20.2", "vue-sweetalert2": "^3.0.6", "vue-template-compiler": "^2.6.10", "vue2-dropzone": "^3.6.0",