From aef07c3cc225a404788914d088482a6a98519317 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Sep 2025 07:25:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIRV-12558119 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12b20b32..059aec79 100644 --- a/package.json +++ b/package.json @@ -94,6 +94,6 @@ "preact-router": "^2.5.1", "promise-polyfill": "^7.0.1", "proptypes": "^1.0.0", - "sirv-cli": "^0.4.2" + "sirv-cli": "^3.0.0" } }