From e1bad7100fd7cf8930ee3fe67165d7d5a3332298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 06:03:10 +0000 Subject: [PATCH] Bump xml-formatter from 2.6.1 to 3.4.1 Bumps [xml-formatter](https://github.com/chrisbottin/xml-formatter) from 2.6.1 to 3.4.1. - [Commits](https://github.com/chrisbottin/xml-formatter/compare/2.6.1...3.4.1) --- updated-dependencies: - dependency-name: xml-formatter dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5fb70651c1..9ef45dbb4b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "webpack": "^5.74.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.11.1", - "xml-formatter": "^2.6.1", + "xml-formatter": "^3.4.1", "yarn": "^1.22.19" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 1a1f0236b4..8923711400 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5358,17 +5358,17 @@ xdg-basedir@^4.0.0: resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13" integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q== -xml-formatter@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/xml-formatter/-/xml-formatter-2.6.1.tgz#066ef3a100bd58ee3b943f0c503be63176d3d497" - integrity sha512-dOiGwoqm8y22QdTNI7A+N03tyVfBlQ0/oehAzxIZtwnFAHGeSlrfjF73YQvzSsa/Kt6+YZasKsrdu6OIpuBggw== +xml-formatter@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/xml-formatter/-/xml-formatter-3.4.1.tgz#0578f5bb56114d519b98bed824b00af8747c2787" + integrity sha512-C7VwnZpz662mZlKtrdREucsABAIlmdph/nMEUszTMsRAGGPMSNfyNOU4UaPBqxXYVadb9uSpc1Xibbj6XpbGRA== dependencies: - xml-parser-xo "^3.2.0" + xml-parser-xo "^4.1.0" -xml-parser-xo@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/xml-parser-xo/-/xml-parser-xo-3.2.0.tgz#c633ab55cf1976d6b03ab4a6a85045093ac32b73" - integrity sha512-8LRU6cq+d7mVsoDaMhnkkt3CTtAs4153p49fRo+HIB3I1FD1o5CeXRjRH29sQevIfVJIcPjKSsPU/+Ujhq09Rg== +xml-parser-xo@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/xml-parser-xo/-/xml-parser-xo-4.1.0.tgz#f97b7ea8cb400813e5306c25c34ac17fdf673a45" + integrity sha512-9mQMLmq8J++XlQH9WF57oQxFVbR3YM6dPPtTuV+++aMe2gRoRU/kj819/6IptUmfhC1d2DSFiYxEcpkoLabeJw== y18n@^4.0.0: version "4.0.3"