From aca3c71002602efc7f719ef11cf27c74d8942fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 07:34:45 -0400 Subject: [PATCH] Bump @prettier/plugin-xml from 2.2.0 to 3.1.1 (#356) Bumps [@prettier/plugin-xml](https://github.com/prettier/plugin-xml) from 2.2.0 to 3.1.1. - [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-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c051336..1df1716f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -953,13 +953,12 @@ } }, "@prettier/plugin-xml": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-2.2.0.tgz", - "integrity": "sha512-UWRmygBsyj4bVXvDiqSccwT1kmsorcwQwaIy30yVh8T+Gspx4OlC0shX1y+ZuwXZvgnafmpRYKks0bAu9urJew==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.1.1.tgz", + "integrity": "sha512-kf20whg987pD/GWz0s1H2iA2170NnyP7chfmSkY55Dhs8wZwWxVxPItfWsfJo1FVMvTuNUPZY/hTqqHrzxb6Pg==", "dev": true, "requires": { - "@xml-tools/parser": "^1.0.11", - "prettier": ">=2.4.0" + "@xml-tools/parser": "^1.0.11" } }, "@sindresorhus/is": { diff --git a/package.json b/package.json index 00b4ddfb..ccb5c24a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@cjbarth/github-release-notes": "^4.1.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", - "@prettier/plugin-xml": "^2.2.0", + "@prettier/plugin-xml": "^3.1.1", "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^20.3.2",