diff --git a/package-lock.json b/package-lock.json index 4bac44a..44eea43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ ], "license": "MIT", "dependencies": { - "@homebridge/plugin-ui-utils": "^1.0.3", + "@homebridge/plugin-ui-utils": "^2.0.0", "axios": "^1.7.7", "mqtt": "^5.10.1", "node-persist": "^4.0.3", @@ -639,10 +639,9 @@ } }, "node_modules/@homebridge/plugin-ui-utils": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@homebridge/plugin-ui-utils/-/plugin-ui-utils-1.0.3.tgz", - "integrity": "sha512-p2S/czGYNRnRtMICxBUk4Uar+KCezfyxjqfStfxKgykD2082SNayVDncYUK1xRai78EGHCbif9eoyrmDweh4tQ==", - "license": "MIT" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@homebridge/plugin-ui-utils/-/plugin-ui-utils-2.0.0.tgz", + "integrity": "sha512-bQmTmq1rKlPfy0/RyghXVOHcfpr9V+7lQxtOIM16xhEggXI/HWN8vJn6Tzd5C40mphHxU76mficnVy8AA3Ch/w==" }, "node_modules/@humanfs/core": { "version": "0.19.0", diff --git a/package.json b/package.json index d32c889..a32626a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "rebuild": "rm -rf package-lock.json && rm -rf node_modules && npm install" }, "dependencies": { - "@homebridge/plugin-ui-utils": "^1.0.3", + "@homebridge/plugin-ui-utils": "^2.0.0", "axios": "^1.7.7", "mqtt": "^5.10.1", "node-persist": "^4.0.3",