From 5d7a0afb11289d03bfd617b7b9bdbc27def26669 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 18:10:39 -0700 Subject: [PATCH] Update dependency inngest to v2.4.0 (#176) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 e74075d..652776e 100644 --- a/packages/plugins/inngest/package.json +++ b/packages/plugins/inngest/package.json @@ -53,7 +53,7 @@ "@whatwg-node/fetch": "0.9.6", "fast-json-stable-stringify": "2.1.0", "fast-redact": "3.1.2", - "inngest": "2.1.0", + "inngest": "2.4.0", "tslib": "2.5.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index ddc23bb..78f602f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5297,10 +5297,10 @@ ini@^1.3.4: resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== -inngest@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/inngest/-/inngest-2.1.0.tgz#34ae595193c5ea6d0312a12f8fb1dfafb7468821" - integrity sha512-KPUl4rGJTOc/zAAkToSMn/RpHaPYp/rKjSog9uhhEteugDcnmbregJ7oez28HQh86uemY1Lt/juYK2WUdRUVDw== +inngest@2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/inngest/-/inngest-2.4.0.tgz#cb4cc4f1317ebf6eba62faea5fd3cfeddb724d30" + integrity sha512-C7c3/FX0T4U5rgVb3YcqwGJo2vcL7tHk8Vz0Jq4Zcx86d+c21r4HWJzF2KDcMljndftjPfs4iAOEbhklmXdouQ== dependencies: buffer "^6.0.3" canonicalize "^1.0.8"