From 44858b435fc79776086f4ccefae6a0d84e7a073b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2026 05:42:55 +0000 Subject: [PATCH] fix(deps-dev): bump prettier-plugin-astro from 1.0.0 to 1.0.1 Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/withastro/prettier-plugin-astro/releases) - [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: prettier-plugin-astro dependency-version: 1.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d83805e5..075914f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5473,9 +5473,9 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-1.0.0.tgz", - "integrity": "sha512-xOlwKNSaPkPPiJeOhiFk8/MA2eH5A+in99dID+weTJhPcq+FBdIaB/3UNFdy9ckmc8/bT7QNyxSb78cnopgElQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-1.0.1.tgz", + "integrity": "sha512-FKLtmNgyAoUbUixxmgkyO9ZMjEWCpHgMLtci8IakhCIzr8b+ML9YssBqsMfNoDdd/iE27BixwBZSq2amWDwpFQ==", "dev": true, "license": "MIT", "dependencies": { @@ -9509,9 +9509,9 @@ "dev": true }, "prettier-plugin-astro": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-1.0.0.tgz", - "integrity": "sha512-xOlwKNSaPkPPiJeOhiFk8/MA2eH5A+in99dID+weTJhPcq+FBdIaB/3UNFdy9ckmc8/bT7QNyxSb78cnopgElQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-1.0.1.tgz", + "integrity": "sha512-FKLtmNgyAoUbUixxmgkyO9ZMjEWCpHgMLtci8IakhCIzr8b+ML9YssBqsMfNoDdd/iE27BixwBZSq2amWDwpFQ==", "dev": true, "requires": { "@astrojs/compiler-rs": "^0.4.0",