From 14857e89758f9df9d49478bb5bfd2d9b6699b6da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:02:26 +0000 Subject: [PATCH] fix(deps): bump astro from 5.9.2 to 5.10.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.9.2 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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- site/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d2fcfb..50d7450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2415,9 +2415,9 @@ } }, "node_modules/astro": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.2.tgz", - "integrity": "sha512-K/zZlQOWMpamfLDOls5jvG7lrsjH1gkk3ESRZyZDCkVBtKHMF4LbjwCicm/iBb3mX3V/PerqRYzLbOy3/4JLCQ==", + "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", @@ -8328,7 +8328,7 @@ }, "packages/components-astro": { "name": "@cyberfinity/polymorph-components-astro", - "version": "0.1.0", + "version": "0.2.1", "license": "MIT", "peerDependencies": { "astro": "^5.9.2" @@ -8346,11 +8346,11 @@ }, "site": { "name": "@cyberfinity/polymorph-site", - "version": "0.0.1", + "version": "0.0.3", "dependencies": { "@astrojs/check": "^0.9.4", - "@cyberfinity/polymorph-components-astro": "0.1.0", - "astro": "^5.9.2", + "@cyberfinity/polymorph-components-astro": "0.2.1", + "astro": "^5.10.0", "typescript": "^5.8.3" } } diff --git a/site/package.json b/site/package.json index ccaeb44..a4e1a90 100644 --- a/site/package.json +++ b/site/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@cyberfinity/polymorph-components-astro": "0.2.1", - "astro": "^5.9.2", + "astro": "^5.10.0", "typescript": "^5.8.3" } }