From ebea0f25b63ce5947b534d03a57d1b73a349a079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:36:53 +0000 Subject: [PATCH] build(deps): bump express Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [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/4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../test-run-transaction/supply-chain-app-stub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test-run-transaction/supply-chain-app-stub/package.json b/examples/test-run-transaction/supply-chain-app-stub/package.json index ecf5e81cb2..e062497ec2 100644 --- a/examples/test-run-transaction/supply-chain-app-stub/package.json +++ b/examples/test-run-transaction/supply-chain-app-stub/package.json @@ -6,7 +6,7 @@ "dependencies": { "body-parser": "1.20.2", "cors": "2.8.5", - "express": "4.18.2", + "express": "4.19.2", "moment": "2.29.4", "ts-node": "10.9.1", "typescript": "5.3.3",