Skip to content

Commit 047d7b3

Browse files
fix(deps): update dependency fast-redact to ^3.4.1 (#155)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fast-redact](https://togithub.com/davidmarkclements/fast-redact) | [`^3.4.0` -> `^3.4.1`](https://renovatebot.com/diffs/npm/fast-redact/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fast-redact/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fast-redact/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fast-redact/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fast-redact/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>davidmarkclements/fast-redact (fast-redact)</summary> ### [`v3.4.1`](https://togithub.com/davidmarkclements/fast-redact/releases/tag/v3.4.1) [Compare Source](https://togithub.com/davidmarkclements/fast-redact/compare/v3.4.0...v3.4.1) ##### What's Changed - fix: restore using latest secret state by [@&#8203;MSala](https://togithub.com/MSala) in [https://github.com/davidmarkclements/fast-redact/pull/69](https://togithub.com/davidmarkclements/fast-redact/pull/69) ##### New Contributors - [@&#8203;MSala](https://togithub.com/MSala) made their first contribution in [https://github.com/davidmarkclements/fast-redact/pull/69](https://togithub.com/davidmarkclements/fast-redact/pull/69) **Full Changelog**: davidmarkclements/fast-redact@v3.4.0...v3.4.1 </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 becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/logging). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9400177 commit 047d7b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/fast-redact": "^3.0.4",
4848
"bunyan": "^1.8.15",
4949
"bunyan-prettystream": "^0.1.3",
50-
"fast-redact": "^3.4.0"
50+
"fast-redact": "^3.4.1"
5151
},
5252
"devDependencies": {
5353
"@types/bunyan-prettystream": "^0.1.32",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3337,10 +3337,10 @@ fast-levenshtein@^2.0.6:
33373337
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
33383338
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
33393339

3340-
fast-redact@^3.4.0:
3341-
version "3.4.0"
3342-
resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.4.0.tgz#24e45adcbfa045375f93012bc10c34976d59352e"
3343-
integrity sha512-2gwPvyna0zwBdxKnng1suu/dTL5s8XEy2ZqH8mwDUwJdDkV8w5kp+JV26mupdK68HmPMbm6yjW9m7/Ys/BHEHg==
3340+
fast-redact@^3.4.1:
3341+
version "3.5.0"
3342+
resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.5.0.tgz#e9ea02f7e57d0cd8438180083e93077e496285e4"
3343+
integrity sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==
33443344

33453345
fast-safe-stringify@^2.1.1:
33463346
version "2.1.1"

0 commit comments

Comments
 (0)