Bump bats from 1.8.2 to 1.9.0 (#282)

Bumps [bats](https://github.com/bats-core/bats-core) from 1.8.2 to 1.9.0.
- [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.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: bats
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-02-13 08:22:21 +01:00
committed by GitHub
parent 6436584fbb
commit c8254de74f
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"devDependencies": {
"bats": "^1.8.2",
"bats": "^1.9.0",
"bats-assert": "ztombol/bats-assert",
"bats-support": "ztombol/bats-support"
},