Merge remote-tracking branch 'origin/master' into feat-config-file

releases/v3
Tycho Bokdam 2020-10-30 23:21:51 +01:00
commit 1e0cb60a4e
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -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",

View File

@ -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"
}, },