From 10cca81504f683dda69848b723d09d868d42a7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 01:47:02 +0000 Subject: [PATCH] fix(deps): bump astro from 5.7.4 to 5.7.9 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.4 to 5.7.9. - [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.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.7.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++----------------- site/package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ca9c9d..b303661 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.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.9.tgz", + "integrity": "sha512-P0cLijpmu4xZEXIh83ROOJqiCWRA7KSo24nhRLIjbMkiPElXu2qL1c28m7xhylCXeHa0lnCGPLyNjs1Wx3GyxA==", "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", @@ -2198,7 +2198,7 @@ "tinyglobby": "^0.2.12", "tsconfck": "^3.1.5", "ultrahtml": "^1.6.0", - "unifont": "~0.2.0", + "unifont": "~0.4.1", "unist-util-visit": "^5.0.0", "unstorage": "^1.15.0", "vfile": "^6.0.3", @@ -6109,9 +6109,9 @@ } }, "node_modules/unifont": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.2.0.tgz", - "integrity": "sha512-RoF14/tOhLvDa7R5K6A3PjsfJVFKvadvRpWjfV1ttabUe9704P1ie9z1ABLWEts/8SxrBVePav/XhgeFNltpsw==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.4.1.tgz", + "integrity": "sha512-zKSY9qO8svWYns+FGKjyVdLvpGPwqmsCjeJLN1xndMiqxHWBAhoWDMYMG960MxeV48clBmG+fDP59dHY1VoZvg==", "license": "MIT", "dependencies": { "css-tree": "^3.0.0", @@ -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.9", "typescript": "^5.8.3" } } diff --git a/site/package.json b/site/package.json index 5863490..41f6489 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.9", "typescript": "^5.8.3" } }