From a3ae534a835d73c9594372566b2f2902b1c47750 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Nov 2024 02:19:03 +0000 Subject: [PATCH] fix: upgrade astro from 4.7.0 to 4.16.5 Snyk has created this PR to upgrade astro from 4.7.0 to 4.16.5. See this package in npm: astro See this project in Snyk: https://app.snyk.io/org/project-portal-agk/project/5a79338a-b46e-46f8-97fc-933221412258?utm_source=github&utm_medium=referral&page=upgrade-pr --- apps/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index acb1b2d3d..d83bdf372 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/react": "3.3.1", - "astro": "4.7.0" + "astro": "4.16.5" } }