From 94805b1cdafde416153cfa7beac86f65fa1eb6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:35:33 +0000 Subject: [PATCH] chore(deps-dev): bump astro from 6.1.2 to 6.1.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.2 to 6.1.3. - [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@6.1.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7751388a9..beb06930f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "@typescript-eslint/eslint-plugin": "^8.58.0", "@typescript-eslint/parser": "^8.58.0", "agentation": "^3.0.2", - "astro": "^6.1.2", + "astro": "^6.1.3", "astro-auto-import": "^0.5.1", "astro-eslint-parser": "^1.4.0", "astro-expressive-code": "^0.41.7", @@ -5417,9 +5417,9 @@ } }, "node_modules/astro": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.2.tgz", - "integrity": "sha512-r3iIvmB6JvQxsdJLvapybKKq7Bojd1iQK6CCx5P55eRnXJIyUpHx/1UB/GdMm+em/lwaCUasxHCmIO0lCLV2uA==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.3.tgz", + "integrity": "sha512-FUKbBYOdYYrRNZwDd9I5CVSfR6Nj9aZeNzcjcvh1FgHwR0uXawkYFR3HiGxmdmAB2m8fs0iIkDdsiUfwGeO8qA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", diff --git a/package.json b/package.json index b6079ca246..f8a6e6123b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/eslint-plugin": "^8.58.0", "@typescript-eslint/parser": "^8.58.0", "agentation": "^3.0.2", - "astro": "^6.1.2", + "astro": "^6.1.3", "astro-auto-import": "^0.5.1", "astro-eslint-parser": "^1.4.0", "astro-expressive-code": "^0.41.7",