From a489c4b3e80d3b526dd07968f49f71d24707ad6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 02:57:36 +0000 Subject: [PATCH] fix: examples/test-ipfs-example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-VM2-5772823 - https://snyk.io/vuln/SNYK-JS-VM2-5772825 --- examples/test-ipfs-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test-ipfs-example/package.json b/examples/test-ipfs-example/package.json index d1cd293400..5e46c2faae 100644 --- a/examples/test-ipfs-example/package.json +++ b/examples/test-ipfs-example/package.json @@ -11,7 +11,7 @@ "execa": "^5.0.0", "fs-extra": "^9.0.1", "http-server": "^0.12.3", - "nightwatch": "^1.2.4", + "nightwatch": "^2.0.1", "uint8arrays": "^2.1.6", "which": "^2.0.1" }