Skip to content

Commit

Permalink
fix(package): upgrade [email protected] and devDependencies
Browse files Browse the repository at this point in the history
[email protected] has a fix for a regular expression
vulnerability (catastrophic backtracking):
https://snyk.io/blog/redos-and-catastrophic-backtracking

Credit goes to @davisjam for notifying me of this issue
  • Loading branch information
remarkablemark committed Feb 20, 2018
1 parent 9edd2f3 commit 1c236ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
"converter"
],
"dependencies": {
"html-dom-parser": "0.1.2",
"html-dom-parser": "0.1.3",
"react-dom-core": "0.0.2",
"style-to-object": "0.2.0"
},
"devDependencies": {
"@commitlint/cli": "^5.2.3",
"@commitlint/config-conventional": "^5.2.3",
"@commitlint/cli": "^6.1.0",
"@commitlint/config-conventional": "^6.1.0",
"coveralls": "^3.0.0",
"eslint": "^4.12.0",
"eslint": "^4.18.0",
"husky": "^0.14.3",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"mocha": "^5.0.1",
"react": "^16",
"react-dom": "^16",
"standard-version": "^4.2.0",
"webpack": "^3.8.1"
"standard-version": "^4.3.0",
"webpack": "^3.11.0"
},
"peerDependencies": {
"react": "^0.14 || ^15 || ^16"
Expand Down

0 comments on commit 1c236ed

Please sign in to comment.