Merge pull request #4 from s4u/dependabot/npm_and_yarn/xmldom-0.3.0

This commit is contained in:
dependabot-preview[bot]
2020-03-07 08:47:28 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6222,9 +6222,9 @@
"dev": true
},
"xmldom": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.2.1.tgz",
"integrity": "sha512-kXXiYvmblIgEemGeB75y97FyaZavx6SQhGppLw5TKWAD2Wd0KAly0g23eVLh17YcpxZpnFym1Qk/eaRjy1APPg=="
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.3.0.tgz",
"integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g=="
},
"xpath": {
"version": "0.0.27",

View File

@ -25,7 +25,7 @@
"homepage": "https://github.com/s4u/maven-settings-action#readme",
"dependencies": {
"@actions/core": "^1.2.3",
"xmldom": "^0.2.1",
"xmldom": "^0.3.0",
"xpath": "0.0.27"
},
"devDependencies": {