From 6632b44cff6d160c60f5ee34aa9e48e36293bb67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 18:21:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e11218f62..566795c8b 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "^4.3.0", - "express": "^4.18.1", + "express": "^4.19.2", "express-static-gzip": "^2.1.7", "fork-ts-checker-webpack-plugin": "^7.2.11", "html-webpack-plugin": "^5.5.3",