From fe0851f6f75028f182f21af2b2bca62bd6a3f88c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:28:35 +0000 Subject: [PATCH] chore(deps): update non-major --- package-lock.json | 17 +++++++++-------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 416fe88d..1825b23b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.28.5", - "astro": "4.16.8", + "@astrojs/starlight": "0.28.6", + "astro": "4.16.9", "prettier": "3.3.3", "sharp": "0.33.5", "starlight-blog": "0.14.1", @@ -189,9 +189,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.28.5", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.28.5.tgz", - "integrity": "sha512-0+++CW69mC2M0unHiAGfSrL+hCL9fgYMdU3t979msLIMxQtkyr9ajm8AIaAEWMfvIL0H+GKuNTritu5PgE6vPQ==", + "version": "0.28.6", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.28.6.tgz", + "integrity": "sha512-lY+rbRMIVxDGiXhS4lBuVrU2jTUezEt4QeTxUTHxfj2tuKBwquG7Jg+alON6l+uaV+anbOkFb001MMXZF8X85w==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.1.3", @@ -206,6 +206,7 @@ "hast-util-to-string": "^3.0.0", "hastscript": "^9.0.0", "i18next": "^23.11.5", + "js-yaml": "^4.1.0", "mdast-util-directive": "^3.0.0", "mdast-util-to-markdown": "^2.1.0", "mdast-util-to-string": "^4.0.0", @@ -2280,9 +2281,9 @@ } }, "node_modules/astro": { - "version": "4.16.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.8.tgz", - "integrity": "sha512-BRWFP0UQ8gkOr90KQW7oooedtgCk/j91pyv1WQUmgZwMUZk/v0HJRiddAZgvGCECOnmZFc9ZqRZnBsAMUgApNQ==", + "version": "4.16.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.9.tgz", + "integrity": "sha512-DFYzPZooVArKSGu969BBByUV44tJMVDPGKxgqWNFBaIrkvGljdVUqQSVwD+/iPYACoSkI8BRYvDMEBDkathIUQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index 0fceff96..28109df3 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.28.5", - "astro": "4.16.8", + "@astrojs/starlight": "0.28.6", + "astro": "4.16.9", "prettier": "3.3.3", "sharp": "0.33.5", "starlight-blog": "0.14.1",