From 740a4df42ceb7eeaa74d32693f48bb0ba7759962 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 04:22:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bea3eda97dd4..2cebaf267b416 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "jquery": "^1.11.3", "js-cookie": "^2.1.0", "linkstate": "^1.1.1", - "parcel": "^1.12.3", + "parcel": "^2.0.0", "postcss-assets": "^5.0.0", "preact": "^8.4.2", "preact-context": "^1.1.3",