Skip to content

Commit

Permalink
fix(deps): update dependency @softwareventures/array to v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2022
1 parent 88e4212 commit d4fd8f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": ">= 12"
},
"dependencies": {
"@softwareventures/array": "5.2.0",
"@softwareventures/array": "5.2.1",
"@softwareventures/chain": "1.0.1",
"cli-color": "2.0.3",
"p-all": "4.0.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -468,31 +468,31 @@
lodash "^4.17.4"
read-pkg-up "^7.0.0"

"@softwareventures/array@5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@softwareventures/array/-/array-5.2.0.tgz#235a8427378b84f18031a09ede0142d6ec6a8e67"
integrity sha512-vVleJME+wOObPdbgYLYwiVN3VV48gzA6I86fOzpNwjk1rFtVtEttVO9lUcGUrXoNaFwYNM+I9VfLaLqaiKdbxA==
"@softwareventures/array@5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@softwareventures/array/-/array-5.2.1.tgz#810e913ce2be07843078904a07cf957670a26e4a"
integrity sha512-MO4IV+7UetpJ5Wvnjjiq1tW+IJ5LD6Ia6iag643/2Tn7czthzcfVOA5kC4pCEW7pi7ghQSt81sDbCFfyzrX0hQ==
dependencies:
"@softwareventures/nullable" "^1.0.0 || ^1.0.0 || ^1.2.1 || ^2.0.0"
"@softwareventures/ordered" "^0.2.0 || ^1.0.0"
"@softwareventures/nullable" "^1.0.0 || ^2.0.0"
"@softwareventures/ordered" "^1.1.0"
tslib "^2.0.0"

"@softwareventures/chain@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@softwareventures/chain/-/chain-1.0.1.tgz#79099066f5274e1cccf447a935f0b50372c1a673"
integrity sha512-1nJZ88aGuadOVQtUDf5ja1PNeSXWtstkfJ9uqwPi5Xepm4n2zss6toiTC4DLsY8bKROTrdnxlTgG+8M4nCnigg==

"@softwareventures/nullable@^1.0.0 || ^1.0.0 || ^1.2.1 || ^2.0.0":
"@softwareventures/nullable@^1.0.0 || ^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@softwareventures/nullable/-/nullable-2.0.0.tgz#d11498c5fe71bb0b94ba85a40e774c19c721c5d3"
integrity sha512-zx+FMgB4MqmqIiCglgP8GZIYPw57yFBuz/jh0kXNAoEtSRl3LkwhaGG0b/y5yae2RsYSaVkNotQaSmJRt5GahA==
dependencies:
tslib "2.3.0"

"@softwareventures/ordered@^0.2.0 || ^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@softwareventures/ordered/-/ordered-1.0.0.tgz#d803eef43bb0b4ccfcd78d2928fe38b5109ad99e"
integrity sha512-SUFUYDWEPAS54LpGH+mRHwkGuTINPDt4OOS3h/Zr9f12JPFz2cqh6Xxwg75BZqwaeONuUwmklJVMRmgvxSSkPA==
"@softwareventures/ordered@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@softwareventures/ordered/-/ordered-1.1.0.tgz#5bd8929574d309738f6bcccaa017557979a4e303"
integrity sha512-XkoiEiTiLhDnDHYKmDobtoNlqYEmK/LK/FOeKzfIOB8Xfl9+Q6toDxSasB+T6coOZiJ0GA23XFsSkh0grC2Nng==
dependencies:
tslib "^1.9.3 || ^2.0.0 || ^2.1.0"

Expand Down

0 comments on commit d4fd8f3

Please sign in to comment.