From 482bb991c39a18cbd66ac5c86b94e63ef8e1b201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:37:00 +0000 Subject: [PATCH] build(deps): bump express in /examples/test-run-transaction 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] --- examples/test-run-transaction/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test-run-transaction/package.json b/examples/test-run-transaction/package.json index 6e61311869..2a8f8664ff 100644 --- a/examples/test-run-transaction/package.json +++ b/examples/test-run-transaction/package.json @@ -21,7 +21,7 @@ "escape-html": "1.0.3", "ethereumjs-common": "1.5.2", "ethereumjs-tx": "2.1.2", - "express": "4.18.2", + "express": "4.19.2", "fabric-ca-client": "2.2.20", "fabric-network": "2.2.20", "http-errors": "1.6.3",