Skip to content

Commit 1c236ed

Browse files
fix(package): upgrade [email protected] and devDependencies
[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
1 parent 9edd2f3 commit 1c236ed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
"converter"
3333
],
3434
"dependencies": {
35-
"html-dom-parser": "0.1.2",
35+
"html-dom-parser": "0.1.3",
3636
"react-dom-core": "0.0.2",
3737
"style-to-object": "0.2.0"
3838
},
3939
"devDependencies": {
40-
"@commitlint/cli": "^5.2.3",
41-
"@commitlint/config-conventional": "^5.2.3",
40+
"@commitlint/cli": "^6.1.0",
41+
"@commitlint/config-conventional": "^6.1.0",
4242
"coveralls": "^3.0.0",
43-
"eslint": "^4.12.0",
43+
"eslint": "^4.18.0",
4444
"husky": "^0.14.3",
4545
"istanbul": "^0.4.5",
46-
"mocha": "^4.0.1",
46+
"mocha": "^5.0.1",
4747
"react": "^16",
4848
"react-dom": "^16",
49-
"standard-version": "^4.2.0",
50-
"webpack": "^3.8.1"
49+
"standard-version": "^4.3.0",
50+
"webpack": "^3.11.0"
5151
},
5252
"peerDependencies": {
5353
"react": "^0.14 || ^15 || ^16"

0 commit comments

Comments
 (0)