From e7e41d5560a85dd40069ae14cd96684198a6341f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:04:34 +0000 Subject: [PATCH] build(npm): Bump @prettier/plugin-xml from 3.2.0 to 3.2.1 Bumps [@prettier/plugin-xml](https://github.com/prettier/plugin-xml) from 3.2.0 to 3.2.1. - [Changelog](https://github.com/prettier/plugin-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/plugin-xml/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: "@prettier/plugin-xml" 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 3e28c10..af932cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "GNU-3.0", "devDependencies": { - "@prettier/plugin-xml": "^3.2.0", + "@prettier/plugin-xml": "^3.2.1", "husky": "^8.0.3", "lint-staged": "^14.0.1", "prettier": "^3.0.3", @@ -32,9 +32,9 @@ } }, "node_modules/@prettier/plugin-xml": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.2.0.tgz", - "integrity": "sha512-1SgnoMIOLjGcKqstr6gmly7J6VoVSXULz0kMDimBE36yj59GrNvaOBPjoeYUmcpU3/IwLiCIJRaCX8qiVSvy/A==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.2.1.tgz", + "integrity": "sha512-DvwnQPf8FsczapBVDm54IhR+Pryt3DbPZSNtUb9gOuFtgoUUPbPN69f3nQBMF5BEqh4ZjZjTaHBmsVno3UnAXQ==", "dev": true, "dependencies": { "@xml-tools/parser": "^1.0.11" diff --git a/package.json b/package.json index 6edf3d0..d35ec61 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "prepare": "husky install" }, "devDependencies": { - "@prettier/plugin-xml": "^3.2.0", + "@prettier/plugin-xml": "^3.2.1", "husky": "^8.0.3", "lint-staged": "^14.0.1", "prettier": "^3.0.3",