From a0d0d0fd6e9a5a4c94efa3d0f1a609207f664cb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:24:41 +0000 Subject: [PATCH] fix(deps): update dependency astro to ^5.0.8 --- 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 45ed5f9..343cdfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.3", "@fontsource/arvo": "^5.1.0", - "astro": "^5.0.5", + "astro": "^5.0.8", "astro-icon": "^1.1.4", "markdown-it": "^14.1.0", "sanitize-html": "^2.13.1", @@ -2342,9 +2342,9 @@ } }, "node_modules/astro": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.0.5.tgz", - "integrity": "sha512-xfptdmurDsQcj/Anc7mU+eKlcyV7ppJIlmaSwhX3ZWwK5N/0rGKVmUqnuILgR6MB0XVJiIfublNzDGoyj4Q6BQ==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.0.8.tgz", + "integrity": "sha512-nW4TmRCeG3t2iDmm91KPvYpYNljNfjeaneN4BX463DKAZ3MPmUn92aKefOXC0bjMHQ2Gamc8MIZ6sORS2EhyAQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3", diff --git a/package.json b/package.json index 1051b2b..8db0ad4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.3", "@fontsource/arvo": "^5.1.0", - "astro": "^5.0.5", + "astro": "^5.0.8", "astro-icon": "^1.1.4", "markdown-it": "^14.1.0", "sanitize-html": "^2.13.1",