Bump karma from 6.1.2 to 6.2.0 (#2050)

Bumps [karma](https://github.com/karma-runner/karma) from 6.1.2 to 6.2.0.
- [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.1.2...v6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-03-11 12:39:48 +00:00
committed by GitHub
parent 83c07b80eb
commit ae7d5813f2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9102,9 +9102,9 @@
}
},
"karma": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.1.2.tgz",
"integrity": "sha512-mKbxgsJrt3UHBPdKfCxC2eg3lpqyt6hQRFhNWJ2sk0wUnbnLPEiCpgIgiycuLSra0vC6TaK9OPJiMGATGzgH/A==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.2.0.tgz",
"integrity": "sha512-pCB8eNxGgdIdZeC885rbhZ/VyuOPNHUIDNL9EaaMf1NVzpvTjMO8a7zRTn51ZJhOOOxCSpalUdT1A8x76LyVqg==",
"dev": true,
"requires": {
"body-parser": "^1.19.0",

View File

@@ -86,7 +86,7 @@
"inquirer": "^7.3.3",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "^6.1.2",
"karma": "^6.2.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",