Skip to content

Commit d2b9856

Browse files
author
Chris Wiechmann
committed
Changed mocha version to a supported version running on node 8.x
1 parent 7c69157 commit d2b9856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-builder-plugin-fc-jira/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
- Changed @axway/api-builder-oas-flow-node from version 1.0.0 to 1.2.3
1212
- Changed @axway/api-builder-runtime from version 4.45.0 to 4.46.1
1313
- Changed @axway/api-builder-test-utils from version 1.1.5 to 1.1.12
14-
- Changed mocha from version 6.1.4 to 8.4.0
14+
- Changed mocha from version 6.1.4 to 7.2.0
1515

1616
## [0.0.6] 2020-12-15
1717
### Added

api-builder-plugin-fc-jira/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@axway/api-builder-runtime": "^4.64.1",
3737
"@axway/api-builder-test-utils": "^1.1.12",
3838
"chai": "^4.1.2",
39-
"mocha": "^8.4.0"
39+
"mocha": "^7.2.0"
4040
},
4141
"scripts": {
4242
"test": "mocha ./test --recursive -R spec"

0 commit comments

Comments
 (0)