Skip to content

Commit ee00330

Browse files
renovate-botmgechev
authored andcommitted
build: update karma to version ~4.3.0 (#15464)
1 parent 0f18e35 commit ee00330

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"husky": "^1.3.1",
117117
"jasmine": "^3.3.1",
118118
"jasmine-spec-reporter": "^4.2.1",
119-
"karma": "~4.2.0",
119+
"karma": "~4.3.0",
120120
"karma-jasmine": "^2.0.1",
121121
"karma-jasmine-html-reporter": "^1.4.0",
122122
"license-checker": "^20.1.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"jquery": "^3.3.1",
8484
"jasmine-core": "~3.4.0",
8585
"jasmine-spec-reporter": "~4.2.1",
86-
"karma": "~4.2.0",
86+
"karma": "~4.3.0",
8787
"karma-chrome-launcher": "~2.2.0",
8888
"karma-coverage-istanbul-reporter": "~2.1.0",
8989
"karma-jasmine": "~2.0.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6905,10 +6905,10 @@ karma@^4.0.0:
69056905
tmp "0.0.33"
69066906
useragent "2.3.0"
69076907

6908-
karma@~4.2.0:
6909-
version "4.2.0"
6910-
resolved "https://registry.yarnpkg.com/karma/-/karma-4.2.0.tgz#27e88b310cde090d016980ff5444e3a239196fca"
6911-
integrity sha512-fmCuxN1rwJxTdZfOXK5LjlmS4Ana/OvzNMpkyLL/TLE8hmgSkpVpMYQ7RTVa8TNKRVQDZNl5W1oF5cfKfgIMlA==
6908+
karma@~4.3.0:
6909+
version "4.3.0"
6910+
resolved "https://registry.yarnpkg.com/karma/-/karma-4.3.0.tgz#e14471ea090a952265a42ebb442b1a3c09832559"
6911+
integrity sha512-NSPViHOt+RW38oJklvYxQC4BSQsv737oQlr/r06pCM+slDOr4myuI1ivkRmp+3dVpJDfZt2DmaPJ2wkx+ZZuMQ==
69126912
dependencies:
69136913
bluebird "^3.3.0"
69146914
body-parser "^1.16.1"
@@ -6924,7 +6924,7 @@ karma@~4.2.0:
69246924
graceful-fs "^4.1.2"
69256925
http-proxy "^1.13.0"
69266926
isbinaryfile "^3.0.0"
6927-
lodash "^4.17.11"
6927+
lodash "^4.17.14"
69286928
log4js "^4.0.0"
69296929
mime "^2.3.1"
69306930
minimatch "^3.0.2"

0 commit comments

Comments
 (0)