From e33bd82eff19cec8bb719aaa69f79e164eb52e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 07:51:49 +0000 Subject: [PATCH] Bump dprint-plugin-markup from 0.27.0 to 0.27.1 Bumps [dprint-plugin-markup](https://github.com/g-plane/markup_fmt) from 0.27.0 to 0.27.1. - [Release notes](https://github.com/g-plane/markup_fmt/releases) - [Commits](https://github.com/g-plane/markup_fmt/compare/v0.27.0...v0.27.1) --- updated-dependencies: - dependency-name: dprint-plugin-markup dependency-version: 0.27.1 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 fad36c1541ea..dbf7d1f3830f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "dprint": "^0.54.0", "dprint-plugin-graphql": "^0.2.3", "dprint-plugin-malva": "^0.15.3", - "dprint-plugin-markup": "^0.27.0", + "dprint-plugin-markup": "^0.27.1", "dprint-plugin-yaml": "^0.6.0", "eslint": "^10.2.1", "eslint-config-prettier": "^10.1.8", @@ -4345,9 +4345,9 @@ "license": "MIT" }, "node_modules/dprint-plugin-markup": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/dprint-plugin-markup/-/dprint-plugin-markup-0.27.0.tgz", - "integrity": "sha512-scC2pesWfc4sAzeE+kPyO+h+pxHJUC1EBBS1oP8lu+AxUjhURm4svn76WinXH8VVyxXwdJaI238vgN8GG6P5Fw==", + "version": "0.27.1", + "resolved": "https://registry.npmjs.org/dprint-plugin-markup/-/dprint-plugin-markup-0.27.1.tgz", + "integrity": "sha512-CXIWXTkom3zaAGiVhn6hMZhohL0f3vtznhJIuYtqhXhLrMMb0RhdsCSWF8Gd1vkAPtibwH4UfkWhbk1f9LZyoQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 4ae970fcc34f..9b03e486402c 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "dprint": "^0.54.0", "dprint-plugin-graphql": "^0.2.3", "dprint-plugin-malva": "^0.15.3", - "dprint-plugin-markup": "^0.27.0", + "dprint-plugin-markup": "^0.27.1", "dprint-plugin-yaml": "^0.6.0", "eslint": "^10.2.1", "eslint-config-prettier": "^10.1.8",