From 8a43531decfe96c47ae66336c461741c7ce78a61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Aug 2021 23:08:04 +0000 Subject: [PATCH] fix: scripts/benchmarks/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ECSTATIC-540354 --- scripts/benchmarks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/benchmarks/package.json b/scripts/benchmarks/package.json index 4eb3a76af..55e0c769b 100644 --- a/scripts/benchmarks/package.json +++ b/scripts/benchmarks/package.json @@ -11,7 +11,7 @@ "babel-core": "^6.26.3", "babel-plugin-react-native-web": "^0.8.8", "d3-scale-chromatic": "^1.3.0", - "http-server": "^0.11.1", + "http-server": "^0.13.0", "parcel": "^1.9.7", "puppeteer": "^1.6.0", "react": "^16.4.1",