From e96aa301746c562f77b6ef2d280905b9159ee793 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 08:04:28 +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-QS-3153490 --- 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..c6242058bd8f9 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": "~3.0.0" }, "engine": "node ~0.4.8" }