From d87a69b143f8ade76c4f591dffcd8238db9dd083 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 09:24:34 +0000 Subject: [PATCH] fix: examples/http-client-name-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- examples/http-client-name-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-client-name-api/package.json b/examples/http-client-name-api/package.json index 34976b4aca..ff5ad3087a 100644 --- a/examples/http-client-name-api/package.json +++ b/examples/http-client-name-api/package.json @@ -19,7 +19,7 @@ "execa": "^5.0.0", "go-ipfs": "0.8.0", "ipfsd-ctl": "^8.0.1", - "parcel": "2.0.0-beta.2", + "parcel": "2.0.0", "rimraf": "^3.0.2", "test-ipfs-example": "^3.0.0" },