Update dependency karma-firefox-launcher to v2
This commit is contained in:
parent
6cd116ce9a
commit
4cdba397e1
2 changed files with 8 additions and 7 deletions
|
@ -89,7 +89,7 @@
|
|||
"json-loader": "0.5.7",
|
||||
"karma": "6.4.0",
|
||||
"karma-coverage": "1.1.2",
|
||||
"karma-firefox-launcher": "1.3.0",
|
||||
"karma-firefox-launcher": "2.1.2",
|
||||
"karma-mocha": "2.0.1",
|
||||
"karma-mocha-reporter": "2.2.5",
|
||||
"karma-sinon-chai": "2.0.2",
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -5168,7 +5168,7 @@ is-weakref@^1.0.1:
|
|||
dependencies:
|
||||
call-bind "^1.0.2"
|
||||
|
||||
is-wsl@^2.1.0:
|
||||
is-wsl@^2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
|
||||
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
|
||||
|
@ -5391,12 +5391,13 @@ karma-coverage@1.1.2:
|
|||
minimatch "^3.0.0"
|
||||
source-map "^0.5.1"
|
||||
|
||||
karma-firefox-launcher@1.3.0:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/karma-firefox-launcher/-/karma-firefox-launcher-1.3.0.tgz#ebcbb1d1ddfada6be900eb8fae25bcf2dcdc8171"
|
||||
integrity sha512-Fi7xPhwrRgr+94BnHX0F5dCl1miIW4RHnzjIGxF8GaIEp7rNqX7LSi7ok63VXs3PS/5MQaQMhGxw+bvD+pibBQ==
|
||||
karma-firefox-launcher@2.1.2:
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/karma-firefox-launcher/-/karma-firefox-launcher-2.1.2.tgz#9a38cc783c579a50f3ed2a82b7386186385cfc2d"
|
||||
integrity sha512-VV9xDQU1QIboTrjtGVD4NCfzIH7n01ZXqy/qpBhnOeGVOkG5JYPEm8kuSd7psHE6WouZaQ9Ool92g8LFweSNMA==
|
||||
dependencies:
|
||||
is-wsl "^2.1.0"
|
||||
is-wsl "^2.2.0"
|
||||
which "^2.0.1"
|
||||
|
||||
karma-mocha-reporter@2.2.5:
|
||||
version "2.2.5"
|
||||
|
|
Loading…
Reference in a new issue