summaryrefslogtreecommitdiff
path: root/packages/integrations/node/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-01 07:58:03 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-01 10:58:03 -0400
commitd0cf3a2c01be9b72989ab4a64db3977861a562ce (patch)
treeb8232d2507ed0c1e5614d7dc6e6ee028f90486c3 /packages/integrations/node/package.json
parent50975f2ea3a59f9e023cc631a9372c0c7986eec9 (diff)
downloadastro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.tar.gz
astro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.tar.zst
astro-d0cf3a2c01be9b72989ab4a64db3977861a562ce.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/node/package.json')
-rw-r--r--packages/integrations/node/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index da6885f44..192d4ef26 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
- "version": "5.1.1",
+ "version": "5.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -30,12 +30,12 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
- "@astrojs/webapi": "^2.1.0",
+ "@astrojs/webapi": "^2.1.1",
"send": "^0.18.0",
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.3.2"
+ "astro": "workspace:^2.3.3"
},
"devDependencies": {
"@types/send": "^0.17.1",