From 212ce60fd7d92230da50b87b0a75b48b9e6ed5c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Mar 2018 01:29:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 Latest report for snappyrobotics/snappy-gui: https://snyk.io/test/github/snappyrobotics/snappy-gui --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c6b776..8a16b80 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "node-cleanup": "^2.1.2", "nodemon": "^1.11.0", "req-fast": "^0.2.17", - "serialport": "^4.0.7", + "serialport": "^6.0.0", "snappy-core": "github:snappyrobotics/snappy-core", "unirest": "^0.5.1", "userhome": "^1.0.0",