diff options
Diffstat (limited to 'examples/ssr/package.json')
-rw-r--r-- | examples/ssr/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 7d603f148..5f5d6d768 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,9 +11,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^9.1.2", - "@astrojs/svelte": "^7.0.5", - "astro": "^5.4.2", + "@astrojs/node": "^9.1.3", + "@astrojs/svelte": "^7.0.6", + "astro": "^5.4.3", "svelte": "^5.21.0" } } |