diff options
| author | Zog | 2018-05-11 11:42:24 +0200 |
|---|---|---|
| committer | Zog | 2018-05-11 11:42:24 +0200 |
| commit | cd81e053aac897a1da8995796f149c292b34e960 (patch) | |
| tree | 98d5d796dbf83a0432d88c69e70d8b86e095260e /package.json | |
| parent | 578a6573c4cabffec9fa29d6eae446988bb4015c (diff) | |
| download | chouette-core-cd81e053aac897a1da8995796f149c292b34e960.tar.bz2 | |
Refs #69746976-security-driven-packages-update
Refs #6975
Refs #6976
Updates dependencies with potential security breaches
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index ef956105c..2967ad3d3 100644 --- a/package.json +++ b/package.json @@ -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": { |
