Skip to content

Commit 785a6ae

Browse files
committed
Update dependency karma-firefox-launcher to v2
1 parent 541944b commit 785a6ae

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

integration/firebase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"karma": "5.2.3",
1515
"karma-babel-preprocessor": "8.0.1",
1616
"karma-chrome-launcher": "3.1.0",
17-
"karma-firefox-launcher": "1.3.0",
17+
"karma-firefox-launcher": "2.0.0",
1818
"karma-mocha": "2.0.1",
1919
"karma-sauce-launcher": "1.2.0",
2020
"karma-spec-reporter": "0.0.32",

integration/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"gulp-replace": "1.0.0",
2323
"karma": "5.2.3",
2424
"karma-chrome-launcher": "3.1.0",
25-
"karma-firefox-launcher": "1.3.0",
25+
"karma-firefox-launcher": "2.0.0",
2626
"karma-mocha": "2.0.1",
2727
"karma-spec-reporter": "0.0.32",
2828
"mocha": "7.2.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"karma-chrome-launcher": "3.1.0",
117117
"karma-cli": "2.0.0",
118118
"karma-coverage-istanbul-reporter": "2.1.1",
119-
"karma-firefox-launcher": "1.3.0",
119+
"karma-firefox-launcher": "2.0.0",
120120
"karma-mocha": "2.0.1",
121121
"karma-mocha-reporter": "2.2.5",
122122
"karma-safari-launcher": "1.0.0",

yarn.lock

+7-6
Original file line numberDiff line numberDiff line change
@@ -9318,7 +9318,7 @@ is-wsl@^1.1.0:
93189318
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
93199319
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
93209320

9321-
is-wsl@^2.1.0:
9321+
is-wsl@^2.2.0:
93229322
version "2.2.0"
93239323
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
93249324
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
@@ -9876,12 +9876,13 @@ [email protected]:
98769876
istanbul-api "^2.1.6"
98779877
minimatch "^3.0.4"
98789878

9879-
karma-firefox-launcher@1.3.0:
9880-
version "1.3.0"
9881-
resolved "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-1.3.0.tgz#ebcbb1d1ddfada6be900eb8fae25bcf2dcdc8171"
9882-
integrity sha512-Fi7xPhwrRgr+94BnHX0F5dCl1miIW4RHnzjIGxF8GaIEp7rNqX7LSi7ok63VXs3PS/5MQaQMhGxw+bvD+pibBQ==
9879+
karma-firefox-launcher@2.0.0:
9880+
version "2.0.0"
9881+
resolved "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-2.0.0.tgz#01319c50e452222311cfd92c06483ced6b934af9"
9882+
integrity sha512-BVq24Qwa//531LXRwvqu14ba04wcHNAX/m3lFF5v90w1rzUgck1FPBwQqlAIgKfkN5uHjT0PcxUqUNUctbQGVA==
98839883
dependencies:
9884-
is-wsl "^2.1.0"
9884+
is-wsl "^2.2.0"
9885+
which "^2.0.1"
98859886

98869887
98879888
version "2.2.5"

0 commit comments

Comments
 (0)