From 8389ec8594af2c0f63f49e080ae208432a5350df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 12:29:06 +0000 Subject: [PATCH] chore: Bump @prettier/plugin-xml from 3.4.1 to 3.4.2 Bumps [@prettier/plugin-xml](https://github.com/prettier/plugin-xml) from 3.4.1 to 3.4.2. - [Changelog](https://github.com/prettier/plugin-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/plugin-xml/commits) --- updated-dependencies: - dependency-name: "@prettier/plugin-xml" dependency-version: 3.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f26bbe9..575a9c1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "fix": "prettier . --write" }, "devDependencies": { - "@prettier/plugin-xml": "^3.4.1", + "@prettier/plugin-xml": "^3.4.2", "grunt-banana-checker": "0.13.0", "prettier": "^3.6.2" } diff --git a/yarn.lock b/yarn.lock index e03ed0b..a23d590 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@prettier/plugin-xml@^3.4.1": - version "3.4.1" - resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-3.4.1.tgz#6c3be1184871a983d08c9f81c8a8796f62a19568" - integrity sha512-Uf/6/+9ez6z/IvZErgobZ2G9n1ybxF5BhCd7eMcKqfoWuOzzNUxBipNo3QAP8kRC1VD18TIo84no7LhqtyDcTg== +"@prettier/plugin-xml@^3.4.2": + version "3.4.2" + resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-3.4.2.tgz#ad0b46a6d73ae16cefb744c98c0ccc604c51f98a" + integrity sha512-/UyNlHfkuLXG6Ed85KB0WBF283xn2yavR+UtRibBRUcvEJId2DSLdGXwJ/cDa1X++SWDPzq3+GSFniHjkNy7yg== dependencies: "@xml-tools/parser" "^1.0.11"