diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-11-27 06:35:18 +0800 |
---|---|---|
committer | Frankie <frankie.diamond@gmail.com> | 2018-11-27 06:35:18 +0800 |
commit | 486f9931c469ac1829b6f433ad3ebdc11821df22 (patch) | |
tree | 658eeba2b2baa1095e4c26207ae3b91aa554bd3b | |
parent | 88defe36233d0abf23bdd0c919fb668484d1e9f2 (diff) | |
download | tangerine-wallet-browser-486f9931c469ac1829b6f433ad3ebdc11821df22.tar tangerine-wallet-browser-486f9931c469ac1829b6f433ad3ebdc11821df22.tar.gz tangerine-wallet-browser-486f9931c469ac1829b6f433ad3ebdc11821df22.tar.bz2 tangerine-wallet-browser-486f9931c469ac1829b6f433ad3ebdc11821df22.tar.lz tangerine-wallet-browser-486f9931c469ac1829b6f433ad3ebdc11821df22.tar.xz tangerine-wallet-browser-486f9931c469ac1829b6f433ad3ebdc11821df22.tar.zst tangerine-wallet-browser-486f9931c469ac1829b6f433ad3ebdc11821df22.zip |
Pin two module versions to avoid flatmap-stream hack (#5839)
The flatmap-stream module was compromised. MetaMask was NOT affected,
but two of our dependencies could include it if they updated, so I am
temporarily pinning those versions until they can be updated
consciously.
Related to
https://github.com/dominictarr/event-stream/issues/116
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 996e11193..ecdf88202 100644 --- a/package.json +++ b/package.json @@ -276,7 +276,7 @@ "gulp": "github:gulpjs/gulp#6d71a658c61edb3090221579d8f97dbe086ba2ed", "gulp-babel": "^7.0.0", "gulp-json-editor": "^2.2.1", - "gulp-livereload": "^4.0.0", + "gulp-livereload": "4.0.0", "gulp-multi-process": "^1.3.1", "gulp-replace": "^0.6.1", "gulp-sourcemaps": "^2.6.0", @@ -326,7 +326,7 @@ "rimraf": "^2.6.2", "sass-loader": "^7.0.1", "selenium-webdriver": "^3.5.0", - "shell-parallel": "^1.0.3", + "shell-parallel": "1.0.3", "sinon": "^5.0.0", "source-map": "^0.7.2", "static-server": "^2.2.1", |