From 05190b92b99bd66de77afb31e6411d70d830a9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:06:37 +0000 Subject: [PATCH] build(deps): bump vue-multiselect in /web Bumps [vue-multiselect](https://github.com/shentao/vue-multiselect) from 3.0.0-alpha.2 to 3.0.0-beta.1. - [Release notes](https://github.com/shentao/vue-multiselect/releases) - [Commits](https://github.com/shentao/vue-multiselect/commits/3.0.0-beta.1) --- updated-dependencies: - dependency-name: vue-multiselect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/package.json b/web/package.json index 27cf03f7..e32ccd89 100644 --- a/web/package.json +++ b/web/package.json @@ -20,7 +20,7 @@ "prismjs": "^1.29.0", "sass": "^1.60.0", "vue": "^3.2.45", - "vue-multiselect": "^3.0.0-alpha.2", + "vue-multiselect": "^3.0.0-beta.1", "vue-prism-component": "^2.0.0", "vue-router": "^4.1.6" }, diff --git a/web/yarn.lock b/web/yarn.lock index 49faa12f..5a6999e2 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1878,9 +1878,10 @@ vue-eslint-parser@^8.0.0, vue-eslint-parser@^8.0.1: lodash "^4.17.21" semver "^7.3.5" -vue-multiselect@^3.0.0-alpha.2: - version "3.0.0-alpha.2" - resolved "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-3.0.0-alpha.2.tgz" +vue-multiselect@^3.0.0-beta.1: + version "3.0.0-beta.1" + resolved "https://registry.yarnpkg.com/vue-multiselect/-/vue-multiselect-3.0.0-beta.1.tgz#f5c33677237fa9af0105f94783c3175330731e5a" + integrity sha512-V+jpydtjyHcQ+yjHsEWEBrDAopOx/pufNkSAXNVDAGQ+ESDEJ7wYejNd9H1RiCnFOYK4yf1XSGqE+Mp3HJXmdg== vue-prism-component@^2.0.0: version "2.0.0"