From 1a14b102dfdaa5dcd19416dab477216b77203b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:37:38 +0000 Subject: [PATCH] Bump @stoprocent/noble from 1.15.1 to 1.15.2 Bumps [@stoprocent/noble](https://github.com/stoprocent/noble) from 1.15.1 to 1.15.2. - [Release notes](https://github.com/stoprocent/noble/releases) - [Changelog](https://github.com/stoprocent/noble/blob/main/CHANGELOG.md) - [Commits](https://github.com/stoprocent/noble/compare/v1.15.1...v1.15.2) --- updated-dependencies: - dependency-name: "@stoprocent/noble" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cd0f304..298167de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,6 +28,7 @@ "license": "MIT", "dependencies": { "@homebridge/plugin-ui-utils": "^2.0.0", + "@stoprocent/noble": "^1.15.1", "aws-iot-device-sdk": "^2.2.15", "axios": "^1.7.9", "node-persist": "^4.0.3", @@ -1001,11 +1002,10 @@ "optional": true }, "node_modules/@stoprocent/bluetooth-hci-socket": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@stoprocent/bluetooth-hci-socket/-/bluetooth-hci-socket-1.4.1.tgz", - "integrity": "sha512-p/7G+ydYLIBRX2S8/PJgVU+66CbPucnFOkyDiyrHLtg6wdDCw/Ihm/O2XVVG33Sk77pIsRJsXt7HL6CqjSNDjw==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@stoprocent/bluetooth-hci-socket/-/bluetooth-hci-socket-1.4.2.tgz", + "integrity": "sha512-VlULC6DCrZ3XjOMk9dwQdem42uhZEZegf/Okegyip00TV2gKGpo6F5dU+f+CsJGiSGj1lYQOBvC+f6voq5d1nQ==", "hasInstallScript": true, - "license": "MIT", "optional": true, "os": [ "linux", @@ -1027,11 +1027,10 @@ } }, "node_modules/@stoprocent/noble": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/@stoprocent/noble/-/noble-1.15.1.tgz", - "integrity": "sha512-e4uG5oQMFDz+94hBtupWvnr7QvmFcNPXZXYB5DS4vqo6/2e6dvReEscRyofv/WxB14O8vc3RQC+QwHDN++vCFw==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/@stoprocent/noble/-/noble-1.15.2.tgz", + "integrity": "sha512-uWHFOJMBNcVykQ9j5dZzxopWQ/bNwoGaYC80xGfwN32fOafPxByEpHZ3F3jQ8ttCbB7G4+FPaz8apfWoRBdbnw==", "hasInstallScript": true, - "license": "MIT", "optional": true, "dependencies": { "debug": "^4.3.7", @@ -1043,7 +1042,7 @@ "node": ">=14" }, "optionalDependencies": { - "@stoprocent/bluetooth-hci-socket": "^1.4.1" + "@stoprocent/bluetooth-hci-socket": "^1.4.2" } }, "node_modules/@stylistic/eslint-plugin": {