Skip to content

Commit

Permalink
Use safe-regex2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 18, 2019
1 parent f1d5651 commit 5214c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -14,7 +14,7 @@
const assert = require('assert')
const http = require('http')
const fastDecode = require('fast-decode-uri-component')
const isRegexSafe = require('safe-regex')
const isRegexSafe = require('safe-regex2')
const Node = require('./node')
const NODE_TYPES = Node.prototype.types
const httpMethods = http.METHODS
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"fast-decode-uri-component": "^1.0.0",
"safe-regex": "^2.0.1",
"safe-regex2": "^2.0.0",
"semver-store": "^0.3.0"
}
}

0 comments on commit 5214c01

Please sign in to comment.