chore: Update deps

releases/v3
Tycho Bokdam 2021-10-05 21:35:59 +02:00
parent c9612fc1d6
commit a56cce8e58
No known key found for this signature in database
GPG Key ID: F1180857DB997467
2 changed files with 678 additions and 1163 deletions

1819
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,19 +24,19 @@
},
"main": "src/index.js",
"dependencies": {
"@actions/core": "1.2.6",
"@actions/exec": "1.0.4",
"@actions/core": "1.6.0",
"@actions/exec": "1.1.0",
"@iarna/toml": "^2.2.5",
"conventional-changelog": "3.1.23",
"conventional-recommended-bump": "6.0.10",
"git-semver-tags": "4.1.0",
"object-path": "^0.11.5",
"semver": "^7.3.2",
"yaml": "^1.10.0"
"conventional-changelog": "3.1.24",
"conventional-recommended-bump": "6.1.0",
"git-semver-tags": "4.1.1",
"object-path": "^0.11.8",
"semver": "^7.3.5",
"yaml": "^1.10.2"
},
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@commitlint/cli": "13.2.0",
"@commitlint/config-conventional": "13.2.0",
"husky": "4.3.6"
}
}