From 961c8683fc30ca1ea201bc78dbf36d740b12aba2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 19:40:38 +0000 Subject: [PATCH] feat: upgrade express from 4.21.2 to 5.1.0 Snyk has created this PR to upgrade express from 4.21.2 to 5.1.0. See this package in npm: express See this project in Snyk: https://app.snyk.io/org/hashimmohammad881-TrGTrpdUyGorMuF38nmW8P/project/d110031d-f351-4e86-9d4f-b95637dc462e?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d55a3e77..2d6189aeb 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "^4.2.0", "eslint": "^8.4.1", "eslint-config-standard": "^17.1.0", - "express": "^4.14.0", + "express": "^5.1.0", "gh-pages": "^6.1.0", "highlight.js": "^11.9.0", "jest-worker": "^29.7.0",