Updated xmldom package to new namespace for vuln remediation

This commit is contained in:
Chris White 2024-03-13 09:51:22 -07:00
parent c4e7c41a6e
commit e1c73a64ad
4 changed files with 12 additions and 11 deletions

View file

@ -6,7 +6,7 @@
import Operation from "../Operation.mjs";
import OperationError from "../errors/OperationError.mjs";
import xmldom from "xmldom";
import xmldom from "@xmldom/xmldom";
import nwmatcher from "nwmatcher";
/**

View file

@ -6,7 +6,7 @@
import Operation from "../Operation.mjs";
import OperationError from "../errors/OperationError.mjs";
import xmldom from "xmldom";
import xmldom from "@xmldom/xmldom";
import xpath from "xpath";
/**