From 98d27a35fd4c330a2d404397481343a366b394f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 16:54:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a85f6430f2b..a094f3d1d28 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.20.0", "glob": "^7.1.6", "jest": "^26.0.1", "jest-watch-select-projects": "^2.0.0",