From 83a466ca6c38d85ae0f4c743e7f11377b1fbb82c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Feb 2025 03:12:45 +0000 Subject: [PATCH] feat: upgrade astro from 4.16.18 to 5.1.6 Snyk has created this PR to upgrade astro from 4.16.18 to 5.1.6. See this package in npm: astro See this project in Snyk: https://app.snyk.io/org/nerds-github/project/2c83c9c3-7788-4656-acc8-daa1bfd29302?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/ssr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 2bdd5f5288b2..e283d4178391 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.3.4", "@astrojs/svelte": "^5.7.2", - "astro": "^4.16.6", + "astro": "^5.1.6", "svelte": "^4.2.19" } }