From dbafdf0bc0326c01a21239729403c137a2c19bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 21:24:58 +0000 Subject: [PATCH] Bump select2 from 4.0.5 to 4.0.6 in /disturbance/frontend/disturbance Bumps [select2](https://github.com/select2/select2) from 4.0.5 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.5...4.0.6) --- updated-dependencies: - dependency-name: select2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- disturbance/frontend/disturbance/package-lock.json | 10 +++++----- disturbance/frontend/disturbance/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/disturbance/frontend/disturbance/package-lock.json b/disturbance/frontend/disturbance/package-lock.json index 8a61a886f..ca7e5940d 100644 --- a/disturbance/frontend/disturbance/package-lock.json +++ b/disturbance/frontend/disturbance/package-lock.json @@ -366,7 +366,7 @@ "almond": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/almond/-/almond-0.3.3.tgz", - "integrity": "sha1-oOfJWsdiTWQXtElLHmi/9pMWiiA=" + "integrity": "sha512-Eh5QhyxrKnTI0OuGpwTRvzRrnu1NF3F2kbQJRwpXj/uMy0uycwqw2/RhdDrD1cBTD1JFFHFrxGIU8HQztowR0g==" }, "alphanum-sort": { "version": "1.0.2", @@ -6950,7 +6950,7 @@ "jquery-mousewheel": { "version": "3.1.13", "resolved": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz", - "integrity": "sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU=" + "integrity": "sha512-GXhSjfOPyDemM005YCEHvzrEALhKDIswtxSHSR2e4K/suHVJKJxxRCGz3skPjNxjJjQa9AVSGGlYjv1M3VLIPg==" }, "jquery-validation": { "version": "1.17.0", @@ -10851,9 +10851,9 @@ } }, "select2": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/select2/-/select2-4.0.5.tgz", - "integrity": "sha1-eqxQaSVhmFs007guxV4ib4lg1Ao=", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/select2/-/select2-4.0.6.tgz", + "integrity": "sha512-P5NqUcH+FFBwHAbC2mEWMDS446YdIGvXRM9tSGFLuNIFRP/ng0IOtjJ4zkzVyCl43RM/NyXJa6SAPT9MGg634A==", "requires": { "almond": "~0.3.1", "jquery-mousewheel": "~3.1.13" diff --git a/disturbance/frontend/disturbance/package.json b/disturbance/frontend/disturbance/package.json index e88583eb1..54d5f1b13 100644 --- a/disturbance/frontend/disturbance/package.json +++ b/disturbance/frontend/disturbance/package.json @@ -43,7 +43,7 @@ "papaparse": "^4.3.7", "popper.js": "^1.16.1", "randomatic": "^3.0.0", - "select2": "^4.0.3", + "select2": "^4.0.6", "select2-bootstrap-theme": "0.1.0-beta.10", "serialize-javascript": "^2.1.1", "set-value": "^2.0.1",