diff options
author | snyk-bot | 2019-04-07 19:49:25 +0000 |
---|---|---|
committer | snyk-bot | 2019-04-07 19:49:25 +0000 |
commit | 502c70008e3a1bf61730a5013b274e934c572b6e (patch) | |
tree | 9c1b7396270fbdbbead93639b4b11e128475d082 | |
parent | 36c083277e6c74bb6eac495971522e6932cfc207 (diff) |
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSYAML-174129
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f265c6f4..560818df 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "js-cookie": "^2.1.3", "js-sequence-diagrams": "^1000000.0.6", "js-url": "^2.3.0", - "js-yaml": "^3.7.0", + "js-yaml": "^3.13.1", "jsdom-nogyp": "^0.8.3", "keymaster": "^1.6.2", "list.js": "^1.5.0", |