Bump karma from 6.4.1 to 6.4.2 (#9599)

Bumps [karma](https://github.com/karma-runner/karma) from 6.4.1 to 6.4.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.4.1...v6.4.2)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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]
2023-04-28 12:27:53 +02:00
committed by GitHub
parent ebed2a8fe6
commit 65a9798c1a
2 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -62,7 +62,7 @@
"happen": "^0.3.2",
"js-yaml": "^4.0.0",
"json-stringify-pretty-compact": "^3.0.0",
"karma": "^6.3.5",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "2.1.1",
"karma-mocha": "^2.0.1",
@@ -5619,9 +5619,10 @@
"license": "MIT"
},
"node_modules/karma": {
"version": "6.4.1",
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.4.2.tgz",
"integrity": "sha512-C6SU/53LB31BEgRg+omznBEMY4SjHU3ricV6zBcAe1EeILKkeScr+fZXtaI5WyDbkVowJxxAI6h73NcFPmXolQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@colors/colors": "1.5.0",
"body-parser": "^1.19.0",
@@ -13485,7 +13486,9 @@
"dev": true
},
"karma": {
"version": "6.4.1",
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.4.2.tgz",
"integrity": "sha512-C6SU/53LB31BEgRg+omznBEMY4SjHU3ricV6zBcAe1EeILKkeScr+fZXtaI5WyDbkVowJxxAI6h73NcFPmXolQ==",
"dev": true,
"requires": {
"@colors/colors": "1.5.0",
+1 -1
View File
@@ -97,7 +97,7 @@
"happen": "^0.3.2",
"js-yaml": "^4.0.0",
"json-stringify-pretty-compact": "^3.0.0",
"karma": "^6.3.5",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "2.1.1",
"karma-mocha": "^2.0.1",