Skip to content

Commit

Permalink
fix(deps): update dependency is-integer-in-range to v2 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 27, 2021
1 parent 05dae7f commit 1c28f60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@softwareventures/ordered": "^0.2.1",
"@types/is-integer": "1.0.0",
"is-integer": "1.0.7",
"is-integer-in-range": "^1.0.0",
"is-integer-in-range": "^1.0.0 || ^2.0.0",
"tslib": "^1.9.3 || ^2.0.0"
},
"config": {
Expand Down
23 changes: 9 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3057,14 +3057,14 @@ is-installed-globally@^0.4.0:
global-dirs "^3.0.0"
is-path-inside "^3.0.2"

is-integer-in-range@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-integer-in-range/-/is-integer-in-range-1.0.1.tgz#3aac48e32ced57f460c5f56f5e21a625d0368887"
integrity sha512-knde2P6Xr+ExrjJtX2cZBltCT3wKTBi1ZPcXc97WKHqG0TDjACHcOnOZ8bIGtb44/VN/LLZ85WoJi9xzWbbBYA==
"is-integer-in-range@^1.0.0 || ^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-integer-in-range/-/is-integer-in-range-2.0.0.tgz#b1bc2589ff058004df6aa993ae2dca7e0b0dbb52"
integrity sha512-qEYlDg4s1t9zgVXquM88wGOlejFhXPomSOFD/6UAYmLSlwfW1P6CXTYWF4sbDClYleEXCetRKcVBJYQ7hpCEzg==
dependencies:
"@types/is-integer" "^1.0.0"
is-integer "^1.0.7"
tslib "2.0.0"
tslib "2.1.0"

is-integer@1.0.7, is-integer@^1.0.7:
version "1.0.7"
Expand Down Expand Up @@ -6218,21 +6218,16 @@ tslib@1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
integrity sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ==

tslib@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
tslib@2.1.0, "tslib@^1.9.3 || ^2.0.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

"tslib@^1.9.3 || ^2.0.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

tslint-eslint-rules@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/tslint-eslint-rules/-/tslint-eslint-rules-5.4.0.tgz#e488cc9181bf193fe5cd7bfca213a7695f1737b5"
Expand Down

0 comments on commit 1c28f60

Please sign in to comment.