From 10f351551bd8cdbb06429b491606ad8a1c0afa0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 05:02:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-12552895 - https://snyk.io/vuln/SNYK-JS-ISARRAYISH-12552904 - https://snyk.io/vuln/SNYK-JS-SIMPLESWIZZLE-12552908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd671636add2..0d252c89b117 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "jquery": "3.5.1", "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",