From 42cd66fdb72df547d478b9aa5de69576dbcefbeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:04:43 +0000 Subject: [PATCH] Bump express from 4.14.0 to 4.19.2 in /relay-treasurehunt 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] --- relay-treasurehunt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay-treasurehunt/package.json b/relay-treasurehunt/package.json index 1a3de93b..ba1fec97 100644 --- a/relay-treasurehunt/package.json +++ b/relay-treasurehunt/package.json @@ -14,7 +14,7 @@ "babel-relay-plugin": "0.9.2", "babel-runtime": "^6.11.6", "classnames": "2.2.5", - "express": "4.14.0", + "express": "4.19.2", "express-graphql": "0.5.3", "graphql": "0.6.2", "graphql-relay": "0.4.2",