From 1e41a3f6a9cec3d77ebb1342d411818f2508bc0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Jan 2023 17:36:41 +0000 Subject: [PATCH] fix: upgrade libp2p-websockets from 0.15.9 to 0.16.2 Snyk has created this PR to upgrade libp2p-websockets from 0.15.9 to 0.16.2. See this package in npm: https://www.npmjs.com/package/libp2p-websockets See this project in Snyk: https://app.snyk.io/org/yng3/project/c99320fb-c601-4165-bfc9-5d410ab378a0?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/circuit-relaying/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/circuit-relaying/package.json b/examples/circuit-relaying/package.json index 25b1b60661..80962ffcf8 100644 --- a/examples/circuit-relaying/package.json +++ b/examples/circuit-relaying/package.json @@ -17,7 +17,7 @@ "delay": "^5.0.0", "ipfs": "^0.55.4", "ipfs-pubsub-room": "^2.0.1", - "libp2p-websockets": "^0.15.6", + "libp2p-websockets": "^0.16.2", "uint8arrays": "^2.1.3" }, "devDependencies": {