From 81409a631de038a71a716957e08801c275f11e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:21:52 +0000 Subject: [PATCH] Bump @homebridge/plugin-ui-utils from 1.0.3 to 2.0.0 Bumps [@homebridge/plugin-ui-utils](https://github.com/homebridge/plugin-ui-utils) from 1.0.3 to 2.0.0. - [Release notes](https://github.com/homebridge/plugin-ui-utils/releases) - [Changelog](https://github.com/homebridge/plugin-ui-utils/blob/latest/CHANGELOG.md) - [Commits](https://github.com/homebridge/plugin-ui-utils/compare/v1.0.3...v2.0.0) --- updated-dependencies: - dependency-name: "@homebridge/plugin-ui-utils" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d054563d..a41e60fa 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", "aws-iot-device-sdk": "^2.2.15", "axios": "^1.7.7", "node-persist": "^4.0.3", @@ -685,10 +685,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/@httptoolkit/websocket-stream": { "version": "6.0.1", diff --git a/package.json b/package.json index b0e1153d..7405ab13 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,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", "aws-iot-device-sdk": "^2.2.15", "axios": "^1.7.7", "node-persist": "^4.0.3",