Skip to content

Commit

Permalink
fix(deps): update dependency @txo/log to ^2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 21, 2023
1 parent 71d1b5e commit 345035a
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.3",
"@txo/log": "^2.0.4",
"@txo/service-prop": "^2.2.2",
"lodash.get": "^4.4.2"
},
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1487,6 +1487,14 @@
"@txo/log" "^2.0.1"
utility-types "^3.10.0"

"@txo/functional@^4.6.3":
version "4.6.3"
resolved "https://registry.yarnpkg.com/@txo/functional/-/functional-4.6.3.tgz#280fa88ffa002176a685e31094685f125f604c1d"
integrity sha512-DUd+P+mRb53Ogot4YqSOPN4h8CxYFEcoK+GHwd0F4CP9oVH047NFU0Driw3B4HMxF1pMlcOH/x1SpO5SjNUhkg==
dependencies:
"@txo/log" "^2.0.3"
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 @@ -1504,6 +1512,13 @@
dependencies:
"@txo/functional" "^4.6.2"

"@txo/log@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@txo/log/-/log-2.0.4.tgz#6a4268d8964840ffebfa1479d059037c3e267360"
integrity sha512-IDXO3Vfsu/YHZQyYqr4CEYqt87y8KLB/3W9/Ra9NlOr9OG+OVJ8ZE9wXWWli9YAh1iCuGTM32/zNGndobbP9dA==
dependencies:
"@txo/functional" "^4.6.3"

"@txo/service-prop@^2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@txo/service-prop/-/service-prop-2.2.2.tgz#42dfd1088f662c92583b3521b45f29dd53b476ce"
Expand Down

0 comments on commit 345035a

Please sign in to comment.