From a4b73f66a2bb505f8b93401fcfcd6aa2c2964e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 20:44:36 +0000 Subject: [PATCH] Bump express in /Dapr/pubsub-programmatic/nodejs/consumer1 Bumps [express](https://github.com/expressjs/express) from 4.22.1 to 5.2.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/v4.22.1...v5.2.1) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Dapr/pubsub-programmatic/nodejs/consumer1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dapr/pubsub-programmatic/nodejs/consumer1/package.json b/Dapr/pubsub-programmatic/nodejs/consumer1/package.json index 2c14559..f1dbfee 100644 --- a/Dapr/pubsub-programmatic/nodejs/consumer1/package.json +++ b/Dapr/pubsub-programmatic/nodejs/consumer1/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "express": "^4.17.1" + "express": "^5.2.1" } }