From 30903eed5b9eaea708224b95d9871a324c6b83d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:37:39 +0000 Subject: [PATCH] Update dependency fast-redact to v3.3.0 --- packages/plugins/inngest/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/plugins/inngest/package.json b/packages/plugins/inngest/package.json index 652776e..648280c 100644 --- a/packages/plugins/inngest/package.json +++ b/packages/plugins/inngest/package.json @@ -52,7 +52,7 @@ "@graphql-tools/utils": "10.0.1", "@whatwg-node/fetch": "0.9.6", "fast-json-stable-stringify": "2.1.0", - "fast-redact": "3.1.2", + "fast-redact": "3.3.0", "inngest": "2.4.0", "tslib": "2.5.3" }, diff --git a/yarn.lock b/yarn.lock index 02c7fb8..ef8f26a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4647,10 +4647,10 @@ fast-querystring@^1.1.1: dependencies: fast-decode-uri-component "^1.0.1" -fast-redact@3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.1.2.tgz#d58e69e9084ce9fa4c1a6fa98a3e1ecf5d7839aa" - integrity sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw== +fast-redact@3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.3.0.tgz#7c83ce3a7be4898241a46560d51de10f653f7634" + integrity sha512-6T5V1QK1u4oF+ATxs1lWUmlEk6P2T9HqJG3e2DnHOdVgZy2rFJBoEnrIedcTXlkAHU/zKC+7KETJ+KGGKwxgMQ== fast-url-parser@^1.1.3: version "1.1.3"