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-30 13:53:55 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-30 16:53:55 -0400
commitba865f5d6412b33d96e4473b9a2b5d1d5ff30323 (patch)
tree7f724494e93547156a5549611abc0b0483458223 /packages/integrations/node/package.json
parentf5063d0a01e3179da902fdc0a2b22f88cb3c95c7 (diff)
downloadastro-5b87a1b5141f5ce62de8e303c928fefe5729c60f.tar.gz
astro-5b87a1b5141f5ce62de8e303c928fefe5729c60f.tar.zst
astro-5b87a1b5141f5ce62de8e303c928fefe5729c60f.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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index dc06d92d0..25d43d373 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -33,12 +33,12 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
- "@astrojs/webapi": "^2.1.1",
+ "@astrojs/webapi": "^2.2.0",
"send": "^0.18.0",
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.5.5"
+ "astro": "workspace:^2.5.6"
},
"devDependencies": {
"@types/send": "^0.17.1",