From 8a3db48bbe13ae4bfbfd35586270512f7c3534c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jan 2023 20:58:42 +0000 Subject: [PATCH] fix: tests/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBALMODULESPATH-3167973 --- tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/package.json b/tests/package.json index 622f80b..f113219 100644 --- a/tests/package.json +++ b/tests/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "dependencies": { "webpack": "4.28.3", - "webpack-cli": "3.2.1", + "webpack-cli": "3.2.2", "webpack-dev-server": "3.1.14" }, "scripts": {