Skip to content

Commit adfd352

Browse files
committed
fix(test): force newer version of natives to fix failing tests on Node 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.
1 parent db37186 commit adfd352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4100,9 +4100,9 @@ nanomatch@^1.2.9:
41004100
to-regex "^3.0.1"
41014101

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

41074107
natural-compare@^1.4.0:
41084108
version "1.4.0"

0 commit comments

Comments
 (0)