chore(deps): update dependency bats to v1.8.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-10-26 15:31:43 +00:00
parent ceca70ff98
commit f6ed48d049
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"test": "bats --report-formatter junit --print-output-on-failure --jobs 4 $(find . -type f -name '*.bats' -not -path '*/node_modules/*')"
},
"devDependencies": {
"bats": "1.5.0",
"bats": "1.8.2",
"bats-assert": "2.0.0",
"bats-support": "0.3.0"
}