From a44d52482d39267bbd3e79c0e838e335ed64558e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:53:03 +0000 Subject: [PATCH] chore(deps): update astro to 4.16.18 [security] --- 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 66884bd9..1d83087d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.1", "@astrojs/starlight": "0.29.3", - "astro": "4.16.17", + "astro": "4.16.18", "prettier": "3.4.2", "sharp": "0.33.5", "starlight-blog": "0.15.0", @@ -2325,9 +2325,9 @@ } }, "node_modules/astro": { - "version": "4.16.17", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.17.tgz", - "integrity": "sha512-OuD+BP7U6OqQLKtZ/FJkU2S+TOlifxS/OKUbZOb5p6y+LLBa1J3zHRJrIl7DUSq6eXY+9wSWwbJpD9JS+lqhxA==", + "version": "4.16.18", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.18.tgz", + "integrity": "sha512-G7zfwJt9BDHEZwlaLNvjbInIw2hPryyD654314KV/XT34pJU6SfN1S+mWa8RAkALcZNJnJXCJmT3JXLQStD3Lw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index 5ec77d4d..b82a2b64 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.1", "@astrojs/starlight": "0.29.3", - "astro": "4.16.17", + "astro": "4.16.18", "prettier": "3.4.2", "sharp": "0.33.5", "starlight-blog": "0.15.0",