From 2b66fb264b289742fc2d68cfd0bc0a2bbc44aeba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 03:53:26 +0000 Subject: [PATCH] Bump select2 in the javascript-prod group across 1 directory Bumps the javascript-prod group with 1 update in the / directory: [select2](https://github.com/select2/select2). Updates `select2` from 4.0.13 to 4.1.0 - [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.13...4.1.0) --- updated-dependencies: - dependency-name: select2 dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: javascript-prod ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cf51ffd0..2faa8905 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "core-js": "^3.49.0", "jquery": "^3.7.1", "regenerator-runtime": "^0.14.1", - "select2": "^4.0.3", + "select2": "^4.1.0", "yargs-parser": ">=18.1.2" } } diff --git a/yarn.lock b/yarn.lock index 65692fb5..6f236497 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3507,10 +3507,10 @@ schema-utils@^4.0.0, schema-utils@^4.2.0, schema-utils@^4.3.0, schema-utils@^4.3 ajv-formats "^2.1.1" ajv-keywords "^5.1.0" -select2@^4.0.3: - version "4.0.13" - resolved "https://registry.yarnpkg.com/select2/-/select2-4.0.13.tgz#0dbe377df3f96167c4c1626033e924372d8ef44d" - integrity sha512-1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw== +select2@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/select2/-/select2-4.1.0.tgz#8b037e02a3c025beda07fed7f9ecc7d298036e1a" + integrity sha512-i9KalWOP4/LRRGc8+rj2krNm0ZqP14cV+j1TRCEBSsOhCPkKH8rYZ2MCRXcgvqIqN+llqGci0hj9aVkCMvL0+g== semver@^5.6.0: version "5.7.2"