diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index 01a7877e..2ba5a66a 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@astrojs/starlight": "0.41.3", - "astro": "7.1.0", + "astro": "7.1.1", "starlight-page-actions": "0.7.0" }, "devDependencies": { @@ -3128,9 +3128,9 @@ } }, "node_modules/astro": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.0.tgz", - "integrity": "sha512-jXHNZXpO0HOuANLwv5uLg5WFXFmIMyDTMlokIb8sv10y8QItOFaikwrqvp6+Pe0MSqvp+aO7V1SfVriFcCEKgA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.1.tgz", + "integrity": "sha512-yfKhuvbz+DORHihJRL1DHcxyLcX9uTrxvz2nCSTzHH54k2DdACBfuOu2OAAAhdUC9xlu2IRXAiagqcPL3DftCg==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.1", diff --git a/docs-site/package.json b/docs-site/package.json index 1811bd01..14ffc2e2 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@astrojs/starlight": "0.41.3", - "astro": "7.1.0", + "astro": "7.1.1", "starlight-page-actions": "0.7.0" }, "devDependencies": {