From 6aac5f1d66a3215741f955ddee6647b12d8a52a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 05:56:54 +0000 Subject: [PATCH] build(deps-dev): bump karma-firefox-launcher from 1.3.0 to 2.0.0 Bumps [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/karma-runner/karma-firefox-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-firefox-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-firefox-launcher/compare/v1.3.0...v2.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c54844..dd143a4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "karma": "^4.0.0", "karma-browserify": "^6.0.0", "karma-chai": "^0.1.0", - "karma-firefox-launcher": "^1.1.0", + "karma-firefox-launcher": "^2.0.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-sinon": "^1.0.4",