Skip to content

Commit c45a64d

Browse files
Bump select2 from 3.5.1 to 4.0.6
Bumps [select2](https://github.com/select2/select2) from 3.5.1 to 4.0.6. - [Release notes](https://github.com/select2/select2/releases) - [Changelog](https://github.com/select2/select2/blob/develop/CHANGELOG.md) - [Commits](select2/select2@3.5.1...4.0.6) --- updated-dependencies: - dependency-name: select2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e3e978 commit c45a64d

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"lodash": "^4.17.21",
6969
"moment": "^2.29.2",
7070
"ngstorage": "^0.3.4",
71-
"select2": "^3.4.5",
71+
"select2": "^4.0.6",
7272
"select2-bootstrap-css": "^1.4.6",
7373
"tinymce": "^5.10.0"
7474
},

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ align-text@^0.1.1, align-text@^0.1.3:
138138
longest "^1.0.1"
139139
repeat-string "^1.5.2"
140140

141+
almond@~0.3.1:
142+
version "0.3.3"
143+
resolved "https://registry.yarnpkg.com/almond/-/almond-0.3.3.tgz#a0e7c95ac7624d6417b4494b1e68bff693168a20"
144+
integrity sha512-Eh5QhyxrKnTI0OuGpwTRvzRrnu1NF3F2kbQJRwpXj/uMy0uycwqw2/RhdDrD1cBTD1JFFHFrxGIU8HQztowR0g==
145+
141146
142147
version "1.8.3"
143148
resolved "https://registry.yarnpkg.com/angular-animate/-/angular-animate-1.8.3.tgz#f88db37325de256f9144d1242ce3158134a9d72a"
@@ -2492,6 +2497,11 @@ jasminewd2@^2.1.0:
24922497
resolved "https://registry.yarnpkg.com/jasminewd2/-/jasminewd2-2.2.0.tgz#e37cf0b17f199cce23bea71b2039395246b4ec4e"
24932498
integrity sha512-Rn0nZe4rfDhzA63Al3ZGh0E+JTmM6ESZYXJGKuqKGZObsAB9fwXPD03GjtIEvJBDOhN94T5MzbwZSqzFHSQPzg==
24942499

2500+
jquery-mousewheel@~3.1.13:
2501+
version "3.1.13"
2502+
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
2503+
integrity sha512-GXhSjfOPyDemM005YCEHvzrEALhKDIswtxSHSR2e4K/suHVJKJxxRCGz3skPjNxjJjQa9AVSGGlYjv1M3VLIPg==
2504+
24952505
jquery@^2.2.3:
24962506
version "2.2.4"
24972507
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02"
@@ -3781,10 +3791,13 @@ select2-bootstrap-css@^1.4.6:
37813791
resolved "https://registry.yarnpkg.com/select2-bootstrap-css/-/select2-bootstrap-css-1.4.6.tgz#5cfb68246f5299ca1858e01efd788804c734997e"
37823792
integrity sha512-BBsisfivUYjwhj3QdWNS15sBqC/DHoszRC4B3GIzJwMNO1pT1uVvwDm5u2TLXi7oj/3S4vIeQ6yAuMa86d7c9A==
37833793

3784-
select2@^3.4.5:
3785-
version "3.5.1"
3786-
resolved "https://registry.yarnpkg.com/select2/-/select2-3.5.1.tgz#f2819489bbc65fd6d328be72bbe2b95dd7e87cfe"
3787-
integrity sha512-IFX3UFPpPyK1I1Kuw1R1x+upMyNAZbMlkFhiTnRCRR7ii0KU1brmJMLa3GZcrMWCHiQlm0eKqb6i4XO4pqOrGQ==
3794+
select2@^4.0.6:
3795+
version "4.0.6"
3796+
resolved "https://registry.yarnpkg.com/select2/-/select2-4.0.6.tgz#88697c96e08b65a5963c2806c1d5eefbceec0a7e"
3797+
integrity sha512-P5NqUcH+FFBwHAbC2mEWMDS446YdIGvXRM9tSGFLuNIFRP/ng0IOtjJ4zkzVyCl43RM/NyXJa6SAPT9MGg634A==
3798+
dependencies:
3799+
almond "~0.3.1"
3800+
jquery-mousewheel "~3.1.13"
37883801

37893802
[email protected], selenium-webdriver@^3.0.1:
37903803
version "3.6.0"

0 commit comments

Comments
 (0)