diff --git a/package-lock.json b/package-lock.json index baa7f7c..f914004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "^1.10.1", - "@xmldom/xmldom": "^0.8.10", + "@xmldom/xmldom": "^0.9.0", "minimist": "^1.2.8", "xpath": "^0.0.34" } @@ -33,9 +33,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.10", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", - "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.0.tgz", + "integrity": "sha512-Zb9MTlKGnUdxglDKF75cJwvsNp+EhPwzguLSTp/u1yeDU59lz7eA9e14S9z/sn5HHKX5NEQZaKjePl/69uqGhw==", "engines": { "node": ">=10.0.0" } diff --git a/package.json b/package.json index c0c9bf1..68b9720 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "^1.10.1", - "@xmldom/xmldom": "^0.8.10", + "@xmldom/xmldom": "^0.9.0", "minimist": "^1.2.8", "xpath": "^0.0.34" },