Bump karma from 6.1.1 to 6.1.2 (#33313)

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

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-09 14:05:05 +02:00 committed by GitHub
parent bdffdb9380
commit 7d3fa63c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5973,9 +5973,9 @@
"dev": true
},
"karma": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.1.1.tgz",
"integrity": "sha512-vVDFxFGAsclgmFjZA/qGw5xqWdZIWxVD7xLyCukYUYd5xs/uGzYbXGOT5zOruVBQleKEmXIr4H2hzGCTn+M9Cg==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.1.2.tgz",
"integrity": "sha512-mKbxgsJrt3UHBPdKfCxC2eg3lpqyt6hQRFhNWJ2sk0wUnbnLPEiCpgIgiycuLSra0vC6TaK9OPJiMGATGzgH/A==",
"dev": true,
"requires": {
"body-parser": "^1.19.0",

View File

@ -122,7 +122,7 @@
"hugo-bin": "^0.69.0",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.1.1",
"karma": "^6.1.2",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",