From 7a1a7591c6857339e2ba341287738de6c4891f49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 01:38:16 +0000 Subject: [PATCH] Bump express from 4.16.3 to 4.19.2 in /todo-list Bumps [express](https://github.com/expressjs/express) from 4.16.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.16.3...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- todo-list/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-list/package.json b/todo-list/package.json index 25b7427..d52e19f 100644 --- a/todo-list/package.json +++ b/todo-list/package.json @@ -47,7 +47,7 @@ "eslint-plugin-promise": "3.8.0", "eslint-plugin-standard": "3.1.0", "eventsource-polyfill": "0.9.6", - "express": "4.16.3", + "express": "4.19.2", "extract-text-webpack-plugin": "3.0.2", "file-loader": "1.1.11", "friendly-errors-webpack-plugin": "1.7.0",