Skip to content

Commit

Permalink
fix(deps): update dependency @txo/log to ^2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 21, 2023
1 parent cb4de22 commit 005bdc1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"update-boilerplate-version": "./scripts/update-boilerplate-version.sh"
},
"dependencies": {
"@txo/log": "^2.0.4",
"@txo/log": "^2.0.5",
"@txo/types": "^1.3.1",
"numbro": "^2.3.6"
},
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,14 @@
"@txo/log" "^2.0.3"
utility-types "^3.10.0"

"@txo/functional@^4.6.4":
version "4.6.4"
resolved "https://registry.yarnpkg.com/@txo/functional/-/functional-4.6.4.tgz#1a807d73a7b4b5c7962851201dcea932a9d94e08"
integrity sha512-14Zx0l4W2wdj6LHEdRBQBmN8rUHFUcvhWt7HEQC1QiKl+bsTLxarEKs7dtW+hmHzk+iAlubfBIvFUSg3AfVWcw==
dependencies:
"@txo/log" "^2.0.4"
utility-types "^3.10.0"

"@txo/log-console@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@txo/log-console/-/log-console-3.0.0.tgz#56506a8c6afea9109301ff96520c43815814022d"
Expand All @@ -1582,6 +1590,13 @@
dependencies:
"@txo/functional" "^4.6.3"

"@txo/log@^2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@txo/log/-/log-2.0.5.tgz#43f6fcac763b6ae38d1ae6d6121dcbf7b37a2a0d"
integrity sha512-TzwOSH9GzJ1z/889tr0FOrALCU1yfebeotuQWoO6C3IPVhAUVaiFt8pRk2QSv6oAQng0UrpBnkPpc2HkoziMkQ==
dependencies:
"@txo/functional" "^4.6.4"

"@txo/types@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@txo/types/-/types-1.3.1.tgz#d450b61f74afc02721d9960a0040074a933f1c02"
Expand Down

0 comments on commit 005bdc1

Please sign in to comment.