From 667e2222d6b71701655a189fcde5bf84bf0dbb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:22:16 +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-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json old mode 100755 new mode 100644 index bb76c1c0..b87b2ee4 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,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==" }, "amcharts3": { "version": "3.21.14", @@ -431,7 +431,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-toast-plugin": { "version": "1.3.2", @@ -518,9 +518,9 @@ "integrity": "sha512-DzYUuXr+OV2BDvYXaYzlYgJd4WXZZ2CW5NFC7Kw6TUCpzXJAx4MwlVD6CH+Mu6fi8rfAQIQfqdFZ4jtDsEkWig==" }, "select2": { - "version": "4.0.6-rc.1", - "resolved": "https://registry.npmjs.org/select2/-/select2-4.0.6-rc.1.tgz", - "integrity": "sha1-qmwwOKfw8ukf+t448KIcFeGBMnY=", + "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"