Skip to content

Commit

Permalink
fix(deps): update dependency @softwareventures/nullable to v3 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 13, 2022
1 parent d8a1cfe commit b8dffbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": "^14 || ^16 || >=18"
},
"dependencies": {
"@softwareventures/nullable": "^1.0.0 || ^1.2.1 || ^2.0.0",
"@softwareventures/nullable": "^1.0.0 || ^1.2.1 || ^2.0.0 || ^3.0.0",
"@softwareventures/ordered": "^0.2.2 || ^1.0.0",
"tslib": "2.4.0"
},
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -512,12 +512,12 @@
dependencies:
tslib "^2.3.1"

"@softwareventures/nullable@^1.0.0 || ^1.2.1 || ^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==
"@softwareventures/nullable@^1.0.0 || ^1.2.1 || ^2.0.0 || ^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@softwareventures/nullable/-/nullable-3.0.0.tgz#979045c99e7c8a9055cb25c3c5cb5b9edfc50085"
integrity sha512-kgYOGJHzgZl0QGqMqbRe34i5VaRQUsG+X9AcblJL1lGDq+npLsCS974VSJmOBxnSqIQ5dcgah+zBxHndH8qzfg==
dependencies:
tslib "2.3.0"
tslib "2.4.0"

"@softwareventures/ordered@^0.2.2 || ^1.0.0":
version "1.0.0"
Expand Down Expand Up @@ -5317,11 +5317,6 @@ tsconfig-paths@^3.14.1:
minimist "^1.2.6"
strip-bom "^3.0.0"

tslib@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==

tslib@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
Expand Down

0 comments on commit b8dffbe

Please sign in to comment.