Skip to content

Commit

Permalink
fix: force bootstrap-select version to 1.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Mar 11, 2019
1 parent 393d32e commit 398d530
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
3 changes: 2 additions & 1 deletion app/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
},
"resolutions": {
"ngx-bootstrap": "3.1.4",
"bootstrap": "~3.4"
"bootstrap": "~3.4",
"bootstrap-select": "1.13.6"
},
"snyk": true
}
17 changes: 5 additions & 12 deletions app/ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1299,17 +1299,10 @@ bootstrap-sass@^3.3.7, bootstrap-sass@~3.3.7:
version "3.3.7"
resolved "https://registry.yarnpkg.com/bootstrap-sass/-/bootstrap-sass-3.3.7.tgz#6596c7ab40f6637393323ab0bc80d064fc630498"

[email protected]:
version "1.12.2"
resolved "https://registry.yarnpkg.com/bootstrap-select/-/bootstrap-select-1.12.2.tgz#58d095b3fd584b31443866fbe39b6fdd4e4e12a4"
dependencies:
jquery ">=1.8"

bootstrap-select@~1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/bootstrap-select/-/bootstrap-select-1.10.0.tgz#9499679e70004dbc00872522322d3b93a0f132e4"
dependencies:
jquery ">=1.8"
[email protected], [email protected], bootstrap-select@~1.10.0:
version "1.13.6"
resolved "https://registry.yarnpkg.com/bootstrap-select/-/bootstrap-select-1.13.6.tgz#dc41f8a7385ab4e385562b400d4cf2422f5ef852"
integrity sha512-MsOZjYVv0jjHOCUV6CG3J8MSsosrKL8MlA8DacMhMqFq43tTxMjjd7Czo5a/upKPNHW6asFq29oyKJTrPva6FQ==

bootstrap-slider@^9.9.0:
version "9.10.0"
Expand Down Expand Up @@ -4830,7 +4823,7 @@ [email protected], jquery@~3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"

"jquery@>= 2.1.x", jquery@>=1.7, jquery@>=1.7.0, jquery@>=1.7.1, "jquery@>=1.7.1 <4.0.0", jquery@>=1.8, "jquery@^1.8.3 || ^2.0 || ^3.0":
"jquery@>= 2.1.x", jquery@>=1.7, jquery@>=1.7.0, jquery@>=1.7.1, "jquery@>=1.7.1 <4.0.0", "jquery@^1.8.3 || ^2.0 || ^3.0":
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"

Expand Down

0 comments on commit 398d530

Please sign in to comment.