From 83792c1e908278e7ef72b81f18c444e2f95f4670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 01:26:20 +0000 Subject: [PATCH] fix(deps): bump astro from 5.7.4 to 5.7.5 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.4 to 5.7.5. - [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.7.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.7.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- site/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ca9c9d..70a6f87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -164,13 +164,13 @@ } }, "node_modules/@astrojs/telemetry": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.2.0.tgz", - "integrity": "sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.2.1.tgz", + "integrity": "sha512-SSVM820Jqc6wjsn7qYfV9qfeQvePtVc1nSofhyap7l0/iakUKywj3hfy3UJAOV4sGV4Q/u450RD4AaCaFvNPlg==", "license": "MIT", "dependencies": { - "ci-info": "^4.1.0", - "debug": "^4.3.7", + "ci-info": "^4.2.0", + "debug": "^4.4.0", "dlv": "^1.1.3", "dset": "^3.1.4", "is-docker": "^3.0.0", @@ -2146,15 +2146,15 @@ } }, "node_modules/astro": { - "version": "5.7.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.4.tgz", - "integrity": "sha512-h+pndGOyoYbsBd0YvP7bL3gotUSlyltp8OLpcYg062w0n5c96wJ9xt/RmwwXzGbdcUjWFtw0c5z4zCA92NDmlA==", + "version": "5.7.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.5.tgz", + "integrity": "sha512-c59YuYiXyWWnUMOBlDczrjqKzF0dJQP20EP9vqDggcyKm//tEt9iJHNwoYq4r3UeO9UJCwlGK8FwaGTAwwF3IA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.1", - "@astrojs/telemetry": "3.2.0", + "@astrojs/telemetry": "3.2.1", "@capsizecss/unpack": "^2.4.0", "@oslojs/encoding": "^1.1.0", "@rollup/pluginutils": "^5.1.4", @@ -6976,7 +6976,7 @@ }, "packages/components-astro": { "name": "@cyberfinity/polymorph-components-astro", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "peerDependencies": { "astro": "^5.7.4" @@ -6994,11 +6994,11 @@ }, "site": { "name": "@cyberfinity/polymorph-site", - "version": "0.0.0", + "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.9.4", - "@cyberfinity/polymorph-components-astro": "0.0.0", - "astro": "^5.7.4", + "@cyberfinity/polymorph-components-astro": "0.1.0", + "astro": "^5.7.5", "typescript": "^5.8.3" } } diff --git a/site/package.json b/site/package.json index 5863490..d065ded 100644 --- a/site/package.json +++ b/site/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@cyberfinity/polymorph-components-astro": "0.1.0", - "astro": "^5.7.4", + "astro": "^5.7.5", "typescript": "^5.8.3" } }