diff --git a/package-lock.json b/package-lock.json index c6daba5..a6efd81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "node": ">=14" }, "optionalDependencies": { - "@stoprocent/bluetooth-hci-socket": "^2.2.5" + "@stoprocent/bluetooth-hci-socket": "^2.2.6" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -2082,9 +2082,9 @@ } }, "node_modules/@stoprocent/bluetooth-hci-socket": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/@stoprocent/bluetooth-hci-socket/-/bluetooth-hci-socket-2.2.5.tgz", - "integrity": "sha512-uP/Hflt7zRKt9W5WgMyRn4I5V3Z/PjTc28qCya6A3N99Sc1vqrQn4XRx1oYc5L/Qk7d4SRHNF0J2jWvOSVq6bw==", + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/@stoprocent/bluetooth-hci-socket/-/bluetooth-hci-socket-2.2.6.tgz", + "integrity": "sha512-elKIsQe78EnxXzxfA/iuqGufD02d6t3S95eNhFaPvTJs7S3IHq2CdIHwTg3BLwae7Jw14mwK0VhWVtNtzrLyoA==", "hasInstallScript": true, "license": "MIT", "optional": true, diff --git a/package.json b/package.json index e4dd1ee..6572b1a 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "node-gyp-build": "^4.8.4" }, "optionalDependencies": { - "@stoprocent/bluetooth-hci-socket": "^2.2.5" + "@stoprocent/bluetooth-hci-socket": "^2.2.6" }, "publishConfig": { "access": "public"