Skip to content

Commit 1cb8822

Browse files
fix(deps): update dependency @valora/logging to ^1.3.19 (#674)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@valora/logging](https://redirect.github.com/valora-inc/logging) | [`^1.3.18` -> `^1.3.19`](https://renovatebot.com/diffs/npm/@valora%2flogging/1.3.18/1.3.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@valora%2flogging/1.3.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@valora%2flogging/1.3.18/1.3.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>valora-inc/logging (@&#8203;valora/logging)</summary> ### [`v1.3.19`](https://redirect.github.com/valora-inc/logging/releases/tag/v1.3.19) [Compare Source](https://redirect.github.com/valora-inc/logging/compare/v1.3.18...v1.3.19) ##### Bug Fixes - explicit type import ([#&#8203;248](https://redirect.github.com/valora-inc/logging/issues/248)) ([b7f9fd6](https://redirect.github.com/valora-inc/logging/commit/b7f9fd6b72c4b1e65be87f11aeb39a05246dae2b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/address-metadata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 953b848 commit 1cb8822

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@types/node": "^17.0.45",
3939
"@valora/http-handler": "^0.0.1",
40-
"@valora/logging": "^1.3.18",
40+
"@valora/logging": "^1.3.19",
4141
"dotenv": "^17.2.1",
4242
"firebase-admin": "^13.4.0",
4343
"joi": "^18.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,10 +1898,10 @@
18981898
dependencies:
18991899
"@google-cloud/functions-framework" "^3.1.3"
19001900

1901-
"@valora/logging@^1.3.18":
1902-
version "1.3.18"
1903-
resolved "https://registry.yarnpkg.com/@valora/logging/-/logging-1.3.18.tgz#075fbfc7bbf33e63d9c1b92bc1fa96c01daf8f29"
1904-
integrity sha512-+NUo6ZEeEeeolP+QdPp5OS4evOp6s4b7uMBfwkFRvvAysd++315wfnG5N2Ib+C8zr9r17gc7ryOHcCJFMI13Dg==
1901+
"@valora/logging@^1.3.19":
1902+
version "1.3.19"
1903+
resolved "https://registry.yarnpkg.com/@valora/logging/-/logging-1.3.19.tgz#07a0f7cc24940467973d6dff4d77d83335330e71"
1904+
integrity sha512-LiI6UvtSyeeApjXrvUfwb/emopD0D+gus97tAlYVP4ngvFVm88BZHokw/RNnJgNZFiE0R+8knLlSmKEAEi2Lvg==
19051905
dependencies:
19061906
"@google-cloud/logging" "^11.2.0"
19071907
"@google-cloud/logging-bunyan" "^5.1.0"

0 commit comments

Comments
 (0)