From 9c153f929202c0dfef5f37e44650a6e991ee6844 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 19:33:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEROVAL-15054520 - https://snyk.io/vuln/SNYK-JS-SEROVAL-15054527 - https://snyk.io/vuln/SNYK-JS-SEROVAL-15054506 - https://snyk.io/vuln/SNYK-JS-SEROVAL-15054525 - https://snyk.io/vuln/SNYK-JS-SEROVAL-15054523 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b31dd8c..88a742c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "serve": "vite preview" }, "dependencies": { - "solid-js": "^1.7.12" + "solid-js": "^1.8.8" }, "devDependencies": { "vite": "^4.5.5",