diff --git a/package-lock.json b/package-lock.json index c79cdd5..ae81dfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "workspaces/*" ], "devDependencies": { - "astro": "^4.4.8" + "astro": "^4.4.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -44653,7 +44653,7 @@ "@types/react-dom": "^18.2.19", "@webcomponents/template-shadowroot": "^0.2.1", "airtable": "^0.12.2", - "astro": "^4.4.8", + "astro": "^4.4.2", "marked": "^12.0.0", "profile-components": "^0.3.0", "react": "^18.2.0", diff --git a/package.json b/package.json index f858bd1..5250209 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "workspaces/*" ], "devDependencies": { - "astro": "^4.4.8" + "astro": "^4.4.2" } } diff --git a/workspaces/website/package.json b/workspaces/website/package.json index 4bfcc0e..878b6a4 100644 --- a/workspaces/website/package.json +++ b/workspaces/website/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^18.2.19", "@webcomponents/template-shadowroot": "^0.2.1", "airtable": "^0.12.2", - "astro": "^4.4.8", + "astro": "^4.4.2", "marked": "^12.0.0", "profile-components": "^0.3.0", "react": "^18.2.0",