diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-12 04:26:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 04:26:42 +0000 |
commit | 77c922ae6f0dae3dd6cae992a48f03abf8b15385 (patch) | |
tree | 300cfb422e2c1325140a06ab6eb9fce3685bd9fd /package.json | |
parent | 7caf47b519487e31a10fd88602eedebfa6b876d8 (diff) | |
download | nextcloud-server-77c922ae6f0dae3dd6cae992a48f03abf8b15385.tar.gz nextcloud-server-77c922ae6f0dae3dd6cae992a48f03abf8b15385.zip |
Bump karma from 6.3.15 to 6.3.16
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.15 to 6.3.16.
- [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/v6.3.15...v6.3.16)
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 188fb48c8dc..c26996e9210 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", "jsdoc": "^3.6.10", - "karma": "^6.3.15", + "karma": "^6.3.16", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "2.1.1", "karma-jasmine": "^1.1.2", |