update dependency

This commit is contained in:
Slawomir Jaranowski
2019-10-04 11:32:06 +02:00
parent 66fddc0a20
commit 12ff0e5d80
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@actions/core": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.2.tgz",
"integrity": "sha512-l8Ol2wEzFeuhV1v7LbGB2x8ghXSnmUiSVKVSjsNwgqAU4i5LvGRXpM+kli9gNMkGVudwZYHET4qZ5DTep5Sssw=="
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.3.tgz",
"integrity": "sha512-2BIib53Jh4Cfm+1XNuZYYGTeRo8yiWEAUMoliMh1qQGMaqTF4VUlhhcsBylTu4qWmUx45DrY0y0XskimAHSqhw=="
},
"@babel/code-frame": {
"version": "7.5.5",

View File

@ -24,7 +24,7 @@
},
"homepage": "https://github.com/s4u/maven-settings-action#readme",
"dependencies": {
"@actions/core": "^1.1.2",
"@actions/core": "^1.1.3",
"xmldom": "^0.1.27",
"xpath": "0.0.27"
},