From 915661fb1ec182280f77e4fa424d4de63fc202bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:24:21 +0000 Subject: [PATCH] Bump select2 from 4.0.6-rc.1 to 4.0.6 Bumps [select2](https://github.com/select2/select2) from 4.0.6-rc.1 to 4.0.6. - [Release notes](https://github.com/select2/select2/releases) - [Changelog](https://github.com/select2/select2/blob/develop/CHANGELOG.md) - [Commits](https://github.com/select2/select2/compare/4.0.6-rc.1...4.0.6) --- updated-dependencies: - dependency-name: select2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6ca47b3..8741075 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "luxon": "^1.11.3", "postcss-loader": "^3.0.0", "sass-resources-loader": "^1.3.3", - "select2": "^4.0.6-rc.1", + "select2": "^4.0.6", "slick-carousel": "^1.6.0", "style-loader": "^0.20.1", "tiptap": "^1.13.0", diff --git a/yarn.lock b/yarn.lock index 9b4680d..7ac0a1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6835,9 +6835,10 @@ select-hose@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca" -select2@^4.0.6-rc.1: - version "4.0.6-rc.1" - resolved "https://registry.yarnpkg.com/select2/-/select2-4.0.6-rc.1.tgz#aa6c3038a7f0f2e91ffade38f0a21c15e1813276" +select2@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/select2/-/select2-4.0.6.tgz#88697c96e08b65a5963c2806c1d5eefbceec0a7e" + integrity sha512-P5NqUcH+FFBwHAbC2mEWMDS446YdIGvXRM9tSGFLuNIFRP/ng0IOtjJ4zkzVyCl43RM/NyXJa6SAPT9MGg634A== dependencies: almond "~0.3.1" jquery-mousewheel "~3.1.13"