From cff4d9e53900e69d05e30e3b3b5e059d08a7a1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 02:07:54 +0000 Subject: [PATCH] fix(deps): bump astro from 5.9.2 to 5.11.2 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.9.2 to 5.11.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.11.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.11.2 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..1a5ae6b 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.11.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.2.tgz", + "integrity": "sha512-jKJCqp0PMZ1ZpP2xySghsJ1xK7ZNh/ISTRNBf/7khY3iEGq/zup49ZMhNZXK5Cd/dFWP/pdBNHD91SByA42IvQ==", "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.11.2", "typescript": "^5.8.3" } } diff --git a/site/package.json b/site/package.json index ccaeb44..fc936a2 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.2", "typescript": "^5.8.3" } }