From 1878e6e427f20587fa3f6e910daa3cae8c30f321 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Mar 2021 04:48:37 +0000 Subject: [PATCH] fix: benchmark/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSRI-1085630 --- benchmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/package.json b/benchmark/package.json index 76659f83eef8c5..31f2eaf90979c8 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -27,7 +27,7 @@ "serve-handler": "^6.1.3", "styled-components": "^5.0.0", "theme-ui": "^0.3.1", - "webpack": "^4.41.0", + "webpack": "^5.0.0", "webpack-cli": "^4.0.0" } }