From 2be94fe607e5157685c7e0178e30f793ce51aeec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 13:36:25 +0000 Subject: [PATCH] Update express requirement from ^4.17.1 to ^4.18.1 Updates the requirements on [express](https://github.com/expressjs/express) to permit the latest version. - [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.17.1...4.18.1) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 485c232..88c8002 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "cheerio": "^1.0.0-rc.10", "chalk": "^4.1.2", "clui": "^0.3.6", - "express": "^4.17.1", + "express": "^4.18.1", "fetch": "^1.1.0", "figlet": "^1.5.2", "file-type": "^16.5.3",