mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
f166130208
Bumps [bats](https://github.com/bats-core/bats-core) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/bats-core/bats-core/releases) - [Changelog](https://github.com/bats-core/bats-core/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bats-core/bats-core/compare/v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: bats dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"devDependencies": {
|
|
"bats": "^1.8.2",
|
|
"bats-assert": "ztombol/bats-assert",
|
|
"bats-support": "ztombol/bats-support"
|
|
},
|
|
"scripts": {
|
|
"test": "bats tests"
|
|
}
|
|
}
|