From 99c9ae7600382ea40e3aec46e90688938fe9a74f Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:29:58 -0500 Subject: [PATCH] Fixes for Missing "passport" package from Synology builds (#1964) --- CHANGELOG.md | 6 ++++++ package-lock.json | 10 ++++------ package.json | 5 +++-- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 416bed22d..77c12c021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to homebridge-config-ui-x will be documented in this file. +## 4.54.2 (2023-12-31) + +### Bug Fixes + +- Missing "passport" package from Synology builds - https://github.com/homebridge/homebridge-syno-spk/issues/141 + ## 4.54.1 (2023-12-08) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index cf85060d8..7486f9ffe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-config-ui-x", - "version": "4.54.1", + "version": "4.54.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-config-ui-x", - "version": "4.54.1", + "version": "4.54.2", "funding": [ { "type": "github", @@ -49,6 +49,7 @@ "ora": "5.4.1", "otplib": "12.0.1", "p-limit": "3.1.0", + "passport": "0.7.0", "passport-jwt": "4.0.1", "reflect-metadata": "0.1.14", "rxjs": "7.8.1", @@ -9861,7 +9862,6 @@ "version": "0.7.0", "resolved": "https://registry.npmjs.org/passport/-/passport-0.7.0.tgz", "integrity": "sha512-cPLl+qZpSc+ireUvt+IzqbED1cHHkDoVYMo30jbJIdOOjQ1MQYZBPiNvmi8UM6lJuOpTPXJGZQk0DtC4y61MYQ==", - "peer": true, "dependencies": { "passport-strategy": "1.x.x", "pause": "0.0.1", @@ -9975,8 +9975,7 @@ "node_modules/pause": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz", - "integrity": "sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==", - "peer": true + "integrity": "sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==" }, "node_modules/picocolors": { "version": "1.0.0", @@ -12054,7 +12053,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", - "peer": true, "engines": { "node": ">= 0.4.0" } diff --git a/package.json b/package.json index 82b460207..a5b51084c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge UI", - "version": "4.54.1", + "version": "4.54.2", "description": "A web based management, configuration and control platform for Homebridge.", "license": "MIT", "author": "oznu ", @@ -84,6 +84,7 @@ "ora": "5.4.1", "otplib": "12.0.1", "p-limit": "3.1.0", + "passport": "0.7.0", "passport-jwt": "4.0.1", "reflect-metadata": "0.1.14", "rxjs": "7.8.1", @@ -158,4 +159,4 @@ "smart home", "hb-service" ] -} +} \ No newline at end of file