From c4830ccbc4d08adfab5956bd04f475b8ccae92e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 06:07:21 +0000 Subject: [PATCH] build(deps): bump astro in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 6.4.5 to 6.4.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@6.4.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.6 dependency-type: direct:production dependency-group: npm_and_yarn ... 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 c38a965..1a0dfa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.1.11", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", - "astro": "^6.1.4", + "astro": "^6.4.6", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "fflate": "^0.8.3", @@ -4010,9 +4010,9 @@ } }, "node_modules/astro": { - "version": "6.4.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.5.tgz", - "integrity": "sha512-0R7WLD1+WD/mTPcZxyKtcF0CztQi9ahFRtGM7oChJhxjNbr4lSBenxi+mk91k5bPTaUEoZ6edg1fDo2qP8bCwg==", + "version": "6.4.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.6.tgz", + "integrity": "sha512-48OBTBKR9ctbf+DQxpOuxGl8ebfn59zTuNQMBzptmG/Mi/H8IdfMSbJgGuX1I/4U6g9yazG1p4BHlf4+2hWU4Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", diff --git a/package.json b/package.json index 4c45a04..d229c11 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@tailwindcss/vite": "^4.1.11", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", - "astro": "^6.1.4", + "astro": "^6.4.6", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "fflate": "^0.8.3",