From f64ca3449466bb9ce5c25639bb5b3a354d58e2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:00:16 +0900 Subject: [PATCH] chore(deps): bump astro from 4.2.8 to 4.3.2 (#2006) --- apps/static/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/static/package.json b/apps/static/package.json index e1277eb8..31f570be 100644 --- a/apps/static/package.json +++ b/apps/static/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/check": "^0.4.1", "@astrojs/preact": "^3.1.0", - "astro": "^4.2.8", + "astro": "^4.3.2", "typescript": "^5.3.3" }, "overrides": { diff --git a/package-lock.json b/package-lock.json index 3df442e6..734576b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "dependencies": { "@astrojs/check": "^0.4.1", "@astrojs/preact": "^3.1.0", - "astro": "^4.2.8", + "astro": "^4.3.2", "typescript": "^5.3.3" } }, @@ -7535,9 +7535,9 @@ } }, "node_modules/astro": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.8.tgz", - "integrity": "sha512-h78IAdSEPMo1bvR40HECQYpnMPfDnk9WxRNJ1+Hw5szk4k5IMUw3nG153nErJABRnaxb6WLv7dtS4tukzJz0mw==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.2.tgz", + "integrity": "sha512-SJotHzKG/I32ruYWItMRJjtmNQh14mVS7kahu3XfYyxvo6nx08PGJBTSPbqPrW1sjeQPHwcpVDFx3yMMK2kaxQ==", "dependencies": { "@astrojs/compiler": "^2.5.0", "@astrojs/internal-helpers": "0.2.1",