diff options
author | 2024-09-26 14:57:59 +0100 | |
---|---|---|
committer | 2024-09-26 14:57:59 +0100 | |
commit | 2594eb088d53a98181ac820243bcb1a765856ecf (patch) | |
tree | e812e18ec5151b5e253f17970128eaa7db096401 /examples/hackernews | |
parent | d7779dfae7bc00ff94b1e4596ff5b4897f65aabe (diff) | |
download | astro-feat/action-on-result.tar.gz astro-feat/action-on-result.tar.zst astro-feat/action-on-result.zip |
fix(deps): update all non-major dependencies (#12003)feat/action-on-result
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@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 c0476d6ed..fa03ef02e 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "astro": "^4.15.9" } } |