Skip to content

Commit c8ebc4f

Browse files
fix(deps): update dependency fast-redact to ^3.4.0 (#152)
[![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.3.0` -> `^3.4.0`](https://renovatebot.com/diffs/npm/fast-redact/3.3.0/3.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fast-redact/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fast-redact/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fast-redact/3.3.0/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fast-redact/3.3.0/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>davidmarkclements/fast-redact (fast-redact)</summary> ### [`v3.4.0`](https://togithub.com/davidmarkclements/fast-redact/releases/tag/v3.4.0) [Compare Source](https://togithub.com/davidmarkclements/fast-redact/compare/v3.3.0...v3.4.0) #### What's Changed - fix(wildcards): remove old secret references by [@&#8203;roggervalf](https://togithub.com/roggervalf) in [https://github.com/davidmarkclements/fast-redact/pull/67](https://togithub.com/davidmarkclements/fast-redact/pull/67) #### New Contributors - [@&#8203;roggervalf](https://togithub.com/roggervalf) made their first contribution in [https://github.com/davidmarkclements/fast-redact/pull/67](https://togithub.com/davidmarkclements/fast-redact/pull/67) **Full Changelog**: davidmarkclements/fast-redact@v3.3.0...v3.4.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3342a1f commit c8ebc4f

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.3.0"
50+
"fast-redact": "^3.4.0"
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.3.0:
3341-
version "3.3.0"
3342-
resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.3.0.tgz#7c83ce3a7be4898241a46560d51de10f653f7634"
3343-
integrity sha512-6T5V1QK1u4oF+ATxs1lWUmlEk6P2T9HqJG3e2DnHOdVgZy2rFJBoEnrIedcTXlkAHU/zKC+7KETJ+KGGKwxgMQ==
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==
33443344

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

0 commit comments

Comments
 (0)