Skip to content

Commit

Permalink
fix(deps): update dependency @txo/log to ^2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 23, 2023
1 parent 893106d commit 2e8f1d2
Show file tree
Hide file tree
Showing 2 changed files with 8 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.8",
"@txo/log": "^2.0.9",
"@txo/service-prop": "^2.2.8",
"lodash.get": "^4.4.2"
},
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,13 @@
dependencies:
"@txo/functional" "^4.6.7"

"@txo/log@^2.0.9":
version "2.0.9"
resolved "https://registry.yarnpkg.com/@txo/log/-/log-2.0.9.tgz#53916baa5d4486fb1ce9f12073218137235bbd70"
integrity sha512-7stPRoqEPmyFqIzgnaTMDCxlKY6/ifcSW2aahaLn3FOg0panR3mCFJsjpsBi0+amGVNgqiegW/y+DdSYlvKv0Q==
dependencies:
"@txo/functional" "^4.6.8"

"@txo/service-prop@^2.2.8":
version "2.2.8"
resolved "https://registry.yarnpkg.com/@txo/service-prop/-/service-prop-2.2.8.tgz#6f513117dd73ae38f3ab5dbaaad6b5d48cace9ee"
Expand Down

0 comments on commit 2e8f1d2

Please sign in to comment.