From 78db3f0257a802ff0479699dbddd8a8fecc5090f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:47:36 +0000 Subject: [PATCH] Bump express from 4.15.4 to 4.19.2 in /hello-vuex Bumps [express](https://github.com/expressjs/express) from 4.15.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.15.4...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- hello-vuex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-vuex/package.json b/hello-vuex/package.json index 22e34d5..9305766 100644 --- a/hello-vuex/package.json +++ b/hello-vuex/package.json @@ -48,7 +48,7 @@ "eslint-plugin-promise": "3.5.0", "eslint-plugin-standard": "3.0.1", "eventsource-polyfill": "0.9.6", - "express": "4.15.4", + "express": "4.19.2", "extract-text-webpack-plugin": "3.0.0", "file-loader": "0.11.2", "friendly-errors-webpack-plugin": "1.6.1",