Skip to content

Commit d57d079

Browse files
chore: Bump @prettier/plugin-xml from 3.4.1 to 3.4.2 (#196)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d2c859 commit d57d079

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"fix": "prettier . --write"
99
},
1010
"devDependencies": {
11-
"@prettier/plugin-xml": "^3.4.1",
11+
"@prettier/plugin-xml": "^3.4.2",
1212
"grunt-banana-checker": "0.13.0",
1313
"prettier": "^3.8.4"
1414
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@prettier/plugin-xml@^3.4.1":
6-
version "3.4.1"
7-
resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-3.4.1.tgz#6c3be1184871a983d08c9f81c8a8796f62a19568"
8-
integrity sha512-Uf/6/+9ez6z/IvZErgobZ2G9n1ybxF5BhCd7eMcKqfoWuOzzNUxBipNo3QAP8kRC1VD18TIo84no7LhqtyDcTg==
5+
"@prettier/plugin-xml@^3.4.2":
6+
version "3.4.2"
7+
resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-3.4.2.tgz#ad0b46a6d73ae16cefb744c98c0ccc604c51f98a"
8+
integrity sha512-/UyNlHfkuLXG6Ed85KB0WBF283xn2yavR+UtRibBRUcvEJId2DSLdGXwJ/cDa1X++SWDPzq3+GSFniHjkNy7yg==
99
dependencies:
1010
"@xml-tools/parser" "^1.0.11"
1111

0 commit comments

Comments
 (0)