From 5895a6a20fdbc3a8a485c2b187bcb51513812dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 07:48:31 +0000 Subject: [PATCH] Bump express from 4.16.4 to 4.19.2 in /weather-app Bumps [express](https://github.com/expressjs/express) from 4.16.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.16.4...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- weather-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-app/package.json b/weather-app/package.json index b551be0..7474448 100644 --- a/weather-app/package.json +++ b/weather-app/package.json @@ -72,7 +72,7 @@ "body-parser": "1.18.3", "compression": "1.7.3", "cookie-parser": "1.4.4", - "express": "4.16.4", + "express": "4.19.2", "express-http-proxy": "1.5.1", "helmet": "3.15.1", "method-override": "3.0.0",