From f30eb0076538f3628d92512c4370ea03822b1e85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 10:31:44 +0000 Subject: [PATCH] fix: benchmark/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- 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" } }