diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-26 18:37:40 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-26 18:37:40 +0300 |
| commit | 57273a520cd7c0e87f0cbaf9ede7a936b2abfaa3 (patch) | |
| tree | d6f77a92a315303fdc5b674bb0a39b7cd1e669e1 | |
| parent | b369e624a26456f5383d873529ba6f4b9f1c07f3 (diff) | |
| download | bootstrap-57273a520cd7c0e87f0cbaf9ede7a936b2abfaa3.tar.xz bootstrap-57273a520cd7c0e87f0cbaf9ede7a936b2abfaa3.zip | |
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] <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 0b874488a..80c2d700c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index df60bde25..c04925239 100644 --- a/package.json +++ b/package.json @@ -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", |
