diff --git a/package-lock.json b/package-lock.json index 0e340a6..9e9f92a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/react": "^5.0.3", "@astrojs/sitemap": "3.7.2", - "@astrojs/starlight": "^0.38.3", + "@astrojs/starlight": "^0.38.4", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "astro": "^6.1.5", @@ -238,9 +238,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.38.3", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.38.3.tgz", - "integrity": "sha512-kDlJPlUDdQFWYmyFM2yUPo66yws7v067AEK+/rQjjoVyqehL3DabuOJuy6UJFFTFyGbHxYcBms/ITEgdW7tphw==", + "version": "0.38.4", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.38.4.tgz", + "integrity": "sha512-TGFIr2aVC+gcZCPQzJOO4ZnA/yL3jRnsUDcKlVdEhxhxaOQnWr9lZ9MRScg9zU6uh3HVeZAmmjkLCdTlHdcaZA==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^7.0.0", diff --git a/package.json b/package.json index c910bbb..b612035 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/react": "^5.0.3", "@astrojs/sitemap": "3.7.2", - "@astrojs/starlight": "^0.38.3", + "@astrojs/starlight": "^0.38.4", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "astro": "^6.1.5",