From 82988236a2f80616e79c575d979e71c037a24f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 03:43:53 +0000 Subject: [PATCH] Bump express from 4.16.3 to 4.19.2 in /examples/nodejs/node-express Bumps [express](https://github.com/expressjs/express) from 4.16.3 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.16.3...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nodejs/node-express/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nodejs/node-express/package.json b/examples/nodejs/node-express/package.json index 2f61a7e7d..f4fe7cea5 100644 --- a/examples/nodejs/node-express/package.json +++ b/examples/nodejs/node-express/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/GoogleContainerTools/distroless.git" }, "dependencies": { - "express": "4.16.3" + "express": "4.19.2" }, "author": "Bryant Hagadorn", "license": "ISC"