Skip to content

Commit

Permalink
Chore: Address Security updates (#945)
Browse files Browse the repository at this point in the history
Removing webdriver related dependencies and forcing `merge` nested dependency to 1.2.1
  • Loading branch information
Conrad Chan committed Feb 26, 2019
1 parent 8954639 commit 98c585a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 379 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"react-dom": "^16.7.0",
"react-virtualized": "^9.13.0",
"sass-loader": "^6.0.6",
"selenium-webdriver": "^3.6.0",
"sinon": "^7.2.3",
"sinon-chai": "3.3.0",
"string-replace-loader": "^1.3.0",
Expand All @@ -95,7 +94,6 @@
"stylelint-order": "^0.7.0",
"stylelint-scss": "^2.2.0",
"wait-on": "^3.2.0",
"webdriverio": "^4.12.0",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-server": "^2.11.3"
Expand Down Expand Up @@ -142,5 +140,8 @@
"prettier-eslint --print-width 120 --single-quote --tab-width 4 --write",
"git add"
]
},
"resolutions": {
"mojito-rb-gen/merge": "1.2.1"
}
}

0 comments on commit 98c585a

Please sign in to comment.