diff --git a/package-lock.json b/package-lock.json index 732a0aff..44ccce94 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.1" + "@xmldom/xmldom": "^0.7.2" }, "devDependencies": { "eslint": "^7.32.0", @@ -1116,9 +1116,9 @@ "dev": true }, "node_modules/@xmldom/xmldom": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.1.tgz", - "integrity": "sha512-EOzJBMOjJ657nmlTt5RsyEwJrMTMu0aX15pI96GmpyFPj33a9J4mkcEk0KqYGplqInQ6JsPUxv/R25jR+I5ADA==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.2.tgz", + "integrity": "sha512-t/Zqo0ewes3iq6zGqEqJNUWI27Acr3jkmSUNp6E3nl0Z2XbtqAG5XYqPNLdYonILmhcxANsIidh69tHzjXtuRg==", "engines": { "node": ">=10.0.0" } @@ -5588,9 +5588,9 @@ "dev": true }, "@xmldom/xmldom": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.1.tgz", - "integrity": "sha512-EOzJBMOjJ657nmlTt5RsyEwJrMTMu0aX15pI96GmpyFPj33a9J4mkcEk0KqYGplqInQ6JsPUxv/R25jR+I5ADA==" + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.2.tgz", + "integrity": "sha512-t/Zqo0ewes3iq6zGqEqJNUWI27Acr3jkmSUNp6E3nl0Z2XbtqAG5XYqPNLdYonILmhcxANsIidh69tHzjXtuRg==" }, "abab": { "version": "2.0.5", diff --git a/package.json b/package.json index 0b40afba..ae656d33 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.1" + "@xmldom/xmldom": "^0.7.2" }, "devDependencies": { "eslint": "^7.32.0",