summaryrefslogtreecommitdiff
path: root/examples/middleware
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-03-01 01:31:12 -0800
committerGravatar GitHub <noreply@github.com> 2024-03-01 10:31:12 +0100
commitafd41cc28bd449e82831e91f6302221945bd6019 (patch)
tree781c42de36f3369dbdca657179de547e26463bab /examples/middleware
parenta3ebfad0cc812e410f664d58373f77e6cbaeb7aa (diff)
downloadastro-@astrojs/node@8.2.2.tar.gz
astro-@astrojs/node@8.2.2.tar.zst
astro-@astrojs/node@8.2.2.zip
[ci] release (#10265)astro@4.4.7@astrojs/node@8.2.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/middleware')
-rw-r--r--examples/middleware/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index 9ee9f9fa6..112b26151 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^8.2.1",
- "astro": "^4.4.6",
+ "@astrojs/node": "^8.2.2",
+ "astro": "^4.4.7",
"html-minifier": "^4.0.0"
},
"devDependencies": {