diff --git a/package-lock.json b/package-lock.json index 753cd28..a49237a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", - "@xmldom/xmldom": "^0.8.10", + "@xmldom/xmldom": "^0.9.5", "jsonpath-plus": "^8.1.0", "xpath": "^0.0.34", "yargs": "^17.7.2" @@ -1934,11 +1934,11 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.5.tgz", + "integrity": "sha512-6g1EwSs8cr8JhP1iBxzyVAWM6BIDvx9Y3FZRIQiMDzgG43Pxi8YkWOZ0nQj2NHgNzgXDZbJewFx/n+YAvMZrfg==", "engines": { - "node": ">=10.0.0" + "node": ">=14.6" } }, "node_modules/acorn": { diff --git a/package.json b/package.json index d59ac9a..a026659 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", - "@xmldom/xmldom": "^0.8.10", + "@xmldom/xmldom": "^0.9.5", "jsonpath-plus": "^8.1.0", "xpath": "^0.0.34", "yargs": "^17.7.2"