From 89471c0ac9341e7c76c772599cba3cd50e79bbc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:21:23 +0000 Subject: [PATCH] fix(deps): bump astro from 5.9.2 to 5.9.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.9.2 to 5.9.4. - [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.9.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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..35e8f2a 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.9.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.4.tgz", + "integrity": "sha512-AEulm16C9IijMYrFb3VIFx9z17p/wfDSHUHdbbvSEX+rBca64xV+f67tnsql3s4CE8u2cwYpdX+5yH7l53W4iA==", "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.9.4", "typescript": "^5.8.3" } } diff --git a/site/package.json b/site/package.json index ccaeb44..005ba37 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.9.4", "typescript": "^5.8.3" } }