From 06c6071762504b133f3fb8ae6353bcc12f079c18 Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Sun, 8 Nov 2020 07:41:19 -0600 Subject: [PATCH] Update bluelinky dep --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 24722ca..a257636 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-bluelinky", - "version": "0.0.10-alpha", + "version": "0.0.11-alpha", "description": "A Node Red Library for BlueLinky, a Hyundai 3rd-party wrapper", "main": "bluelinky.js", "scripts": { @@ -31,6 +31,6 @@ }, "homepage": "https://github.com/SondreNjaastad/node-red-contrib-bluelinky#readme", "dependencies": { - "bluelinky": "^5.2.0" + "bluelinky": "^5.2.2" } }