From e415061a0e76aeed9ed725c310a44f49c3de55a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 00:56:46 +0000 Subject: [PATCH] fix: data-browser-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- data-browser-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-browser-ui/package.json b/data-browser-ui/package.json index 93a6365d..59d37147 100644 --- a/data-browser-ui/package.json +++ b/data-browser-ui/package.json @@ -19,7 +19,7 @@ "babel-preset-es2015": "^6.16.0", "cloudboost": "^1.1.483", "ejs": "^2.6.1", - "express": "^4.14.0", + "express": "^4.22.0", "halogen": "^0.2.0", "history": "^4.3.0", "material-design-lite": "^1.2.1",