diff --git a/package-lock.json b/package-lock.json index 26b5aea..ba7a640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "whole-wasp", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.41.1", + "@astrojs/starlight": "^0.41.3", "astro": "^7.0.6", "sharp": "^0.35.2", "typescript": "^6.0.3" @@ -329,9 +329,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.41.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.1.tgz", - "integrity": "sha512-avf2OmrVg6GdVU18juebjjIIuLa+uS3syHuJ/3yDaEFP/8it+YvcxRrYDSf7K6rC4v770UxIddba2hAqQyTeYA==", + "version": "0.41.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.3.tgz", + "integrity": "sha512-8xsG6UpK581TJmtOc7/pnxHKEbP16rV06VLWaVa7FOyE/VEwnaHOsLtL+miifCEfuiuv0Wn+j8u3JSluRQesMQ==", "license": "MIT", "dependencies": { "@astrojs/markdown-satteri": "^0.3.2", diff --git a/package.json b/package.json index 7be0710..c57418e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.41.1", + "@astrojs/starlight": "^0.41.3", "astro": "^7.0.6", "sharp": "^0.35.2", "typescript": "^6.0.3"