From 3d8ffdb863a3638f631c139ddbcadc4d8d6488c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Oct 2023 22:44:27 +0000 Subject: [PATCH] fix: upgrade ws from 8.14.0 to 8.14.1 Snyk has created this PR to upgrade ws from 8.14.0 to 8.14.1. See this package in npm: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/woodpile37/project/0f28f541-dd84-4216-97e4-d1b22c099c64?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/providers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/providers/package.json b/packages/providers/package.json index 1fb1a3f4ea..c6b762da39 100644 --- a/packages/providers/package.json +++ b/packages/providers/package.json @@ -33,7 +33,7 @@ "@ethersproject/transactions": "^5.7.0", "@ethersproject/web": "^5.7.0", "bech32": "2.0.0", - "ws": "8.14.0" + "ws": "8.14.1" }, "description": "Ethereum Providers for ethers.", "ethereum": "donations.ethers.eth",