From 4fe7b67c23010a0b045a296fa551f4609bcc0174 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:19:09 +0000 Subject: [PATCH] chore(deps): update astro to 4.15.7 --- 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 ca6fb0bd..ca7963b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "0.9.3", "@astrojs/sitemap": "3.1.6", "@astrojs/starlight": "0.27.1", - "astro": "4.15.6", + "astro": "4.15.7", "prettier": "3.3.3", "sharp": "0.33.5", "starlight-blog": "0.12.0", @@ -2301,9 +2301,9 @@ } }, "node_modules/astro": { - "version": "4.15.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.6.tgz", - "integrity": "sha512-SWcUNwm8CiVRaIbh4w5byh62BNihpsovlCd4ElvC7cL/53D24HcI7AaGFsPrromCamQklwQmIan/QS7x/3lLuQ==", + "version": "4.15.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.7.tgz", + "integrity": "sha512-RGZjGpLcR3jcnXA1+g56i73O77krmqs7VjpoBOfk9UVP8Js5T2YSeUBAyComOUb6vj31wEw1vgRgOEN0MzYc8w==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index 47e8c5a5..a7cdba09 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/check": "0.9.3", "@astrojs/sitemap": "3.1.6", "@astrojs/starlight": "0.27.1", - "astro": "4.15.6", + "astro": "4.15.7", "prettier": "3.3.3", "sharp": "0.33.5", "starlight-blog": "0.12.0",