From 873d76e86da05e49c3d11c587a359102511349bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 06:42:00 +0000 Subject: [PATCH] fix: packages/mesh-integration-tests/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- packages/mesh-integration-tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mesh-integration-tests/package.json b/packages/mesh-integration-tests/package.json index 371195be9..a309ef1cd 100644 --- a/packages/mesh-integration-tests/package.json +++ b/packages/mesh-integration-tests/package.json @@ -18,8 +18,8 @@ "rimraf": "^3.0.0", "ts-loader": "^8.0.5", "typescript": "^4.0.3", - "webpack": "^4.39.2", - "webpack-cli": "^3.3.7" + "webpack": "^5.0.0", + "webpack-cli": "^4.0.0" }, "dependencies": { "@0x/mesh-browser": "^11.2.0",