From 6191e1d96614aad5498665df29659801f24b86aa Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 10 Feb 2019 16:39:53 +0200 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#103) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:cryptiles:20180710 - https://snyk.io/vuln/npm:deep-extend:20180409 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:sshpk:20180409 - https://snyk.io/vuln/npm:stringstream:20180511 - https://snyk.io/vuln/npm:truncate:20180225 - https://snyk.io/vuln/npm:ua-parser-js:20180227 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdb51454..1f0aba53 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "react-sortable-hoc": "^1.5.3", "read-chunk": "^2.0.0", "string-to-stream": "^1.1.1", - "strong-data-uri": "^1.0.4", + "strong-data-uri": "^1.0.5", "sweetalert2": "^8.0.1", "sweetalert2-react-content": "^1.0.1", "trash": "^4.3.0",