From 634e90911e166327e57d56a1d5efaea4bf078a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 02:05:15 +0000 Subject: [PATCH] fix(deps): bump astro from 5.9.2 to 5.10.2 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.9.2 to 5.10.2. - [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.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- site/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d2fcfb..102b123 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2415,10 +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==", - "license": "MIT", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.2.tgz", + "integrity": "sha512-CCBU+e/Apk6NWEMnc/R9dVZD/+FaCnNqWJicX1Oe6T18vLKop+LPs/m/88ekJk4zxP1g1N/GfUq4wEedUSk1Wg==", "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", @@ -8328,7 +8327,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 +8345,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.2", "typescript": "^5.8.3" } } diff --git a/site/package.json b/site/package.json index ccaeb44..5766cf8 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.2", "typescript": "^5.8.3" } }