From f26d96a84ebe04a278efaf49e60342cf3a0ec4a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jun 2024 03:01:59 +0000 Subject: [PATCH] fix: upgrade @solidjs/router from 0.5.0 to 0.13.5 Snyk has created this PR to upgrade @solidjs/router from 0.5.0 to 0.13.5. See this package in npm: @solidjs/router See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/41e7210c-53f9-4641-82e2-fe1cc3378032?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3441110..b019d13 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@solidjs/meta": "^0.29.4", - "@solidjs/router": "^0.5.0", + "@solidjs/router": "^0.13.5", "solid-js": "^1.8.17", "solid-start": "^0.1.0", "undici": "^5.28.4"