diff options
author | 2025-01-31 14:34:32 +0000 | |
---|---|---|
committer | 2025-01-31 14:34:32 +0000 | |
commit | cbd056c94ce837e15cf3609a844e85e6459b1560 (patch) | |
tree | e20c7984bab30bbf5669c8f9c0476bb3424f8667 /examples/hackernews | |
parent | 6430aee5c79767036c7970af92a09bd8665a4836 (diff) | |
download | astro-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.json | 2 |
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" } } |