From 4e5bd99b8f4a86c4d1db445a599d740d4982d4d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:58:23 +0000 Subject: [PATCH] Bump express from 4.12.3 to 4.19.2 in /chapter7/gallery Bumps [express](https://github.com/expressjs/express) from 4.12.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.12.3...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chapter7/gallery/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter7/gallery/package.json b/chapter7/gallery/package.json index 7ec39c8..962002b 100644 --- a/chapter7/gallery/package.json +++ b/chapter7/gallery/package.json @@ -4,7 +4,7 @@ "mu2-updated": "0.5.21", "uuid": "2.0.1", "multiparty": "4.1.1", - "express": "4.12.3" + "express": "4.19.2" }, "private": true }