Skip to content

Commit

Permalink
fix: add override to ensure ansi-regex is ^5.0.1 (#2114)
Browse files Browse the repository at this point in the history
* add override to ensure ansi-regex is ^5.0.1

* update CHANGELOG.md
  • Loading branch information
davidjgoss authored Aug 18, 2022
1 parent 104c375 commit 223e9c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Please see [CONTRIBUTING.md](/~https://github.com/cucumber/cucumber/blob/master/CO
### Added
- `IPublishConfig` interface for use in return type of `makePublishConfig` instead of explicit `any` ([#1648](/~https://github.com/cucumber/cucumber-js/pull/2106))

### Fixed
- Add override to ensure `ansi-regex` version is `^5.0.1` ([#2114](/~https://github.com/cucumber/cucumber-js/pull/2114))

## [8.5.1] - 2022-07-28
### Fixed
- Ensure durations are integers in JSON formatter ([#2094](/~https://github.com/cucumber/cucumber-js/pull/2094))
Expand Down
17 changes: 1 addition & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@
"tsd": "0.22.0",
"typescript": "4.7.4"
},
"overrides": {
"ansi-regex": "^5.0.1"
},
"scripts": {
"build-local": "genversion --es6 src/version.ts && tsc --build tsconfig.node.json && shx cp src/importer.js lib/ && shx cp src/wrapper.mjs lib/ && shx cp src/api/wrapper.mjs lib/api/",
"cck-test": "mocha 'compatibility/**/*_spec.ts'",
Expand Down

0 comments on commit 223e9c4

Please sign in to comment.