From 885f3b8874380b89d9c558b8233091c1a5f9979c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 20:30:30 +0000 Subject: [PATCH] fix: tests/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/package.json b/tests/package.json index 622f80b..8a46612 100644 --- a/tests/package.json +++ b/tests/package.json @@ -3,8 +3,8 @@ "private": true, "version": "1.0.0", "dependencies": { - "webpack": "4.28.3", - "webpack-cli": "3.2.1", + "webpack": "5.0.0", + "webpack-cli": "4.0.0", "webpack-dev-server": "3.1.14" }, "scripts": {