diff --git a/addon_files/redmatic/var/package.json b/addon_files/redmatic/var/package.json index 14cbb02d..17beff4f 100644 --- a/addon_files/redmatic/var/package.json +++ b/addon_files/redmatic/var/package.json @@ -12,6 +12,6 @@ "node-red-contrib-time-range-switch": "0.6.1", "redmatic-led": "1.0.0", "redmatic-webapp": "0.2.1", - "redmatic-homekit": "0.7.3" + "redmatic-homekit": "0.7.4" } } \ No newline at end of file diff --git a/addon_files/redmatic/www/package.json b/addon_files/redmatic/www/package.json index 81dc608a..2e5753a3 100644 --- a/addon_files/redmatic/www/package.json +++ b/addon_files/redmatic/www/package.json @@ -4,7 +4,7 @@ "dependencies": { "bcryptjs": "^2.4.3", "bootstrap": "^4.1.3", - "@fortawesome/fontawesome-free": "^5.4.2", + "@fortawesome/fontawesome-free": "^5.5.0", "jquery": "^3.3.1" } } diff --git a/package.json b/package.json index 191c979a..6c7d5ad6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redmatic", - "version": "1.9.1", + "version": "1.9.2", "description": "Node-RED packaged as Homematic CCU addon", "repository": "github:hobbyquaker/redmatic", "private": true, @@ -19,12 +19,12 @@ "bcryptjs": "^2.4.3", "bootstrap": "^4.1.3", "jquery": "^3.3.1", - "@fortawesome/fontawesome-free": "^5.4.2", + "@fortawesome/fontawesome-free": "^5.5.0", "ain2": "2.0.0", "node-red-node-sqlite": "0.3.5", "redmatic-led": "1.0.0", "redmatic-webapp": "0.2.1", - "redmatic-homekit": "0.7.3", + "redmatic-homekit": "0.7.4", "node-red-node-email": "1.0.6", "node-red-node-rbe": "0.2.4", "node-red-node-serialport": "0.6.8"