summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-01-20 15:38:35 +0000
committerGravatar GitHub <noreply@github.com> 2025-01-20 15:38:35 +0000
commit3357ff649768f3c359834ffbe656cbec1a2803d4 (patch)
treeb77b64511a27479104731c51fa9b4d7bf95f9dce /examples/hackernews
parentf64b73cb8aaae02c52fa438ac8361044cf67f6dc (diff)
downloadastro-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.json2
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"
}
}