Skip to content

Commit 9071966

Browse files
authoredAug 12, 2019
Update escape-string-regexp requirement from ^1.0.5 to ^2.0.0
Updates the requirements on [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp) to permit the latest version. - [Release notes](https://github.com/sindresorhus/escape-string-regexp/releases) - [Commits](sindresorhus/escape-string-regexp@v1.0.5...v2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 719038e commit 9071966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"bluebird": "^3.5.1",
3232
"chokidar": "^3.0.0",
33-
"escape-string-regexp": "^1.0.5",
33+
"escape-string-regexp": "^2.0.0",
3434
"graceful-fs": "^4.1.11"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.