From c05a11522280ca8df00604a082bfe90d0913dc3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jan 2024 02:46:26 +0000 Subject: [PATCH] fix: benchmark/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- benchmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/package.json b/benchmark/package.json index 76659f83eef8c5..2b369561f66b88 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.1.1", "webpack-cli": "^4.0.0" } }