chalk/ansi-regex (ansi-regex)
### [`v6.1.0`](https://redirect.github.com/chalk/ansi-regex/releases/tag/v6.1.0)
[Compare Source](https://redirect.github.com/chalk/ansi-regex/compare/v6.0.1...v6.1.0)
- Match cursorSave and cursorRestore escape codes ([#45](https://redirect.github.com/chalk/ansi-regex/issues/45)) [`02fa893`](https://redirect.github.com/chalk/ansi-regex/commit/02fa893)
- Fix: Handle all valid ST characters ([#58](https://redirect.github.com/chalk/ansi-regex/issues/58)) [`9cba40d`](https://redirect.github.com/chalk/ansi-regex/commit/9cba40d)
### [`v6.0.1`](https://redirect.github.com/chalk/ansi-regex/releases/tag/v6.0.1)
[Compare Source](https://redirect.github.com/chalk/ansi-regex/compare/v6.0.0...v6.0.1)
##### Fixes
- Fix [ReDoS](https://en.wikipedia.org/wiki/ReDoS) in certain cases ([#37](https://redirect.github.com/chalk/ansi-regex/issues/37))
You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.
[CVE-2021-3807](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3807)
Thank you [@yetingli](https://redirect.github.com/yetingli) for the patch and reproduction case!
### [`v6.0.0`](https://redirect.github.com/chalk/ansi-regex/releases/tag/v6.0.0)
[Compare Source](https://redirect.github.com/chalk/ansi-regex/compare/v5.0.1...v6.0.0)
##### Breaking
- Require Node.js 12 [`1b337ad`](https://redirect.github.com/chalk/ansi-regex/commit/1b337ad)
- This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^5.0.1
->^6.0.0
Release Notes
chalk/ansi-regex (ansi-regex)
### [`v6.1.0`](https://redirect.github.com/chalk/ansi-regex/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/chalk/ansi-regex/compare/v6.0.1...v6.1.0) - Match cursorSave and cursorRestore escape codes ([#45](https://redirect.github.com/chalk/ansi-regex/issues/45)) [`02fa893`](https://redirect.github.com/chalk/ansi-regex/commit/02fa893) - Fix: Handle all valid ST characters ([#58](https://redirect.github.com/chalk/ansi-regex/issues/58)) [`9cba40d`](https://redirect.github.com/chalk/ansi-regex/commit/9cba40d) ### [`v6.0.1`](https://redirect.github.com/chalk/ansi-regex/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/chalk/ansi-regex/compare/v6.0.0...v6.0.1) ##### Fixes - Fix [ReDoS](https://en.wikipedia.org/wiki/ReDoS) in certain cases ([#37](https://redirect.github.com/chalk/ansi-regex/issues/37)) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools. [CVE-2021-3807](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3807) Thank you [@yetingli](https://redirect.github.com/yetingli) for the patch and reproduction case! ### [`v6.0.0`](https://redirect.github.com/chalk/ansi-regex/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/chalk/ansi-regex/compare/v5.0.1...v6.0.0) ##### Breaking - Require Node.js 12 [`1b337ad`](https://redirect.github.com/chalk/ansi-regex/commit/1b337ad) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.