From a8fcae09fb07a2aa98f4dbabcd2b5c50abc01705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:18:17 +0000 Subject: [PATCH] Bump astro from 4.5.3 to 4.5.6 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.5.3 to 4.5.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.5.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 ff66258..dd76e09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/sitemap": "^3.1.1", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.3.6", - "astro": "^4.5.3", + "astro": "^4.5.6", "astro-compressor": "^0.4.1", "globby": "^14.0.1", "gsap": "^3.12.5", @@ -1724,9 +1724,9 @@ } }, "node_modules/astro": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.3.tgz", - "integrity": "sha512-MEiLeAr3+THeadTZCQ4U+DI9VTTUZdYrPEPedSKmQwqnkiPkLjpLgx4yOcyH7Yp4t57+SWiC6W0rt7lPGM36Fg==", + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.6.tgz", + "integrity": "sha512-/pXr+tDvgps1x3w+9i48XzfNPDr4NrT89EJPeCTL57IjaTpitSQ8Oy10Fv6zAqXNLIUJ5j3P1c+fJx+taKIg0g==", "dependencies": { "@astrojs/compiler": "^2.7.0", "@astrojs/internal-helpers": "0.3.0", diff --git a/package.json b/package.json index ec88c72..0715a4a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^3.1.1", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.3.6", - "astro": "^4.5.3", + "astro": "^4.5.6", "astro-compressor": "^0.4.1", "globby": "^14.0.1", "gsap": "^3.12.5",