diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-18 16:00:28 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-18 16:00:28 +0000 |
commit | c27d2ace475463e56f50ed20e00c542d2f09df82 (patch) | |
tree | c9ca086929de094c5523f487c9e4b50fa17d9089 /build/package.json | |
parent | a374d8837d6de459500e619cf608e0721ea14574 (diff) | |
download | nextcloud-server-c27d2ace475463e56f50ed20e00c542d2f09df82.tar.gz nextcloud-server-c27d2ace475463e56f50ed20e00c542d2f09df82.zip |
Bump karma from 3.1.3 to 3.1.4 in /build
Bumps [karma](https://github.com/karma-runner/karma) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v3.1.3...v3.1.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'build/package.json')
-rw-r--r-- | build/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json index c678c041b61..b14df68bc46 100644 --- a/build/package.json +++ b/build/package.json @@ -16,7 +16,7 @@ "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.5.5", - "karma": "^3.1.3", + "karma": "^3.1.4", "karma-coverage": "*", "karma-jasmine": "^1.1.2", "karma-jasmine-sinon": "^1.0.4", |