Bump karma from 5.0.8 to 5.0.9 (#30901)

Bumps [karma](https://github.com/karma-runner/karma) from 5.0.8 to 5.0.9.
- [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/v5.0.8...v5.0.9)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-26 18:37:40 +03:00 committed by GitHub
parent b369e624a2
commit 57273a520c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -6425,9 +6425,9 @@
}
},
"karma": {
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/karma/-/karma-5.0.8.tgz",
"integrity": "sha512-n0iQ66to2YivGTw202ReC5I33F7/BaiQRBEP6MNRex//3ckblNcEDV5T5CL+2W/wdjPc479IxDkMtBoOZ/4PnA==",
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/karma/-/karma-5.0.9.tgz",
"integrity": "sha512-dUA5z7Lo7G4FRSe1ZAXqOINEEWxmCjDBbfRBmU/wYlSMwxUQJP/tEEP90yJt3Uqo03s9rCgVnxtlfq+uDhxSPg==",
"dev": true,
"requires": {
"body-parser": "^1.19.0",
@ -6440,7 +6440,7 @@
"flatted": "^2.0.2",
"glob": "^7.1.6",
"graceful-fs": "^4.2.4",
"http-proxy": "^1.18.0",
"http-proxy": "^1.18.1",
"isbinaryfile": "^4.0.6",
"lodash": "^4.17.15",
"log4js": "^6.2.1",
@ -7047,9 +7047,9 @@
}
},
"log4js": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/log4js/-/log4js-6.2.1.tgz",
"integrity": "sha512-7n+Oqxxz7VcQJhIlqhcYZBTpbcQ7XsR0MUIfJkx/n3VUjkAS4iUr+4UJlhxf28RvP9PMGQXbgTUhLApnu0XXgA==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/log4js/-/log4js-6.3.0.tgz",
"integrity": "sha512-Mc8jNuSFImQUIateBFwdOQcmC6Q5maU0VVvdC2R6XMb66/VnT+7WS4D/0EeNMZu1YODmJe5NIn2XftCzEocUgw==",
"dev": true,
"requires": {
"date-format": "^3.0.0",

View File

@ -113,7 +113,7 @@
"hugo-bin": "^0.59.0",
"ip": "^1.1.5",
"jquery": "^3.5.1",
"karma": "^5.0.8",
"karma": "^5.0.9",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.2",