diff --git a/site/package-lock.json b/site/package-lock.json index e4dbf4e..cf2573b 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -8,7 +8,7 @@ "name": "mite-site", "version": "0.0.0", "dependencies": { - "astro": "^7.0.2" + "astro": "^7.0.3" }, "devDependencies": { "@astrojs/check": "^0.9.9", @@ -2464,9 +2464,9 @@ } }, "node_modules/astro": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.0.2.tgz", - "integrity": "sha512-Rj31HS85pVSfiQTxKTwH6vTmF8y57iRfkgb1uiCTtdLIh3jlUKPAPXtEmHXRKp/PdTS00D4EXYlWXypY+AVVCA==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.0.3.tgz", + "integrity": "sha512-CK+G+Tl2DMV1EXCwVG45vyurxf2IfRTklMxDhRKn+tst9Yl8rWXpudL62Fa6zin5Bt968FBvuyASj1aJShROZg==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.2.2", diff --git a/site/package.json b/site/package.json index 886f33f..8e58ef5 100644 --- a/site/package.json +++ b/site/package.json @@ -13,7 +13,7 @@ "test": "vitest run" }, "dependencies": { - "astro": "^7.0.2" + "astro": "^7.0.3" }, "devDependencies": { "@astrojs/check": "^0.9.9",