aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-12 18:13:54 +0300
committerGitHub <[email protected]>2020-05-12 18:13:54 +0300
commit2f0decdf1f9a16101c78858c9a9453e933882672 (patch)
tree7c9c32604aaaa25f213f067fcb6091f81b68dbd5
parente94795562b71ecbbe46c9050420f05fd2f602c39 (diff)
downloadbootstrap-2f0decdf1f9a16101c78858c9a9453e933882672.tar.xz
bootstrap-2f0decdf1f9a16101c78858c9a9453e933882672.zip
Bump karma from 5.0.4 to 5.0.5 (#30786)
Bumps [karma](https://github.com/karma-runner/karma) from 5.0.4 to 5.0.5. - [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.4...v5.0.5) 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.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index c708bfcf8..80c1d18a6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6403,9 +6403,9 @@
}
},
"karma": {
- "version": "5.0.4",
- "resolved": "https://registry.npmjs.org/karma/-/karma-5.0.4.tgz",
- "integrity": "sha512-UGqTe2LBiGQBXRN+Fygeiq63tbfOX45639SKSbPkLpARwnxROWJZg+froGkpHxr84FXCe8UGCf+1PITM6frT5w==",
+ "version": "5.0.5",
+ "resolved": "https://registry.npmjs.org/karma/-/karma-5.0.5.tgz",
+ "integrity": "sha512-Q4Su7kNwkTgqS+KbSCYgH0p4a/0JIxVLyp7qKNV7vgPNhIF4kIoh0GlUfMKpw67BrR3hgPQSJoxgF7xnzUtPpg==",
"dev": true,
"requires": {
"body-parser": "^1.16.1",
diff --git a/package.json b/package.json
index ea83e8c82..bfef57838 100644
--- a/package.json
+++ b/package.json
@@ -112,7 +112,7 @@
"hugo-bin": "^0.57.2",
"ip": "^1.1.5",
"jquery": "^3.5.1",
- "karma": "^5.0.4",
+ "karma": "^5.0.5",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.2",