Merge pull request #63 from s4u/dependabot/npm_and_yarn/xpath-0.0.30

Bump xpath from 0.0.29 to 0.0.30
This commit is contained in:
Slawomir Jaranowski
2020-10-15 18:45:30 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6342,9 +6342,9 @@
"integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g==" "integrity": "sha512-z9s6k3wxE+aZHgXYxSTpGDo7BYOUfJsIRyoZiX6HTjwpwfS2wpQBQKa2fD+ShLyPkqDYo5ud7KitmLZ2Cd6r0g=="
}, },
"xpath": { "xpath": {
"version": "0.0.29", "version": "0.0.30",
"resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.29.tgz", "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.30.tgz",
"integrity": "sha512-W6vSxu0tmHCW01EwDXx45/BAAl8lBJjcRB6eSswMuycOVbUkYskG3W1LtCxcesVel/RaNe/pxtd3FWLiqHGweA==" "integrity": "sha512-R/uBDaAWrWdBjkn/lVd1E9CPty6/Els0Y14u21mdrnSfEswZaxTx4VQK4v3y9f0yYD5KcXZ53djRNcEi2RV6Wg=="
}, },
"y18n": { "y18n": {
"version": "4.0.0", "version": "4.0.0",

View File

@ -26,7 +26,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"xmldom": "^0.3.0", "xmldom": "^0.3.0",
"xpath": "0.0.29" "xpath": "0.0.30"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.11.0", "eslint": "^7.11.0",