From 32246c14ecc867783b74bc3dc0db8784cbdaf49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:52:10 +0000 Subject: [PATCH] Bump @prettier/plugin-xml from 3.2.0 to 3.2.2 Bumps [@prettier/plugin-xml](https://github.com/prettier/plugin-xml) from 3.2.0 to 3.2.2. - [Changelog](https://github.com/prettier/plugin-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/plugin-xml/compare/v3.2.0...v3.2.2) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10c2f20..6b92950 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "xpath": "github:IATI/xpath#v0.0.34" }, "devDependencies": { - "@prettier/plugin-xml": "^3.2.0", + "@prettier/plugin-xml": "^3.2.2", "chai": "*", "eslint": "^8.48.0", "eslint-config-airbnb-base": "^15.0.0", @@ -427,9 +427,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.2", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.2.2.tgz", + "integrity": "sha512-SoE70SQF1AKIvK7LVK80JcdAe6wrDcbodFFjcoqb1FkOqV0G0oSlgAFDwoRXPqkUE5p/YF2nGsnUbnfm6471sw==", "dev": true, "dependencies": { "@xml-tools/parser": "^1.0.11" @@ -5049,9 +5049,9 @@ "integrity": "sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==" }, "@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.2", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.2.2.tgz", + "integrity": "sha512-SoE70SQF1AKIvK7LVK80JcdAe6wrDcbodFFjcoqb1FkOqV0G0oSlgAFDwoRXPqkUE5p/YF2nGsnUbnfm6471sw==", "dev": true, "requires": { "@xml-tools/parser": "^1.0.11" diff --git a/package.json b/package.json index 01fb189..d3c10dd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "xpath": "github:IATI/xpath#v0.0.34" }, "devDependencies": { - "@prettier/plugin-xml": "^3.2.0", + "@prettier/plugin-xml": "^3.2.2", "chai": "*", "eslint": "^8.48.0", "eslint-config-airbnb-base": "^15.0.0",