diff --git a/package.json b/package.json index d24eb84b277..41e7d8e9e67 100644 --- a/package.json +++ b/package.json @@ -125,9 +125,9 @@ "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.1", "karma-spec-reporter": "0.0.32", - "lerna": "^3.22.1", + "lerna": "^4.0.0", "mocha": "^6.2.3", - "nyc": "^14.1.1", + "nyc": "^15.0.0", "pify": "^4.0.1", "sandboxed-module": "^2.0.4", "ts-node": "^9.0.0", @@ -135,6 +135,6 @@ "underscore": "1.12.1", "wait-port": "^0.2.9", "webpack": "^4.44.2", - "webpack-cli": "^3.3.12" + "webpack-cli": "^4.0.0" } }