diff --git a/package.json b/package.json index 7b2161ae..2d9a686f 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/yarn.lock b/yarn.lock index 51987466..167e5b86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"