File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
src/SignalR/clients/ts/FunctionalTests Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 20
20
"karma" : " ^4.4.1" ,
21
21
"karma-chrome-launcher" : " ^2.2.0" ,
22
22
"karma-edge-launcher" : " ^0.4.2" ,
23
- "karma-firefox-launcher" : " ^1.3.0 " ,
23
+ "karma-firefox-launcher" : " ^2.1.2 " ,
24
24
"karma-ie-launcher" : " ^1.0.0" ,
25
25
"karma-jasmine" : " ^3.1.0" ,
26
26
"karma-junit-reporter" : " ^1.2.0" ,
Original file line number Diff line number Diff line change @@ -1289,7 +1289,7 @@ is-typedarray@~1.0.0:
1289
1289
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
1290
1290
integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==
1291
1291
1292
- is-wsl@^2.1 .0 :
1292
+ is-wsl@^2.2 .0 :
1293
1293
version "2.2.0"
1294
1294
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
1295
1295
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
@@ -1402,12 +1402,13 @@ karma-edge-launcher@^0.4.2:
1402
1402
dependencies :
1403
1403
edge-launcher "1.2.2"
1404
1404
1405
- karma-firefox-launcher@^1.3.0 :
1406
- version "1.3.0 "
1407
- resolved "https://registry.yarnpkg.com/karma-firefox-launcher/-/karma-firefox-launcher-1.3.0. tgz#ebcbb1d1ddfada6be900eb8fae25bcf2dcdc8171 "
1408
- integrity sha512-Fi7xPhwrRgr+94BnHX0F5dCl1miIW4RHnzjIGxF8GaIEp7rNqX7LSi7ok63VXs3PS/5MQaQMhGxw+bvD+pibBQ ==
1405
+ karma-firefox-launcher@^2.1.2 :
1406
+ version "2.1.2 "
1407
+ resolved "https://registry.yarnpkg.com/karma-firefox-launcher/-/karma-firefox-launcher-2.1.2. tgz#9a38cc783c579a50f3ed2a82b7386186385cfc2d "
1408
+ integrity sha512-VV9xDQU1QIboTrjtGVD4NCfzIH7n01ZXqy/qpBhnOeGVOkG5JYPEm8kuSd7psHE6WouZaQ9Ool92g8LFweSNMA ==
1409
1409
dependencies :
1410
- is-wsl "^2.1.0"
1410
+ is-wsl "^2.2.0"
1411
+ which "^2.0.1"
1411
1412
1412
1413
karma-ie-launcher@^1.0.0 :
1413
1414
version "1.0.0"
@@ -2364,6 +2365,13 @@ which@^1.2.1:
2364
2365
dependencies :
2365
2366
isexe "^2.0.0"
2366
2367
2368
+ which@^2.0.1 :
2369
+ version "2.0.2"
2370
+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
2371
+ integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
2372
+ dependencies :
2373
+ isexe "^2.0.0"
2374
+
2367
2375
wordwrap@~0.0.2 :
2368
2376
version "0.0.3"
2369
2377
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
You can’t perform that action at this time.
0 commit comments