From 264d1ffdff557b4a27321324264550af4d0b0c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:47:57 +0000 Subject: [PATCH] Bump express from 4.15.4 to 4.19.2 in /hello-world Bumps [express](https://github.com/expressjs/express) from 4.15.4 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.15.4...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world/package.json b/hello-world/package.json index 34da2e5..5f902e7 100644 --- a/hello-world/package.json +++ b/hello-world/package.json @@ -46,7 +46,7 @@ "eslint-plugin-promise": "3.5.0", "eslint-plugin-standard": "3.0.1", "eventsource-polyfill": "0.9.6", - "express": "4.15.4", + "express": "4.19.2", "extract-text-webpack-plugin": "3.0.0", "file-loader": "0.11.2", "friendly-errors-webpack-plugin": "1.6.1",