From 3919f236e39354a4b59f53ffe48ca41691abc781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 23:33:22 +0000 Subject: [PATCH] fix(deps): update dependency astro to ^5.12.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85cece6..1c105f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.35.1", - "astro": "^5.12.1", + "astro": "^5.12.2", "astro-auto-import": "^0.4.4", "remark-definition-list": "^2.0.0", "sharp": "^0.34.3", @@ -1856,9 +1856,9 @@ } }, "node_modules/astro": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.1.tgz", - "integrity": "sha512-/gH9cLIp6UNdbJO1FPBVN/Ea+1I9hJdQoLJKYUsXIRIfHcyF/3NCg0QVDJGw1oWkyQT6x6poQsnbgY9UXitjiw==", + "version": "5.12.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.2.tgz", + "integrity": "sha512-/qTPSD8bSxjsh5KNXvOsf6Md7dqNuH3WSx6KLa1YbxPR2JZDgPWEKEyulS3/9L5h5aP0SkjONrqwOGdgWw97fg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 93ae5bc..ccb77b7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.35.1", - "astro": "^5.12.1", + "astro": "^5.12.2", "astro-auto-import": "^0.4.4", "remark-definition-list": "^2.0.0", "sharp": "^0.34.3",