Updates the requirements on karma to permit the latest version.
Release notes
*Sourced from [karma's releases](https://github.com/karma-runner/karma/releases).*
> ## v4.0.0
> ### Bug Fixes
>
> * **client:** fix issue with loaded on safari 10 ([#3252](https://github-redirect.dependabot.com/karma-runner/karma/issues/3252)) ([571191c](https://github.com/karma-runner/karma/commit/571191c)), closes [#3198](https://github-redirect.dependabot.com/karma-runner/karma/issues/3198)
> * **config:** add test:unit npm script ([#3242](https://github-redirect.dependabot.com/karma-runner/karma/issues/3242)) ([02f071d](https://github.com/karma-runner/karma/commit/02f071d))
>
>
> ### Chores
>
> * remove support for node 6 ([#3246](https://github-redirect.dependabot.com/karma-runner/karma/issues/3246)) ([8a83990](https://github.com/karma-runner/karma/commit/8a83990)), closes [#3151](https://github-redirect.dependabot.com/karma-runner/karma/issues/3151)
>
>
> ### BREAKING CHANGES
>
> * Drop Support for Node 6, to make it possible to use async/await in karma codebase.
Changelog
*Sourced from [karma's changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md).*
> # [4.0.0](https://github.com/karma-runner/karma/compare/v3.1.4...v4.0.0) (2019-01-23)
>
>
> ### Bug Fixes
>
> * **client:** fix issue with loaded on safari 10 ([#3252](https://github-redirect.dependabot.com/karma-runner/karma/issues/3252)) ([571191c](https://github.com/karma-runner/karma/commit/571191c)), closes [#3198](https://github-redirect.dependabot.com/karma-runner/karma/issues/3198)
> * **config:** add test:unit npm script ([#3242](https://github-redirect.dependabot.com/karma-runner/karma/issues/3242)) ([02f071d](https://github.com/karma-runner/karma/commit/02f071d))
>
>
> ### Chores
>
> * remove support for node 6 ([#3246](https://github-redirect.dependabot.com/karma-runner/karma/issues/3246)) ([8a83990](https://github.com/karma-runner/karma/commit/8a83990)), closes [#3151](https://github-redirect.dependabot.com/karma-runner/karma/issues/3151)
>
>
> ### BREAKING CHANGES
>
> * Drop Support for Node 6, to make it possible to use async/await in karma codebase.
>
>
>
>
> ## [3.1.4](https://github.com/karma-runner/karma/compare/v3.1.3...v3.1.4) (2018-12-17)
>
>
> ### Bug Fixes
>
> * **file-list:** revert "do not preprocess up-to-date files" ([#3226](https://github-redirect.dependabot.com/karma-runner/karma/issues/3226)) ([#3230](https://github-redirect.dependabot.com/karma-runner/karma/issues/3230)) ([bb022a7](https://github.com/karma-runner/karma/commit/bb022a7))
> * improve error msg when bin is a directory ([#3231](https://github-redirect.dependabot.com/karma-runner/karma/issues/3231)) ([584dddc](https://github.com/karma-runner/karma/commit/584dddc))
> * restarted browsers not running tests ([#3233](https://github-redirect.dependabot.com/karma-runner/karma/issues/3233)) ([cc2eff2](https://github.com/karma-runner/karma/commit/cc2eff2))
>
>
>
>
> ## [3.1.3](https://github.com/karma-runner/karma/compare/v3.1.2...v3.1.3) (2018-12-01)
>
>
> ### Bug Fixes
>
> * add missing dep flatted ([#3223](https://github-redirect.dependabot.com/karma-runner/karma/issues/3223)) ([655d4d2](https://github.com/karma-runner/karma/commit/655d4d2))
>
>
>
>
> ## [3.1.2](https://github.com/karma-runner/karma/compare/v3.1.1...v3.1.2) (2018-12-01)
>
>
> ### Bug Fixes
>
> * **browser:** report errors to console during singleRun=false ([#3209](https://github-redirect.dependabot.com/karma-runner/karma/issues/3209)) ([30ff73b](https://github.com/karma-runner/karma/commit/30ff73b)), closes [#3131](https://github-redirect.dependabot.com/karma-runner/karma/issues/3131)
> * **changelog:** remove release which does not exist ([#3214](https://github-redirect.dependabot.com/karma-runner/karma/issues/3214)) ([4e87902](https://github.com/karma-runner/karma/commit/4e87902))
> ... (truncated)
Commits
- See full diff in [compare view](https://github.com/karma-runner/karma/commits/v4.0.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Updates the requirements on karma to permit the latest version.
Release notes
*Sourced from [karma's releases](https://github.com/karma-runner/karma/releases).* > ## v4.0.0 > ### Bug Fixes > > * **client:** fix issue with loaded on safari 10 ([#3252](https://github-redirect.dependabot.com/karma-runner/karma/issues/3252)) ([571191c](https://github.com/karma-runner/karma/commit/571191c)), closes [#3198](https://github-redirect.dependabot.com/karma-runner/karma/issues/3198) > * **config:** add test:unit npm script ([#3242](https://github-redirect.dependabot.com/karma-runner/karma/issues/3242)) ([02f071d](https://github.com/karma-runner/karma/commit/02f071d)) > > > ### Chores > > * remove support for node 6 ([#3246](https://github-redirect.dependabot.com/karma-runner/karma/issues/3246)) ([8a83990](https://github.com/karma-runner/karma/commit/8a83990)), closes [#3151](https://github-redirect.dependabot.com/karma-runner/karma/issues/3151) > > > ### BREAKING CHANGES > > * Drop Support for Node 6, to make it possible to use async/await in karma codebase.Changelog
*Sourced from [karma's changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md).* > # [4.0.0](https://github.com/karma-runner/karma/compare/v3.1.4...v4.0.0) (2019-01-23) > > > ### Bug Fixes > > * **client:** fix issue with loaded on safari 10 ([#3252](https://github-redirect.dependabot.com/karma-runner/karma/issues/3252)) ([571191c](https://github.com/karma-runner/karma/commit/571191c)), closes [#3198](https://github-redirect.dependabot.com/karma-runner/karma/issues/3198) > * **config:** add test:unit npm script ([#3242](https://github-redirect.dependabot.com/karma-runner/karma/issues/3242)) ([02f071d](https://github.com/karma-runner/karma/commit/02f071d)) > > > ### Chores > > * remove support for node 6 ([#3246](https://github-redirect.dependabot.com/karma-runner/karma/issues/3246)) ([8a83990](https://github.com/karma-runner/karma/commit/8a83990)), closes [#3151](https://github-redirect.dependabot.com/karma-runner/karma/issues/3151) > > > ### BREAKING CHANGES > > * Drop Support for Node 6, to make it possible to use async/await in karma codebase. > > > > > ## [3.1.4](https://github.com/karma-runner/karma/compare/v3.1.3...v3.1.4) (2018-12-17) > > > ### Bug Fixes > > * **file-list:** revert "do not preprocess up-to-date files" ([#3226](https://github-redirect.dependabot.com/karma-runner/karma/issues/3226)) ([#3230](https://github-redirect.dependabot.com/karma-runner/karma/issues/3230)) ([bb022a7](https://github.com/karma-runner/karma/commit/bb022a7)) > * improve error msg when bin is a directory ([#3231](https://github-redirect.dependabot.com/karma-runner/karma/issues/3231)) ([584dddc](https://github.com/karma-runner/karma/commit/584dddc)) > * restarted browsers not running tests ([#3233](https://github-redirect.dependabot.com/karma-runner/karma/issues/3233)) ([cc2eff2](https://github.com/karma-runner/karma/commit/cc2eff2)) > > > > > ## [3.1.3](https://github.com/karma-runner/karma/compare/v3.1.2...v3.1.3) (2018-12-01) > > > ### Bug Fixes > > * add missing dep flatted ([#3223](https://github-redirect.dependabot.com/karma-runner/karma/issues/3223)) ([655d4d2](https://github.com/karma-runner/karma/commit/655d4d2)) > > > > > ## [3.1.2](https://github.com/karma-runner/karma/compare/v3.1.1...v3.1.2) (2018-12-01) > > > ### Bug Fixes > > * **browser:** report errors to console during singleRun=false ([#3209](https://github-redirect.dependabot.com/karma-runner/karma/issues/3209)) ([30ff73b](https://github.com/karma-runner/karma/commit/30ff73b)), closes [#3131](https://github-redirect.dependabot.com/karma-runner/karma/issues/3131) > * **changelog:** remove release which does not exist ([#3214](https://github-redirect.dependabot.com/karma-runner/karma/issues/3214)) ([4e87902](https://github.com/karma-runner/karma/commit/4e87902)) > ... (truncated)Commits
- See full diff in [compare view](https://github.com/karma-runner/karma/commits/v4.0.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.