diff --git a/package-lock.json b/package-lock.json index 9a3ac3b6..db504891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "node": ">=6" }, "optionalDependencies": { - "@stoprocent/bluetooth-hci-socket": "^1.3.0" + "@stoprocent/bluetooth-hci-socket": "^1.4.0" } }, "node_modules/@ampproject/remapping": { @@ -2353,9 +2353,9 @@ "dev": true }, "node_modules/@stoprocent/bluetooth-hci-socket": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@stoprocent/bluetooth-hci-socket/-/bluetooth-hci-socket-1.3.0.tgz", - "integrity": "sha512-MlKzBhkmb1DvEmwCFLjXbAgEHVOdhssY7eFXppq8JW1WnnV68Enqs8b4LH5wyycuk36T+wodjwbRjpjoKGeidQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@stoprocent/bluetooth-hci-socket/-/bluetooth-hci-socket-1.4.0.tgz", + "integrity": "sha512-Y7MNBihaN3RCbZdjmrIlvetK/jgKZjn0FAy4SThRIO0C/qy5EGLbhnUDiErUu1vtC17kBBPqVfWPZrtxaZQBzA==", "hasInstallScript": true, "license": "MIT", "optional": true, @@ -16628,9 +16628,9 @@ "dev": true }, "@stoprocent/bluetooth-hci-socket": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@stoprocent/bluetooth-hci-socket/-/bluetooth-hci-socket-1.3.0.tgz", - "integrity": "sha512-MlKzBhkmb1DvEmwCFLjXbAgEHVOdhssY7eFXppq8JW1WnnV68Enqs8b4LH5wyycuk36T+wodjwbRjpjoKGeidQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@stoprocent/bluetooth-hci-socket/-/bluetooth-hci-socket-1.4.0.tgz", + "integrity": "sha512-Y7MNBihaN3RCbZdjmrIlvetK/jgKZjn0FAy4SThRIO0C/qy5EGLbhnUDiErUu1vtC17kBBPqVfWPZrtxaZQBzA==", "optional": true, "requires": { "async": "^3.2.6", diff --git a/package.json b/package.json index 557afcfa..308c21ca 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "node-gyp-build": "^4.8.1" }, "optionalDependencies": { - "@stoprocent/bluetooth-hci-socket": "^1.3.0" + "@stoprocent/bluetooth-hci-socket": "^1.4.0" }, "devDependencies": { "@commitlint/cli": "^19.3.0",