Skip to content

Commit be533fb

Browse files
Upgrade escape-string-regexp dependency
Remove unneeded types package.
1 parent ac6687f commit be533fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@babel/core": "^7.5.5",
4848
"@babel/preset-env": "^7.5.5",
4949
"@babel/preset-typescript": "^7.5.5",
50-
"@types/escape-string-regexp": "^1.0.0",
5150
"@types/jest": "^26.0.0",
5251
"@types/jest-when": "^2.7.0",
5352
"@typescript-eslint/eslint-plugin": "^2.2.0",
@@ -73,7 +72,7 @@
7372
"webpack-nano": "^1.1.1"
7473
},
7574
"dependencies": {
76-
"escape-string-regexp": "^1.0.0"
75+
"escape-string-regexp": "^4.0.0"
7776
},
7877
"snyk": true
7978
}

0 commit comments

Comments
 (0)