From a02bda2f58dd8625b51bba3250ab9bab2ca969a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 07:47:34 +0000 Subject: [PATCH] chore(deps): bump astro from 5.9.0 to 5.9.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.9.0 to 5.9.1. - [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.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bed5f0c..0afd691b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.3", "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", - "astro": "^5.9.0" + "astro": "^5.9.1" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -164,9 +164,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz", - "integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.1.tgz", + "integrity": "sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg==", "license": "MIT" }, "node_modules/@astrojs/internal-helpers": { @@ -3606,12 +3606,12 @@ } }, "node_modules/astro": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.0.tgz", - "integrity": "sha512-AHF7oZDBQRwggHUG0bwBhRQjrDD+vJpCtPd0/GVxDB1hGRV0SQuFWS0UHX5bYczIqFcao1z9o9o0r2rQtHrTMg==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.1.tgz", + "integrity": "sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.12.0", + "@astrojs/compiler": "^2.12.1", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", diff --git a/package.json b/package.json index 47491d8a..8ef7c2a3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/starlight": "^0.34.3", "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", - "astro": "^5.9.0" + "astro": "^5.9.1" }, "devDependencies": { "@actions/core": "^1.11.1",