diff --git a/shared/package-lock.json b/shared/package-lock.json index 16408f0..48870e5 100644 --- a/shared/package-lock.json +++ b/shared/package-lock.json @@ -5,15 +5,16 @@ "packages": { "": { "dependencies": { - "@xmldom/xmldom": "^0.9.0" + "@xmldom/xmldom": "^0.9.9" } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.0.tgz", - "integrity": "sha512-Zb9MTlKGnUdxglDKF75cJwvsNp+EhPwzguLSTp/u1yeDU59lz7eA9e14S9z/sn5HHKX5NEQZaKjePl/69uqGhw==", + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.9.tgz", + "integrity": "sha512-qycIHAucxy/LXAYIjmLmtQ8q9GPnMbnjG1KXhWm9o5sCr6pOYDATkMPiTNa6/v8eELyqOQ2FsEqeoFYmgv/gJg==", + "license": "MIT", "engines": { - "node": ">=10.0.0" + "node": ">=14.6" } } } diff --git a/shared/package.json b/shared/package.json index 8548687..8fe797f 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@xmldom/xmldom": "^0.9.0" + "@xmldom/xmldom": "^0.9.9" } }