From 4e3d39e21ea0abd571aa875c0141032f4d341a00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Nov 2024 05:53:52 +0000 Subject: [PATCH] fix: chrome/test/data/third_party/spaceport/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-8310337 --- chrome/test/data/third_party/spaceport/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/test/data/third_party/spaceport/package.json b/chrome/test/data/third_party/spaceport/package.json index 67cef1f0d3dd6..25bd6b3405cde 100644 --- a/chrome/test/data/third_party/spaceport/package.json +++ b/chrome/test/data/third_party/spaceport/package.json @@ -4,7 +4,7 @@ "author": "Matt Glazar ", "version": "0.0.0", "dependencies": { - "express": "~2.5.0" + "express": "~4.0.0" }, "engine": "node ~0.4.8" }