From 492b013cd7ad66251735ba21311ec4fb5cfb11de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 21:08:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a85f6430f2b..cff70d87617 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-testing-library": "^5.0.5", - "express": "^4.17.1", + "express": "^4.21.0", "glob": "^7.1.6", "jest": "^26.0.1", "jest-watch-select-projects": "^2.0.0",