From 0d97463b3997d4ed4be1a1ecbbe8f92a39c5e8d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 15:17:01 +0000 Subject: [PATCH] fix(deps): update astro --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 201084a..294e04f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "name": "api-specs-astro", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.23.0", - "astro": "^4.7.0", + "@astrojs/starlight": "^0.23.2", + "astro": "^4.9.2", "astro-auto-import": "^0.4.2", "remark-definition-list": "^2.0.0", "sharp": "^0.33.3", @@ -270,9 +270,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.23.1.tgz", - "integrity": "sha512-BMVRpM4suTq4K2plzcISs/t5W3Xw2fHGWhSmF7lg90nps595yHp3j4gFpeukRrynwEhoNu0Bds1zgOBebC3Egg==", + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.23.2.tgz", + "integrity": "sha512-j8odYR744qCilip9s0UXNzDQ66uu1klD24zRI5Aqzxoj01eVnAsEgDPC8rU/gDTvydKWhF5diBRC1QVDN5JIYw==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.0.0", diff --git a/package.json b/package.json index ed3e928..3867cb4 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.23.0", - "astro": "^4.7.0", + "@astrojs/starlight": "^0.23.2", + "astro": "^4.9.2", "astro-auto-import": "^0.4.2", "remark-definition-list": "^2.0.0", "sharp": "^0.33.3",