From 446e5864cd0899dea5e5f735590f3a7f47cb08f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:02:02 +0000 Subject: [PATCH] build(deps-dev): bump @prettier/plugin-xml from 3.1.1 to 3.2.0 Bumps [@prettier/plugin-xml](https://github.com/prettier/plugin-xml) from 3.1.1 to 3.2.0. - [Changelog](https://github.com/prettier/plugin-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/plugin-xml/commits/v3.2.0) --- updated-dependencies: - dependency-name: "@prettier/plugin-xml" dependency-type: direct:development update-type: version-update:semver-minor ... 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 9527bf394..36fc8ccc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "CC0-1.0", "devDependencies": { "@lwc/eslint-plugin-lwc": "^1.6.3", - "@prettier/plugin-xml": "^3.1.1", + "@prettier/plugin-xml": "^3.2.0", "@sa11y/jest": "^5.2.0", "@salesforce/eslint-config-lwc": "^3.5.2", "@salesforce/eslint-plugin-aura": "^2.1.0", @@ -2896,9 +2896,9 @@ } }, "node_modules/@prettier/plugin-xml": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.1.1.tgz", - "integrity": "sha512-kf20whg987pD/GWz0s1H2iA2170NnyP7chfmSkY55Dhs8wZwWxVxPItfWsfJo1FVMvTuNUPZY/hTqqHrzxb6Pg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.2.0.tgz", + "integrity": "sha512-1SgnoMIOLjGcKqstr6gmly7J6VoVSXULz0kMDimBE36yj59GrNvaOBPjoeYUmcpU3/IwLiCIJRaCX8qiVSvy/A==", "dev": true, "dependencies": { "@xml-tools/parser": "^1.0.11" diff --git a/package.json b/package.json index 211479411..500f236d4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@lwc/eslint-plugin-lwc": "^1.6.3", - "@prettier/plugin-xml": "^3.1.1", + "@prettier/plugin-xml": "^3.2.0", "@sa11y/jest": "^5.2.0", "@salesforce/eslint-config-lwc": "^3.5.2", "@salesforce/eslint-plugin-aura": "^2.1.0",