From 0f1160afd6d9b1793f9230b7408971a3902493a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 10:24:28 +0000 Subject: [PATCH] Upgrade: Update karma-webpack requirement from ^1.7.0 to ^2.0.13 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/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/karma-webpack/compare/v1.7.0...v2.0.13) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb134f4..b248580 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "karma-mocha-reporter": "^2.0.0", "karma-phantomjs-launcher": "^1.0.0", "karma-sourcemap-loader": "^0.3.7", - "karma-webpack": "^1.7.0", + "karma-webpack": "^2.0.13", "minimist": "^1.2.0", "mocha": "^2.4.5", "null-loader": "^0.1.1",