From caccb07a281a5b63fc670daf6a2d08b28c538dc1 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk <7253922+freearhey@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:07:58 +0300 Subject: [PATCH] Update package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa20e61aa8..416124fe20 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,6 @@ }, "overrides": { "esbuild": "0.23.1", - "@xmldom/xmldom": ">=0.8.13" + "@xmldom/xmldom": ">=0.8.13 <1.0.0" } }