Skip to content

Commit

Permalink
fix: revert update to karma to see if the intermittent test failure i…
Browse files Browse the repository at this point in the history
…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
rui-rayqiu authored Feb 28, 2024
1 parent 36775f2 commit 8a45b74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/@lwc/integration-karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.1.7",
"karma": "^6.4.3",
"karma": "6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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==
Expand Down

0 comments on commit 8a45b74

Please sign in to comment.