From e29e1ff2e62c13904297bd6a7bedb7e6477b1819 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:45:54 +0000 Subject: [PATCH] chore(deps): update astro to 4.16.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 2cb729a8..3787bb86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.0", "@astrojs/starlight": "0.28.3", - "astro": "4.16.1", + "astro": "4.16.2", "prettier": "3.3.3", "sharp": "0.33.5", "starlight-blog": "0.13.0", @@ -2308,9 +2308,9 @@ } }, "node_modules/astro": { - "version": "4.16.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.1.tgz", - "integrity": "sha512-ZeZd+L147HHgHmvoSkve7KM3EutV+hY0mOCa4PwARHEFAAh+omo4MUNoTWsFkfq7ozTgR0PCXQwslrZduoWHNg==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.2.tgz", + "integrity": "sha512-Dfkpyt6sA+nv6LnOJr+7bt+gQF5Qh02yqVgyes4c4SvcPScteq1bLX22/z/XW+VU0vlciJOMiM8GWtcDiF6gUQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index c9df9018..2d9b3219 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.0", "@astrojs/starlight": "0.28.3", - "astro": "4.16.1", + "astro": "4.16.2", "prettier": "3.3.3", "sharp": "0.33.5", "starlight-blog": "0.13.0",