From 70e004c2be139ca3a4066a9596441328b3068444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:41:42 +0000 Subject: [PATCH] chore(deps): bump minify-xml from 3.5.0 to 4.2.0 Bumps [minify-xml](https://github.com/kristian/minify-xml) from 3.5.0 to 4.2.0. - [Changelog](https://github.com/kristian/minify-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/kristian/minify-xml/compare/3.5.0...4.2.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..6228e77 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.2.0", "svgo": "^3.0.0", "terser": "^5.3.0" },