From b2b31be915c4affeef0b40ddb717c3e93c8288b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:49:33 +0000 Subject: [PATCH] chore(deps): Bump express Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. - [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.19.2...4.20.0) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../react-router-6-descendant-routes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-packages/e2e-tests/test-applications/react-router-6-descendant-routes/package.json b/dev-packages/e2e-tests/test-applications/react-router-6-descendant-routes/package.json index 4fc913833ce5..ec6d7b05fee3 100644 --- a/dev-packages/e2e-tests/test-applications/react-router-6-descendant-routes/package.json +++ b/dev-packages/e2e-tests/test-applications/react-router-6-descendant-routes/package.json @@ -6,7 +6,7 @@ "@sentry/react": "latest || *", "@types/react": "18.0.0", "@types/react-dom": "18.0.0", - "express": "4.19.2", + "express": "4.20.0", "react": "18.2.0", "react-dom": "18.2.0", "react-router-dom": "^6.28.0",