From 201ec40baf5720f83d08e16194d7aedbaef9e3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:31:13 +0000 Subject: [PATCH] build(deps): bump @capacitor-community/bluetooth-le from 1.7.0 to 2.1.0 Bumps [@capacitor-community/bluetooth-le](https://github.com/capacitor-community/bluetooth-le) from 1.7.0 to 2.1.0. - [Release notes](https://github.com/capacitor-community/bluetooth-le/releases) - [Changelog](https://github.com/capacitor-community/bluetooth-le/blob/main/CHANGELOG.md) - [Commits](https://github.com/capacitor-community/bluetooth-le/compare/v1.7.0...v2.1.0) --- updated-dependencies: - dependency-name: "@capacitor-community/bluetooth-le" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30cbdd9b1..8fde7be24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@awesome-cordova-plugins/core": "^5.46.0", "@awesome-cordova-plugins/in-app-purchase-2": "^5.43.0", "@capacitor-community/advertising-id": "^1.0.0", - "@capacitor-community/bluetooth-le": "^1.7.0", + "@capacitor-community/bluetooth-le": "^2.1.0", "@capacitor-community/http": "github:numbersprotocol/http#fix-catch-disabled-Local-Network-case-on-iOS", "@capacitor-community/wifi": "github:numbersprotocol/community-capacitor-wifi#capacitor3", "@capacitor/android": "^4.0.0", @@ -3146,15 +3146,15 @@ } }, "node_modules/@capacitor-community/bluetooth-le": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@capacitor-community/bluetooth-le/-/bluetooth-le-1.7.0.tgz", - "integrity": "sha512-cxQCoF8WlmxjDLulMUOfwBztwWsPEtHDZX9TvGquh/GQhQbSDkM3aJmqhIyUaeZMN1B9dh5QEa/fBkr1RwYbiw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@capacitor-community/bluetooth-le/-/bluetooth-le-2.1.0.tgz", + "integrity": "sha512-IfoCkE3yKFKq/nBOMlencAC+zjScfeRFJ4xgYsL3q3SgEwp+Sx67Sa5biij6m7v2Dh+Ua3gD5HhoFsLUoy0iNA==", "dependencies": { - "@types/web-bluetooth": "^0.0.12", + "@types/web-bluetooth": "^0.0.16", "throat": "^6.0.1" }, "peerDependencies": { - "@capacitor/core": "^3.0.0" + "@capacitor/core": "^4.0.0" } }, "node_modules/@capacitor-community/http": { @@ -5614,9 +5614,9 @@ "dev": true }, "node_modules/@types/web-bluetooth": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.12.tgz", - "integrity": "sha512-Q4sUrowpylCOWjUWFtNwkNBHQUnCL8y44Iq2ZLtVMAuAGIwPSXa3kqIvu2LwXoc2d1jyaaw4Bg354degHrsADw==" + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz", + "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==" }, "node_modules/@types/ws": { "version": "8.5.3", @@ -26031,11 +26031,11 @@ "requires": {} }, "@capacitor-community/bluetooth-le": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@capacitor-community/bluetooth-le/-/bluetooth-le-1.7.0.tgz", - "integrity": "sha512-cxQCoF8WlmxjDLulMUOfwBztwWsPEtHDZX9TvGquh/GQhQbSDkM3aJmqhIyUaeZMN1B9dh5QEa/fBkr1RwYbiw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@capacitor-community/bluetooth-le/-/bluetooth-le-2.1.0.tgz", + "integrity": "sha512-IfoCkE3yKFKq/nBOMlencAC+zjScfeRFJ4xgYsL3q3SgEwp+Sx67Sa5biij6m7v2Dh+Ua3gD5HhoFsLUoy0iNA==", "requires": { - "@types/web-bluetooth": "^0.0.12", + "@types/web-bluetooth": "^0.0.16", "throat": "^6.0.1" } }, @@ -27840,9 +27840,9 @@ "dev": true }, "@types/web-bluetooth": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.12.tgz", - "integrity": "sha512-Q4sUrowpylCOWjUWFtNwkNBHQUnCL8y44Iq2ZLtVMAuAGIwPSXa3kqIvu2LwXoc2d1jyaaw4Bg354degHrsADw==" + "version": "0.0.16", + "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz", + "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==" }, "@types/ws": { "version": "8.5.3", diff --git a/package.json b/package.json index 2bd9d82ea..871533d2e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@awesome-cordova-plugins/core": "^5.46.0", "@awesome-cordova-plugins/in-app-purchase-2": "^5.43.0", "@capacitor-community/advertising-id": "^1.0.0", - "@capacitor-community/bluetooth-le": "^1.7.0", + "@capacitor-community/bluetooth-le": "^2.1.0", "@capacitor-community/http": "github:numbersprotocol/http#fix-catch-disabled-Local-Network-case-on-iOS", "@capacitor-community/wifi": "github:numbersprotocol/community-capacitor-wifi#capacitor3", "@capacitor/android": "^4.0.0",