diff --git a/package-lock.json b/package-lock.json index 9eb70d4..16a99f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "enterprise-firefox-admin-docs", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.37.6", + "@astrojs/starlight": "^0.37.7", "astro": "^5.18.0", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", @@ -104,9 +104,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.37.6", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.6.tgz", - "integrity": "sha512-wQrKwH431q+8FsLBnNQeG+R36TMtEGxTQ2AuiVpcx9APcazvL3n7wVW8mMmYyxX0POjTnxlcWPkdMGR3Yj1L+w==", + "version": "0.37.7", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.7.tgz", + "integrity": "sha512-KyBnou8aKIlPJUSNx6a1SN7XyH22oj/VAvTGC+Edld4Bnei1A//pmCRTBvSrSeoGrdUjK0ErFUfaEhhO1bPfDg==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", diff --git a/package.json b/package.json index 6127c36..b017817 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.37.6", + "@astrojs/starlight": "^0.37.7", "astro": "^5.18.0", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5",