From f7cd3c2aecf9eb698191aef11fed6f82fd2abf0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 08:07:05 +0000 Subject: [PATCH] Bump serialport from 8.0.8 to 9.0.3 Bumps [serialport](https://github.com/serialport/node-serialport) from 8.0.8 to 9.0.3. - [Release notes](https://github.com/serialport/node-serialport/releases) - [Changelog](https://github.com/serialport/node-serialport/blob/master/CHANGELOG.md) - [Commits](https://github.com/serialport/node-serialport/compare/@serialport/bindings@8.0.8...@serialport/bindings@9.0.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4f58032..7f47d333 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-leaflet": "^2.6.1", "react-leaflet-control": "^2.1.2", "react-virtualized": "^9.21.2", - "serialport": "^8.0.7", + "serialport": "^9.0.3", "source-map-support": "^0.5.16", "xbee-api": "^0.6.0" },