From 805e6e15083d4036742e253f5477660851abfd7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:51:15 -0400 Subject: [PATCH] Bump vue-select from 3.20.2 to 3.20.3 (#719) Bumps [vue-select](https://github.com/sagalbot/vue-select) from 3.20.2 to 3.20.3. - [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.20.2...v3.20.3) --- updated-dependencies: - dependency-name: vue-select dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a21730f..92c91397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "nuxt": "^2.17.3", "papaparse": "^5.4.1", "vue": "^2.7.16", - "vue-select": "^3.20.2", + "vue-select": "^3.20.3", "vue-server-renderer": "^2.7.16", "vue-template-compiler": "^2.7.16", "webpack": "^4.47.0" @@ -17949,9 +17949,9 @@ "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==" }, "node_modules/vue-select": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.20.2.tgz", - "integrity": "sha512-ZSzIDzyYsWZULGUxVp1h6u3yi9IZQBWX8r6kSudUI/I5J1HQKpBjRntvkrg6pr87xmm16kdChvHCDN+W84vTKw==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.20.3.tgz", + "integrity": "sha512-aDaq4rPBrDavh7NDLgAP8e0G8UNElh6vO3itGWjhf1y9KaGRWtFw21cUkSRHGgj0V5FlCG4EaRb1xdE/C9J+eg==", "peerDependencies": { "vue": "2.x" } @@ -31946,9 +31946,9 @@ "integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==" }, "vue-select": { - "version": "3.20.2", - "resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.20.2.tgz", - "integrity": "sha512-ZSzIDzyYsWZULGUxVp1h6u3yi9IZQBWX8r6kSudUI/I5J1HQKpBjRntvkrg6pr87xmm16kdChvHCDN+W84vTKw==", + "version": "3.20.3", + "resolved": "https://registry.npmjs.org/vue-select/-/vue-select-3.20.3.tgz", + "integrity": "sha512-aDaq4rPBrDavh7NDLgAP8e0G8UNElh6vO3itGWjhf1y9KaGRWtFw21cUkSRHGgj0V5FlCG4EaRb1xdE/C9J+eg==", "requires": {} }, "vue-server-renderer": { diff --git a/package.json b/package.json index 01ea4f6e..ad59b67b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "nuxt": "^2.17.3", "papaparse": "^5.4.1", "vue": "^2.7.16", - "vue-select": "^3.20.2", + "vue-select": "^3.20.3", "vue-server-renderer": "^2.7.16", "vue-template-compiler": "^2.7.16", "webpack": "^4.47.0"