From eb0275f16ab78fb4bc6b8b469dcffe8329b9dedb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 22:51:03 +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-INFLIGHT-6095116 --- packages/mesh-integration-tests/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mesh-integration-tests/package.json b/packages/mesh-integration-tests/package.json index 371195be9..026dc781a 100644 --- a/packages/mesh-integration-tests/package.json +++ b/packages/mesh-integration-tests/package.json @@ -15,17 +15,17 @@ "lint": "tslint --format stylish --project ." }, "devDependencies": { - "rimraf": "^3.0.0", + "rimraf": "^4.0.0", "ts-loader": "^8.0.5", "typescript": "^4.0.3", - "webpack": "^4.39.2", + "webpack": "^5.1.1", "webpack-cli": "^3.3.7" }, "dependencies": { "@0x/mesh-browser": "^11.2.0", "@0x/mesh-graphql-client": "^11.2.0", "@0x/order-utils": "^10.0.1", - "@0x/subproviders": "^6.0.2", + "@0x/subproviders": "^7.0.0", "@0x/utils": "^6.2.0" } }