-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert update to karma to see if the intermittent test failure i…
…s caused by this (#4021) * fix: revert udpate to karma to see if the intermittent test failure is caused by this * fix: revert udpate to karma version
- Loading branch information
1 parent
36775f2
commit 8a45b74
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7665,10 +7665,10 @@ [email protected]: | |
saucelabs "6.2.2" | ||
webdriverio "7.19.5" | ||
|
||
karma@^6.4.3: | ||
version "6.4.3" | ||
resolved "https://registry.yarnpkg.com/karma/-/karma-6.4.3.tgz#763e500f99597218bbb536de1a14acc4ceea7ce8" | ||
integrity sha512-LuucC/RE92tJ8mlCwqEoRWXP38UMAqpnq98vktmS9SznSoUPPUJQbc91dHcxcunROvfQjdORVA/YFviH+Xci9Q== | ||
[email protected].2: | ||
version "6.4.2" | ||
resolved "https://registry.yarnpkg.com/karma/-/karma-6.4.2.tgz#a983f874cee6f35990c4b2dcc3d274653714de8e" | ||
integrity sha512-C6SU/53LB31BEgRg+omznBEMY4SjHU3ricV6zBcAe1EeILKkeScr+fZXtaI5WyDbkVowJxxAI6h73NcFPmXolQ== | ||
dependencies: | ||
"@colors/colors" "1.5.0" | ||
body-parser "^1.19.0" | ||
|
@@ -7689,7 +7689,7 @@ karma@^6.4.3: | |
qjobs "^1.2.0" | ||
range-parser "^1.2.1" | ||
rimraf "^3.0.2" | ||
socket.io "^4.7.2" | ||
socket.io "^4.4.1" | ||
source-map "^0.6.1" | ||
tmp "^0.2.1" | ||
ua-parser-js "^0.7.30" | ||
|
@@ -10606,7 +10606,7 @@ socket.io-parser@~4.2.1, socket.io-parser@~4.2.4: | |
"@socket.io/component-emitter" "~3.1.0" | ||
debug "~4.3.1" | ||
|
||
socket.io@^4.7.2: | ||
socket.io@^4.4.1: | ||
version "4.7.4" | ||
resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.7.4.tgz#2401a2d7101e4bdc64da80b140d5d8b6a8c7738b" | ||
integrity sha512-DcotgfP1Zg9iP/dH9zvAQcWrE0TtbMVwXmlV4T4mqsvY+gw+LqUGPfx2AoVyRk0FLME+GQhufDMyacFmw7ksqw== | ||
|