From d87d242db58cee9041e9a6183c3dc496719cca7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 18:01:27 +0000 Subject: [PATCH] Bump astro from 4.8.4 to 4.8.6 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.8.4 to 4.8.6. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.8.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 8dd2ad3..ca420cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/starlight-tailwind": "^2.0.2", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.6.0", - "astro": "^4.8.4", + "astro": "^4.8.6", "astro-compressor": "^0.4.1", "globby": "^14.0.1", "gsap": "^3.12.5", @@ -2487,9 +2487,9 @@ } }, "node_modules/astro": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.8.4.tgz", - "integrity": "sha512-3UExI/Pq47tvdSmYJTDkoyuygIibO+293MBkwc5iUzK5Cu/U4H7P3LwTyP8Gp/wQX+2zBEUifEb4oNO1HfUn2g==", + "version": "4.8.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.8.6.tgz", + "integrity": "sha512-psHIfK+e+bMPhRwghV9yCGH/uc1jvY4DHmDZdoEepax9yA7kzYH0wt3dpkqlcrO2zxl5jzSC3DmqZfkD6wnW9A==", "dependencies": { "@astrojs/compiler": "^2.8.0", "@astrojs/internal-helpers": "0.4.0", diff --git a/package.json b/package.json index 34057cb..44ec804 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/starlight-tailwind": "^2.0.2", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.6.0", - "astro": "^4.8.4", + "astro": "^4.8.6", "astro-compressor": "^0.4.1", "globby": "^14.0.1", "gsap": "^3.12.5",