Skip to content

Commit a7991f4

Browse files
Update dependency karma-firefox-launcher to v2 (#3987)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1cdd3ab commit a7991f4

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

integration/firebase/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9353,7 +9353,7 @@ is-wsl@^1.1.0:
93539353
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
93549354
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
93559355

9356-
is-wsl@^2.1.0:
9356+
is-wsl@^2.2.0:
93579357
version "2.2.0"
93589358
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
93599359
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
@@ -9911,12 +9911,13 @@ [email protected]:
99119911
istanbul-api "^2.1.6"
99129912
minimatch "^3.0.4"
99139913

9914-
karma-firefox-launcher@1.3.0:
9915-
version "1.3.0"
9916-
resolved "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-1.3.0.tgz#ebcbb1d1ddfada6be900eb8fae25bcf2dcdc8171"
9917-
integrity sha512-Fi7xPhwrRgr+94BnHX0F5dCl1miIW4RHnzjIGxF8GaIEp7rNqX7LSi7ok63VXs3PS/5MQaQMhGxw+bvD+pibBQ==
9914+
karma-firefox-launcher@2.0.0:
9915+
version "2.0.0"
9916+
resolved "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-2.0.0.tgz#01319c50e452222311cfd92c06483ced6b934af9"
9917+
integrity sha512-BVq24Qwa//531LXRwvqu14ba04wcHNAX/m3lFF5v90w1rzUgck1FPBwQqlAIgKfkN5uHjT0PcxUqUNUctbQGVA==
99189918
dependencies:
9919-
is-wsl "^2.1.0"
9919+
is-wsl "^2.2.0"
9920+
which "^2.0.1"
99209921

99219922
99229923
version "2.2.5"

0 commit comments

Comments
 (0)