Skip to content

Commit 1b9e617

Browse files
AJRdevnodkz
authored andcommitted
fix: Update getos package to fix Manjaroo os detection issue
1 parent 66197db commit 1b9e617

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"decompress": "^4.2.0",
6363
"find-cache-dir": "^2.0.0",
6464
"get-port": "^4.0.0",
65-
"getos": "^3.1.0",
65+
"getos": "^3.1.1",
6666
"https-proxy-agent": "^2.2.1",
6767
"lockfile": "^1.0.4",
6868
"md5-file": "^4.0.0",

yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,22 +1057,16 @@ async-limiter@~1.0.0:
10571057
version "1.0.0"
10581058
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
10591059

1060-
async@2.4.0:
1061-
version "2.4.0"
1062-
resolved "https://registry.yarnpkg.com/async/-/async-2.4.0.tgz#4990200f18ea5b837c2cc4f8c031a6985c385611"
1060+
async@2.6.1, async@^2.1.4:
1061+
version "2.6.1"
1062+
resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
10631063
dependencies:
1064-
lodash "^4.14.0"
1064+
lodash "^4.17.10"
10651065

10661066
async@^1.4.0:
10671067
version "1.5.2"
10681068
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
10691069

1070-
async@^2.1.4:
1071-
version "2.6.1"
1072-
resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610"
1073-
dependencies:
1074-
lodash "^4.17.10"
1075-
10761070
asynckit@^0.4.0:
10771071
version "0.4.0"
10781072
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -2981,10 +2975,11 @@ get-value@^2.0.3, get-value@^2.0.6:
29812975
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
29822976

29832977
getos@^3.1.0:
2984-
version "3.1.0"
2985-
resolved "https://registry.yarnpkg.com/getos/-/getos-3.1.0.tgz#db3aa4df15a3295557ce5e81aa9e3e5cdfaa6567"
2978+
version "3.1.1"
2979+
resolved "https://registry.yarnpkg.com/getos/-/getos-3.1.1.tgz#967a813cceafee0156b0483f7cffa5b3eff029c5"
2980+
integrity sha512-oUP1rnEhAr97rkitiszGP9EgDVYnmchgFzfqRzSkgtfv7ai6tEi7Ko8GgjNXts7VLWEqrTWyhsOKLe5C5b/Zkg==
29862981
dependencies:
2987-
async "2.4.0"
2982+
async "2.6.1"
29882983

29892984
getpass@^0.1.1:
29902985
version "0.1.7"
@@ -4404,7 +4399,7 @@ lodash.without@~4.4.0:
44044399
version "4.4.0"
44054400
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
44064401

4407-
lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
4402+
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
44084403
version "4.17.10"
44094404
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
44104405

0 commit comments

Comments
 (0)