Skip to content

Commit

Permalink
fix(test): force newer version of natives to fix failing tests on Nod…
Browse files Browse the repository at this point in the history
…e 10

natives module is actually deprecated, because it breaks on every new version of Node. We can get rid of it once we update karma-browserstack-launcher dependency, once browserstack/browserstack-local-nodejs#77 is resolved.
  • Loading branch information
devoto13 committed Jul 25, 2019
1 parent db37186 commit adfd352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4100,9 +4100,9 @@ nanomatch@^1.2.9:
to-regex "^3.0.1"

natives@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.1.tgz#011acce1f7cbd87f7ba6b3093d6cd9392be1c574"
integrity sha512-8eRaxn8u/4wN8tGkhlc2cgwwvOLMLUMUn4IYTexMgWd+LyUDfeXVkk2ygQR0hvIHbJQXgHujia3ieUUDwNGkEA==
version "1.1.6"
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.6.tgz#a603b4a498ab77173612b9ea1acdec4d980f00bb"
integrity sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==

natural-compare@^1.4.0:
version "1.4.0"
Expand Down

0 comments on commit adfd352

Please sign in to comment.