summaryrefslogtreecommitdiff
path: root/packages/integrations/node/test
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/node/test')
-rw-r--r--packages/integrations/node/test/fixtures/api-route/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/bad-urls/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/encoded/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/errors/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/headers/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/image/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/locals/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/node-middleware/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/prerender-404-500/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/prerender/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/preview-headers/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/trailing-slash/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/url/package.json2
-rw-r--r--packages/integrations/node/test/fixtures/well-known-locations/package.json2
14 files changed, 14 insertions, 14 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:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/bad-urls/package.json b/packages/integrations/node/test/fixtures/bad-urls/package.json
index c67820a3f..5eab5531e 100644
--- a/packages/integrations/node/test/fixtures/bad-urls/package.json
+++ b/packages/integrations/node/test/fixtures/bad-urls/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/encoded/package.json b/packages/integrations/node/test/fixtures/encoded/package.json
index 990e70697..e7c16dc86 100644
--- a/packages/integrations/node/test/fixtures/encoded/package.json
+++ b/packages/integrations/node/test/fixtures/encoded/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/errors/package.json b/packages/integrations/node/test/fixtures/errors/package.json
index fa6189979..255d9e786 100644
--- a/packages/integrations/node/test/fixtures/errors/package.json
+++ b/packages/integrations/node/test/fixtures/errors/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/headers/package.json b/packages/integrations/node/test/fixtures/headers/package.json
index 8e7093195..a53f46444 100644
--- a/packages/integrations/node/test/fixtures/headers/package.json
+++ b/packages/integrations/node/test/fixtures/headers/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/image/package.json b/packages/integrations/node/test/fixtures/image/package.json
index aec82a2a2..54b5d13f6 100644
--- a/packages/integrations/node/test/fixtures/image/package.json
+++ b/packages/integrations/node/test/fixtures/image/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
},
"scripts": {
diff --git a/packages/integrations/node/test/fixtures/locals/package.json b/packages/integrations/node/test/fixtures/locals/package.json
index c191037a1..bb9b3542a 100644
--- a/packages/integrations/node/test/fixtures/locals/package.json
+++ b/packages/integrations/node/test/fixtures/locals/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/node-middleware/package.json b/packages/integrations/node/test/fixtures/node-middleware/package.json
index c6ba7cc44..5adcbd126 100644
--- a/packages/integrations/node/test/fixtures/node-middleware/package.json
+++ b/packages/integrations/node/test/fixtures/node-middleware/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/prerender-404-500/package.json b/packages/integrations/node/test/fixtures/prerender-404-500/package.json
index 4d0a39848..353dc3896 100644
--- a/packages/integrations/node/test/fixtures/prerender-404-500/package.json
+++ b/packages/integrations/node/test/fixtures/prerender-404-500/package.json
@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/prerender/package.json b/packages/integrations/node/test/fixtures/prerender/package.json
index 27766df91..698c17083 100644
--- a/packages/integrations/node/test/fixtures/prerender/package.json
+++ b/packages/integrations/node/test/fixtures/prerender/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/preview-headers/package.json b/packages/integrations/node/test/fixtures/preview-headers/package.json
index fabc9f0c7..12759de44 100644
--- a/packages/integrations/node/test/fixtures/preview-headers/package.json
+++ b/packages/integrations/node/test/fixtures/preview-headers/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/trailing-slash/package.json b/packages/integrations/node/test/fixtures/trailing-slash/package.json
index 9ec23901e..36474ecc1 100644
--- a/packages/integrations/node/test/fixtures/trailing-slash/package.json
+++ b/packages/integrations/node/test/fixtures/trailing-slash/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/url/package.json b/packages/integrations/node/test/fixtures/url/package.json
index 690e859f2..23ac579c2 100644
--- a/packages/integrations/node/test/fixtures/url/package.json
+++ b/packages/integrations/node/test/fixtures/url/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}
diff --git a/packages/integrations/node/test/fixtures/well-known-locations/package.json b/packages/integrations/node/test/fixtures/well-known-locations/package.json
index e9bbee15f..01f9cf28c 100644
--- a/packages/integrations/node/test/fixtures/well-known-locations/package.json
+++ b/packages/integrations/node/test/fixtures/well-known-locations/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
- "astro": "^4.15.8",
+ "astro": "^4.15.9",
"@astrojs/node": "workspace:*"
}
}