From e72c6e4304994430ae4bf9e225ed24000e295ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:19:52 +0000 Subject: [PATCH] chore(deps): bump minify-xml from 3.5.0 to 4.3.0 Bumps [minify-xml](https://github.com/kristian/minify-xml) from 3.5.0 to 4.3.0. - [Changelog](https://github.com/kristian/minify-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/kristian/minify-xml/commits) --- updated-dependencies: - dependency-name: minify-xml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4db1a23..e9257c5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "clean-css": "^5.1.2", "html-minifier": "^4.0.0", "micromatch": "^4.0.2", - "minify-xml": "^3.2.0", + "minify-xml": "^4.3.0", "svgo": "^3.0.0", "terser": "^5.3.0" },