From 8e10ddda142473ab3164a7835cc0693f1039ae7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 02:32:15 +0000 Subject: [PATCH] fix: examples/circuit-relaying/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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 75c3e43204..e4b950eea3 100644 --- a/examples/circuit-relaying/package.json +++ b/examples/circuit-relaying/package.json @@ -24,7 +24,7 @@ "execa": "^5.0.0", "ipfs-css": "^1.3.0", "ipfs-http-client": "^50.0.0", - "parcel": "2.0.0-beta.2", + "parcel": "2.0.0", "rimraf": "^3.0.2", "tachyons": "^4.11.1", "test-ipfs-example": "^3.0.0"