Skip to content

Commit

Permalink
build: update karma to version ~6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Feb 3, 2021
1 parent 73b4098 commit d3a3635
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"jest-worker": "26.6.2",
"jquery": "^3.3.1",
"jsonc-parser": "3.0.0",
"karma": "~6.0.0",
"karma": "~6.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.0.0",
"karma": "~6.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6978,10 +6978,10 @@ karma-source-map-support@1.4.0:
dependencies:
source-map-support "^0.5.5"

karma@~6.0.0:
version "6.0.3"
resolved "https://registry.yarnpkg.com/karma/-/karma-6.0.3.tgz#a35b4371306e08e3f8e46b5753aff46eaf3eec2c"
integrity sha512-dmiLQdsNAvnbV1G6VvUK7Cl5xpwiMisZNT8MjBtOo49jKlnZSWLxQIemuLT8sGSzvx5IGgMfMQEtf/CALiUEVQ==
karma@~6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/karma/-/karma-6.1.0.tgz#8d9f61252a3f8e935f8456c8df3fa796ca132339"
integrity sha512-QmRZ6HdKe6mHd89Az6yb85URRyDbXmn2IBo3lic7cwkkLjDWpjrMJxPAKlwNa5dFM1iHdT+kjtNJM0J5YAH90A==
dependencies:
body-parser "^1.19.0"
braces "^3.0.2"
Expand All @@ -7001,7 +7001,7 @@ karma@~6.0.0:
qjobs "^1.2.0"
range-parser "^1.2.1"
rimraf "^3.0.2"
socket.io "^3.0.4"
socket.io "^3.1.0"
source-map "^0.6.1"
tmp "0.2.1"
ua-parser-js "^0.7.23"
Expand Down Expand Up @@ -10684,7 +10684,7 @@ socket.io-parser@~4.0.3:
component-emitter "~1.3.0"
debug "~4.3.1"

socket.io@^3.0.4:
socket.io@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-3.1.0.tgz#4f3accda31e95893f618090c9cb5e85d345421fb"
integrity sha512-Aqg2dlRh6xSJvRYK31ksG65q4kmBOqU4g+1ukhPcoT6wNGYoIwSYPlCPuRwOO9pgLUajojGFztl6+V2opmKcww==
Expand Down

0 comments on commit d3a3635

Please sign in to comment.