diff --git a/package-lock.json b/package-lock.json index fb646e1..73dcda7 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.38.2", + "@astrojs/starlight": "^0.38.3", "astro": "^6.1.5", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5", @@ -111,9 +111,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.38.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.38.2.tgz", - "integrity": "sha512-7AsrvG4EsXUmJT5uqiXJN4oZqKaY0wc/Ip7C6/zGnShHRVoTAA4jxeYIZ3wqbqA6zv4cnp9qk31vB2m2dUcmfg==", + "version": "0.38.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.38.3.tgz", + "integrity": "sha512-kDlJPlUDdQFWYmyFM2yUPo66yws7v067AEK+/rQjjoVyqehL3DabuOJuy6UJFFTFyGbHxYcBms/ITEgdW7tphw==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^7.0.0", diff --git a/package.json b/package.json index 8c22a54..263cfc3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.38.2", + "@astrojs/starlight": "^0.38.3", "astro": "^6.1.5", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5",