From 159bd4507a3b57629e436a5c0625acb0880d3315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:01:42 +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 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",