From 53017920688d15e3d95ff4df88d6ac03877e4ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:36:32 +0000 Subject: [PATCH] chore(deps): bump minify-xml from 3.5.0 to 4.1.0 Bumps [minify-xml](https://github.com/kristian/minify-xml) from 3.5.0 to 4.1.0. - [Commits](https://github.com/kristian/minify-xml/compare/3.5.0...4.1.0) --- 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..873b371 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.1.0", "svgo": "^3.0.0", "terser": "^5.3.0" },