diff --git a/package-lock.json b/package-lock.json index ae81dfd..7f5d4bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "workspaces/*" ], "devDependencies": { - "astro": "^4.4.2" + "astro": "4.4.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -13655,9 +13655,9 @@ } }, "node_modules/astro": { - "version": "4.4.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.8.tgz", - "integrity": "sha512-jAAfzvgHOfuZmqJjnSDownVNuWKYmsGkrFqecEppHarMA/cZ5QIboW6GQHZ8eGZQdtYRCjON3h4i64XFZfuwSg==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.2.tgz", + "integrity": "sha512-r1djG61ABvZ9n73vaTW6nTKnMvWY1LQhPpBtzoA2OI2RAk/ptzsqK9ozkAG1qXO2bW3NLJi6pfMxxpngNAALyQ==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1", @@ -13718,7 +13718,7 @@ "tsconfck": "^3.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", - "vite": "^5.1.4", + "vite": "^5.1.2", "vitefu": "^0.2.5", "which-pm": "^2.1.1", "yargs-parser": "^21.1.1", @@ -44653,7 +44653,7 @@ "@types/react-dom": "^18.2.19", "@webcomponents/template-shadowroot": "^0.2.1", "airtable": "^0.12.2", - "astro": "^4.4.2", + "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 5250209..59f960a 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "workspaces/*" ], "devDependencies": { - "astro": "^4.4.2" + "astro": "4.4.2" } } diff --git a/workspaces/website/package.json b/workspaces/website/package.json index 878b6a4..e76fc0e 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.2", + "astro": "4.4.2", "marked": "^12.0.0", "profile-components": "^0.3.0", "react": "^18.2.0",