File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 134
134
"karma" : " ^4.4.1" ,
135
135
"karma-browserstack-launcher" : " ^1.3.0" ,
136
136
"karma-chrome-launcher" : " ^2.2.0" ,
137
- "karma-firefox-launcher" : " ^1 .0.1 " ,
137
+ "karma-firefox-launcher" : " ^2 .0.0 " ,
138
138
"karma-jasmine" : " ^3.1.1" ,
139
139
"karma-parallel" : " ^0.3.0" ,
140
140
"karma-requirejs" : " ^1.1.0" ,
Original file line number Diff line number Diff line change @@ -6822,6 +6822,11 @@ is-descriptor@^1.0.0, is-descriptor@^1.0.2:
6822
6822
is-data-descriptor "^1.0.0"
6823
6823
kind-of "^6.0.2"
6824
6824
6825
+ is-docker@^2.0.0:
6826
+ version "2.1.1"
6827
+ resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156"
6828
+ integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==
6829
+
6825
6830
is-extendable@^0.1.0, is-extendable@^0.1.1:
6826
6831
version "0.1.1"
6827
6832
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
@@ -7087,6 +7092,13 @@ is-wsl@^1.1.0:
7087
7092
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
7088
7093
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
7089
7094
7095
+ is-wsl@^2.2.0:
7096
+ version "2.2.0"
7097
+ resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
7098
+ integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
7099
+ dependencies:
7100
+ is-docker "^2.0.0"
7101
+
7090
7102
7091
7103
version "2.0.1"
7092
7104
resolved "https://registry.yarnpkg.com/is2/-/is2-2.0.1.tgz#8ac355644840921ce435d94f05d3a94634d3481a"
@@ -7442,10 +7454,13 @@ karma-chrome-launcher@^2.2.0:
7442
7454
fs-access "^1.0.0"
7443
7455
which "^1.2.1"
7444
7456
7445
- karma-firefox-launcher@^1.0.1:
7446
- version "1.1.0"
7447
- resolved "https://registry.yarnpkg.com/karma-firefox-launcher/-/karma-firefox-launcher-1.1.0.tgz#2c47030452f04531eb7d13d4fc7669630bb93339"
7448
- integrity sha512-LbZ5/XlIXLeQ3cqnCbYLn+rOVhuMIK9aZwlP6eOLGzWdo1UVp7t6CN3DP4SafiRLjexKwHeKHDm0c38Mtd3VxA==
7457
+ karma-firefox-launcher@^2.0.0:
7458
+ version "2.0.0"
7459
+ resolved "https://registry.yarnpkg.com/karma-firefox-launcher/-/karma-firefox-launcher-2.0.0.tgz#01319c50e452222311cfd92c06483ced6b934af9"
7460
+ integrity sha512-BVq24Qwa//531LXRwvqu14ba04wcHNAX/m3lFF5v90w1rzUgck1FPBwQqlAIgKfkN5uHjT0PcxUqUNUctbQGVA==
7461
+ dependencies:
7462
+ is-wsl "^2.2.0"
7463
+ which "^2.0.1"
7449
7464
7450
7465
karma-jasmine@^3.1.1:
7451
7466
version "3.1.1"
You can’t perform that action at this time.
0 commit comments