diff options
Diffstat (limited to 'examples/ssr/package.json')
-rw-r--r-- | examples/ssr/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json index b84e9332f..ac8c20c09 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^5.3.2", + "@astrojs/node": "^5.3.3", "@astrojs/svelte": "^3.1.0", - "astro": "^2.10.5", + "astro": "^2.10.6", "svelte": "^3.59.1" } } |