summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-01-31 14:34:32 +0000
committerGravatar GitHub <noreply@github.com> 2025-01-31 14:34:32 +0000
commitcbd056c94ce837e15cf3609a844e85e6459b1560 (patch)
treee20c7984bab30bbf5669c8f9c0476bb3424f8667 /examples/hackernews
parent6430aee5c79767036c7970af92a09bd8665a4836 (diff)
downloadastro-cbd056c94ce837e15cf3609a844e85e6459b1560.tar.gz
astro-cbd056c94ce837e15cf3609a844e85e6459b1560.tar.zst
astro-cbd056c94ce837e15cf3609a844e85e6459b1560.zip
fix(deps): update all non-major dependencies (#13074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
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 00001acca..b6af19978 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^9.0.1",
+ "@astrojs/node": "^9.0.2",
"astro": "^5.2.2"
}
}