From 98df4fba15fad70774a20509538b6a107ad18da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 02:08:51 +0000 Subject: [PATCH] fix(deps): bump astro from 5.9.2 to 5.11.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.9.2 to 5.11.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.11.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.11.0 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..4d56295 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.11.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz", + "integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==", "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.11.0", "typescript": "^5.8.3" } } diff --git a/site/package.json b/site/package.json index ccaeb44..36723be 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.11.0", "typescript": "^5.8.3" } }