From 36a3e99d04282f39c366c224c26b23969a509105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 09:55:12 +0000 Subject: [PATCH] Bump inngest from 3.22.13 to 3.54.0 in /examples/nextjs-blog-cms Bumps [inngest](https://github.com/inngest/inngest-js/tree/HEAD/packages/inngest) from 3.22.13 to 3.54.0. - [Release notes](https://github.com/inngest/inngest-js/releases) - [Changelog](https://github.com/inngest/inngest-js/blob/main/packages/inngest/CHANGELOG.md) - [Commits](https://github.com/inngest/inngest-js/commits/HEAD/packages/inngest) --- updated-dependencies: - dependency-name: inngest dependency-version: 3.54.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs-blog-cms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs-blog-cms/package.json b/examples/nextjs-blog-cms/package.json index 268139b..755b40e 100644 --- a/examples/nextjs-blog-cms/package.json +++ b/examples/nextjs-blog-cms/package.json @@ -22,7 +22,7 @@ "@supabase/supabase-js": "^2.45.4", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "inngest": "^3.19.14", + "inngest": "^3.54.0", "lucide-react": "^0.441.0", "next": "16.1.5", "next-mdx-remote": "^6.0.0",