diff --git a/web/package-lock.json b/web/package-lock.json index bd76518..9351341 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -8,7 +8,7 @@ "name": "web", "version": "0.1.1", "dependencies": { - "@astrojs/starlight": "^0.23.2", + "@astrojs/starlight": "^0.23.3", "astro": "^4.9.2", "sharp": "^0.33.4" } @@ -445,9 +445,10 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.23.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.23.2.tgz", - "integrity": "sha512-j8odYR744qCilip9s0UXNzDQ66uu1klD24zRI5Aqzxoj01eVnAsEgDPC8rU/gDTvydKWhF5diBRC1QVDN5JIYw==", + "version": "0.23.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.23.3.tgz", + "integrity": "sha512-goNRS1E/E3stnGytz7Xd3ZqGdTdyMMrfPLWU9SlX5U07qxsjEOaB5jOLAP316BVzfS8fo1JTxwrF1jr8Xx2aIQ==", + "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.0.0", "@astrojs/sitemap": "^3.0.5", diff --git a/web/package.json b/web/package.json index ab95063..fd751fc 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.23.2", + "@astrojs/starlight": "^0.23.3", "astro": "^4.9.2", "sharp": "^0.33.4" }