From a72722638fb7fb3ae1dbe37e4eb74662a4c6cdc8 Mon Sep 17 00:00:00 2001 From: jsiegenthaler Date: Sat, 17 Aug 2024 06:32:22 +0200 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e6746f..38be23b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hueget", - "version": "0.7.1", + "version": "0.7.2", "description": "A simple API that converts the Philips Hue API PUT to GET requests, allowing control of Philips Hue lights via http GET requests", "main": "hueget.js", "scripts": { @@ -25,7 +25,7 @@ "author": "Jochen Siegenthaler (https://github.com/jsiegenthaler)", "license": "ISC", "dependencies": { - "axios": "^1.6.8", + "axios": "^1.7.4", "express": "^4.19.2", "stdio": "^2.1.3" },