diff options
Diffstat (limited to 'examples/hackernews/package.json')
-rw-r--r-- | examples/hackernews/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index ac564e17c..72c17f974 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.1.1", - "astro": "^5.3.1" + "@astrojs/node": "^9.1.2", + "astro": "^5.4.0" } } |