From c55c98eaa7a9facea5a7dad9d8e3ea2fceee94d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 01:07:00 +0000 Subject: [PATCH] chore(deps): bump astro from 6.4.2 to 6.4.6 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.2 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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cf4412..c13511d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@preact/signals": "^2.9.1", "@use-gesture/vanilla": "^10.3.1", "@vite-pwa/astro": "^1.2.0", - "astro": "^6.4.2", + "astro": "^6.4.6", "pdf-lib": "1.17.1", "popmotion": "^11.0.5", "preact": "^10.29.2", @@ -5690,9 +5690,9 @@ } }, "node_modules/astro": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.2.tgz", - "integrity": "sha512-8H89CH2dKL5SCU99OCqdU9BGjmPkSJqaPurywj5XMo7eMFGUFD3vsNhdEKnEh4mK4LgGje3/QDTTSIIGst0G0Q==", + "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", @@ -5709,7 +5709,7 @@ "clsx": "^2.1.1", "common-ancestor-path": "^2.0.0", "cookie": "^1.1.1", - "devalue": "^5.6.3", + "devalue": "^5.8.1", "diff": "^8.0.3", "dset": "^3.1.4", "es-module-lexer": "^2.0.0", diff --git a/package.json b/package.json index b1cecec..6205e03 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@preact/signals": "^2.9.1", "@use-gesture/vanilla": "^10.3.1", "@vite-pwa/astro": "^1.2.0", - "astro": "^6.4.2", + "astro": "^6.4.6", "pdf-lib": "1.17.1", "popmotion": "^11.0.5", "preact": "^10.29.2",