We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beae973 commit e82a3a5Copy full SHA for e82a3a5
CHANGELOG.md
@@ -61,6 +61,12 @@ See [docs/profiles.md](./docs/profiles.md#using-another-file-than-cucumberjs) fo
61
- Remove validation that step definition functions are not generators
62
- Remove `--predictable-ids` option (was only used for internal testing)
63
64
+## [7.3.2] (2022-01-10)
65
+### Fixed
66
+
67
+- Pin `colors` to `1.4.0` to fix security vulnerability ([#1884](https://github.com/cucumber/cucumber-js/issues/1884))
68
+- Pin `cli-table3` to `0.6.1` to fix security vulnerability ([#251](https://github.com/cli-table/cli-table3/pull/251))
69
70
## [7.3.1] - 2021-07-20
71
### Deprecated
72
- Deprecate `setDefinitionFunctionWrapper` and step definition option `wrapperOptions`
0 commit comments