diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/package.json b/package.json index ef956105c..df48d5209 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@    "dependencies": {      "@rails/webpacker": "3.2.0",      "babel-jest": "22.0.4", -    "babel-polyfill": "6.26.0", +    "babel-polyfill": "^6.26.0",      "babel-preset-es2015": "6.24.1",      "babel-preset-react": "6.24.1",      "babelify": "8.0.0", @@ -26,7 +26,9 @@      "redux-promise": "0.5.3",      "redux-thunk": "2.2.0",      "uglify-js": "3.3.2", -    "whatwg-fetch": "^2.0.4" +    "whatwg-fetch": "^2.0.4", +    "ssri": "~> 5.2.2", +    "hoek": "~> 4.2.1"    },    "license": "MIT",    "engines": { | 
