summaryrefslogtreecommitdiff
path: root/packages/integrations/node/test/fixtures/api-route/package.json
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-10-01 10:46:27 +0800
committerGravatar GitHub <noreply@github.com> 2024-10-01 10:46:27 +0800
commit5656f1e097cddb9b159b9c20fa0e9a19fe1e82d1 (patch)
tree0070fa5ad2f2692bbd6520fdbe182402ac717d35 /packages/integrations/node/test/fixtures/api-route/package.json
parent784c3672c72dc2fe6981826f9e68fcfc62c9dddd (diff)
downloadastro-5656f1e097cddb9b159b9c20fa0e9a19fe1e82d1.tar.gz
astro-5656f1e097cddb9b159b9c20fa0e9a19fe1e82d1.tar.zst
astro-5656f1e097cddb9b159b9c20fa0e9a19fe1e82d1.zip
fix(deps): update all non-major dependencies (#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/node/test/fixtures/api-route/package.json')
-rw-r--r--packages/integrations/node/test/fixtures/api-route/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/node/test/fixtures/api-route/package.json b/packages/integrations/node/test/fixtures/api-route/package.json
index ff6a2ef78..fb7345d3f 100644
--- a/packages/integrations/node/test/fixtures/api-route/package.json
+++ b/packages/integrations/node/test/fixtures/api-route/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}