From 9a8e5eb7598cdafd8e097dcd22e0d31e1c3d0c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:49:37 +0000 Subject: [PATCH] Update karma-webpack requirement from 2.x to 3.x Updates the requirements on [karma-webpack](https://github.com/webpack-contrib/karma-webpack) to permit the latest version. - [Release notes](https://github.com/webpack-contrib/karma-webpack/releases) - [Changelog](https://github.com/webpack-contrib/karma-webpack/blob/v3.0.5/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/karma-webpack/commits/v3.0.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f711181..ceb462e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "karma-safari-launcher": "~1.0.0", "karma-sauce-launcher": "~1.0.0", "karma-sourcemap-loader": "~0.3.7", - "karma-webpack": "2.x", + "karma-webpack": "3.x", "match-require": "2.x", "minimist": "1.x", "mocha": "2.x",