Merge remote-tracking branch 'origin/master' into feat-config-file
commit
1e0cb60a4e
|
@ -5,9 +5,9 @@
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": {
|
"@actions/core": {
|
||||||
"version": "1.2.4",
|
"version": "1.2.6",
|
||||||
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
|
||||||
"integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg=="
|
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
|
||||||
},
|
},
|
||||||
"@actions/exec": {
|
"@actions/exec": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
|
@ -1739,9 +1739,9 @@
|
||||||
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
|
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
|
||||||
},
|
},
|
||||||
"object-path": {
|
"object-path": {
|
||||||
"version": "0.11.4",
|
"version": "0.11.5",
|
||||||
"resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz",
|
"resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz",
|
||||||
"integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk="
|
"integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg=="
|
||||||
},
|
},
|
||||||
"once": {
|
"once": {
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
|
|
|
@ -24,13 +24,13 @@
|
||||||
},
|
},
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "1.2.4",
|
"@actions/core": "1.2.6",
|
||||||
"@actions/exec": "1.0.4",
|
"@actions/exec": "1.0.4",
|
||||||
"@iarna/toml": "^2.2.5",
|
"@iarna/toml": "^2.2.5",
|
||||||
"conventional-changelog": "3.1.21",
|
"conventional-changelog": "3.1.21",
|
||||||
"conventional-recommended-bump": "6.0.9",
|
"conventional-recommended-bump": "6.0.9",
|
||||||
"git-semver-tags": "4.0.0",
|
"git-semver-tags": "4.0.0",
|
||||||
"object-path": "^0.11.4",
|
"object-path": "^0.11.5",
|
||||||
"semver": "^6.0.0",
|
"semver": "^6.0.0",
|
||||||
"yaml": "^1.10.0"
|
"yaml": "^1.10.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue