diff --git a/package-lock.json b/package-lock.json index 0c26a62..9d279f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.5.0", - "@xmldom/xmldom": "^0.7.3" + "@xmldom/xmldom": "^0.7.4" }, "devDependencies": { "eslint": "^7.32.0", @@ -1116,9 +1116,9 @@ "dev": true }, "node_modules/@xmldom/xmldom": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.3.tgz", - "integrity": "sha512-8XmJdPut2XGtfFcsNsqEsvMUmAwk7xLq7m+E/GcsU9b5qyFFIsiX4Fvnb5UoQ4wo12Wlm07YFJERoyWUYdbIpw==", + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.4.tgz", + "integrity": "sha512-wdxC79cvO7PjSM34jATd/RYZuYWQ8y/R7MidZl1NYYlbpFn1+spfjkiR3ZsJfcaTs2IyslBN7VwBBJwrYKM+zw==", "engines": { "node": ">=10.0.0" } @@ -5590,9 +5590,9 @@ "dev": true }, "@xmldom/xmldom": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.3.tgz", - "integrity": "sha512-8XmJdPut2XGtfFcsNsqEsvMUmAwk7xLq7m+E/GcsU9b5qyFFIsiX4Fvnb5UoQ4wo12Wlm07YFJERoyWUYdbIpw==" + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.4.tgz", + "integrity": "sha512-wdxC79cvO7PjSM34jATd/RYZuYWQ8y/R7MidZl1NYYlbpFn1+spfjkiR3ZsJfcaTs2IyslBN7VwBBJwrYKM+zw==" }, "abab": { "version": "2.0.5", diff --git a/package.json b/package.json index 70d1511..23f71ad 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "homepage": "https://github.com/s4u/maven-settings-action#readme", "dependencies": { "@actions/core": "^1.5.0", - "@xmldom/xmldom": "^0.7.3" + "@xmldom/xmldom": "^0.7.4" }, "devDependencies": { "eslint": "^7.32.0",