From 531866e21ef3ebb2e4d92f020dfd17da8cc757f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:04:37 +0000 Subject: [PATCH] Bump express from 4.14.0 to 4.19.2 in /yarn/examples/hello_world Bumps [express](https://github.com/expressjs/express) from 4.14.0 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.14.0...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- yarn/examples/hello_world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn/examples/hello_world/package.json b/yarn/examples/hello_world/package.json index 74373a49f..a9ccab721 100644 --- a/yarn/examples/hello_world/package.json +++ b/yarn/examples/hello_world/package.json @@ -9,7 +9,7 @@ }, "author": "", "dependencies": { - "express": "4.14.0" + "express": "4.19.2" }, "devDependencies": { "supertest": "2.0.0",