From 951c0845640086777528fe37800a96305301d171 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Oct 2024 14:57:25 +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-COOKIE-8163060 --- packages/mesh-integration-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mesh-integration-tests/package.json b/packages/mesh-integration-tests/package.json index 371195be9..c1840007e 100644 --- a/packages/mesh-integration-tests/package.json +++ b/packages/mesh-integration-tests/package.json @@ -25,7 +25,7 @@ "@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" } }