gpoussel / binr

Binary editor written in NodeJS
MIT License
0 stars 0 forks source link

Update escape-string-regexp in group default to the latest version 🚀 #39

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency escape-string-regexp was updated from 2.0.0 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: sindresorhus License: MIT

Release Notes for v3.0.0

Breaking

  • Require Node.js 10 70deac5
  • Escape - in a way that’s compatible with Unicode patterns (#21) 732905d

v2.0.0...v3.0.0

Commits

The new version differs by 6 commits.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Update to these versions instead 🚀

Release Notes for v4.0.0

Breaking

  • Escape - in a way that’s compatible with PCRE (#23) ec45c70
    Shouldn't be breaking to most users, but if you depend on the exact output, it slightly changed.

v3.0.0...v4.0.0

Commits

The new version differs by 2 commits.

  • 71083e8 4.0.0
  • ec45c70 Escape - in a way that’s compatible with PCRE (#23)

See the full diff