From 26de86dc3fdff7596fc264bfba8b21a8a20ae765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:37:07 +0000 Subject: [PATCH] Bump express in /examples/wasm/asm-dom-master/examples/todomvc - ssr Bumps [express](https://github.com/expressjs/express) from 4.16.2 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.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../wasm/asm-dom-master/examples/todomvc - ssr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wasm/asm-dom-master/examples/todomvc - ssr/package.json b/examples/wasm/asm-dom-master/examples/todomvc - ssr/package.json index c4f0b42..27f9381 100644 --- a/examples/wasm/asm-dom-master/examples/todomvc - ssr/package.json +++ b/examples/wasm/asm-dom-master/examples/todomvc - ssr/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "babel-polyfill": "6.23.0", - "express": "4.16.2", + "express": "4.19.2", "todomvc-app-css": "2.0.1", "todomvc-common": "1.0.2" }