Skip to content

Commit c45c1ee

Browse files
committed
Upgrade escape-string-regexp to 4.x
https://github.com/sindresorhus/escape-string-regexp/releases/tag/v3.0.0 https://github.com/sindresorhus/escape-string-regexp/releases/tag/v4.0.0 Since tapjs#67 got stuck due to increasing the minimum node version from 10 to 12, here's updating the same package only within the existing node 10 support.
1 parent be2a608 commit c45c1ee

2 files changed

Lines changed: 46 additions & 9 deletions

File tree

package-lock.json

Lines changed: 45 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"index.js"
2626
],
2727
"dependencies": {
28-
"escape-string-regexp": "^2.0.0"
28+
"escape-string-regexp": "^4.0.0"
2929
},
3030
"devDependencies": {
3131
"bluebird": "^3.7.2",

0 commit comments

Comments
 (0)