diff --git a/package-lock.json b/package-lock.json index ec26f43..aafa3a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.41.1", - "astro": "^7.0.2", + "astro": "^7.0.3", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.35.2", "starlight-changelogs": "^0.5.0", @@ -2439,9 +2439,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/package.json b/package.json index d7af82f..27e09f3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.41.1", - "astro": "^7.0.2", + "astro": "^7.0.3", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.35.2", "starlight-changelogs": "^0.5.0",