diff --git a/package-lock.json b/package-lock.json index 590ebba..0a8b1c8 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.3", + "@astrojs/starlight": "^0.37.4", "astro": "^5.16.15", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", @@ -104,9 +104,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.37.3", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.3.tgz", - "integrity": "sha512-p7cqbAkBYkBTiK1NIomxAEoF9Wko+mTV503qDm5Wgh+0MGGJnSsIzCSSJ+rWm8toFk9mnzNwNbxcnjwzIBEU3w==", + "version": "0.37.4", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.4.tgz", + "integrity": "sha512-ygPGDgRd9nCcNgaYMNN7UeAMAkDOR1ibv3ps3xEz+cuvKG3CRLd19UwdB+Gyz1tbkyfjPWPkFKNhLwNybro8Tw==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", diff --git a/package.json b/package.json index 23ec276..954bd83 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.37.3", + "@astrojs/starlight": "^0.37.4", "astro": "^5.16.15", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5",