From 3d653c30d1c60bf5015d854521d6a457dd2c9753 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 07:26:14 +0000 Subject: [PATCH] Bump serialport from 8.0.8 to 9.1.0 Bumps [serialport](https://github.com/serialport/node-serialport) from 8.0.8 to 9.1.0. - [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.1.0) 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..5919e4eb 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.1.0", "source-map-support": "^0.5.16", "xbee-api": "^0.6.0" },