From 20c770cdeef34fcdd6c86e3614032861f288f434 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 15:09:17 +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-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-SOURCEMAPSUPPORT-6112477 --- 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 8e81d244bb..803d7deb9a 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.9.0", "rimraf": "^3.0.2", "test-ipfs-example": "^3.0.0" },