diff options
author | 2025-01-20 15:38:35 +0000 | |
---|---|---|
committer | 2025-01-20 15:38:35 +0000 | |
commit | 3357ff649768f3c359834ffbe656cbec1a2803d4 (patch) | |
tree | b77b64511a27479104731c51fa9b4d7bf95f9dce /examples/hackernews | |
parent | f64b73cb8aaae02c52fa438ac8361044cf67f6dc (diff) | |
download | astro-3357ff649768f3c359834ffbe656cbec1a2803d4.tar.gz astro-3357ff649768f3c359834ffbe656cbec1a2803d4.tar.zst astro-3357ff649768f3c359834ffbe656cbec1a2803d4.zip |
fix(deps): update all non-major dependencies (#13008)
* fix(deps): update all non-major dependencies
* chore: lint
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Kane <m@mk.gg>
Diffstat (limited to 'examples/hackernews')
-rw-r--r-- | examples/hackernews/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 7772de30b..de535f622 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.0.0", + "@astrojs/node": "^9.0.1", "astro": "^5.1.7" } } |