From 466752db0f7ed54c3bd01720ed3c03be7672745c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 22:33:00 +0000 Subject: [PATCH] Bump astro from 5.9.3 to 5.10.0 in the astro-framework group Bumps the astro-framework group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.9.3 to 5.10.0 - [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@5.10.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: astro-framework ... 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 bc0d95b630a..de9ba738891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@nanostores/preact": "^0.5.2", "@nanostores/react": "^0.8.4", "@openzeppelin/contracts": "^4.9.6", - "astro": "^5.9.3", + "astro": "^5.10.0", "bignumber.js": "^9.3.0", "clipboard": "^2.0.11", "dotenv": "^16.5.0", @@ -13245,9 +13245,9 @@ } }, "node_modules/astro": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.3.tgz", - "integrity": "sha512-VReZrpUa/3rfeiVvsQ1A2M3ujDPI+pDGIYOMtXPEZwut8tZoEyealXXLjitgCsJ+3dunKGZbg4Eak6i+r0vniw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.0.tgz", + "integrity": "sha512-g/t54kVzQnFVijs+GbbbX/NBAFTl/3yNAEA/AQYq4FumLLVv7n4BIF+jKhcPGn9iFGyT1Cjvr7KB/qYyNvHEIg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 6017e95cf87..33fe5ed389d 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@nanostores/preact": "^0.5.2", "@nanostores/react": "^0.8.4", "@openzeppelin/contracts": "^4.9.6", - "astro": "^5.9.3", + "astro": "^5.10.0", "bignumber.js": "^9.3.0", "clipboard": "^2.0.11", "dotenv": "^16.5.0",