Update node modules

This commit is contained in:
Stanley Goldman
2019-12-13 09:19:15 -05:00
parent 9e7ce49a73
commit dc257a3a4f
85 changed files with 4949 additions and 6699 deletions

View File

@ -22,13 +22,13 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.0",
"@actions/core": "^1.2.0",
"@actions/exec": "^1.0.2",
"@actions/github": "^1.1.0",
"@actions/io": "^1.0.0",
"@actions/tool-cache": "^1.0.0",
"fast-xml-parser": "^3.12.20",
"semver": "^6.1.1",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"fast-xml-parser": "^3.15.1",
"semver": "^6.3.0",
"typed-rest-client": "1.5.0",
"xmlbuilder": "^13.0.2"
},