Skip to content

Commit 17b44b2

Browse files
committed
Update dependency @capacitor-community/bluetooth-le to ^7.3.0
1 parent 5e1ecf7 commit 17b44b2

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

.changelog/2222.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
]
4949
},
5050
"dependencies": {
51-
"@capacitor-community/bluetooth-le": "^7.0.0",
51+
"@capacitor-community/bluetooth-le": "^7.3.0",
5252
"@capacitor/android": "^7.0.0",
5353
"@capacitor/app": "^7.0.0",
5454
"@capacitor/core": "^7.0.0",

yarn.lock

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,13 @@
11461146
dependencies:
11471147
"@types/web-bluetooth" "^0.0.20"
11481148

1149+
"@capacitor-community/bluetooth-le@^7.3.0":
1150+
version "7.3.0"
1151+
resolved "https://registry.yarnpkg.com/@capacitor-community/bluetooth-le/-/bluetooth-le-7.3.0.tgz#2c6f6b7628b038632cac098e97a0544871efaef1"
1152+
integrity sha512-QsM8jIlseTWnpEHdlzB5OxweNoxS9QDKUyQEX49IyeRCmi0uVMf4A8l6VPtyfT6wKUdWf4VrEZAED8UCOWW1DQ==
1153+
dependencies:
1154+
"@types/web-bluetooth" "^0.0.20"
1155+
11491156
"@capacitor/android@^7.0.0":
11501157
version "7.4.4"
11511158
resolved "https://registry.yarnpkg.com/@capacitor/android/-/android-7.4.4.tgz#a14a1e844bd5079982427e247fdd17555b5fbedd"
@@ -9086,7 +9093,16 @@ string-natural-compare@^3.0.1:
90869093
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
90879094
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
90889095

9089-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
9096+
"string-width-cjs@npm:string-width@^4.2.0":
9097+
version "4.2.3"
9098+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9099+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9100+
dependencies:
9101+
emoji-regex "^8.0.0"
9102+
is-fullwidth-code-point "^3.0.0"
9103+
strip-ansi "^6.0.1"
9104+
9105+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
90909106
version "4.2.3"
90919107
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
90929108
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9204,7 +9220,14 @@ string_decoder@~1.1.1:
92049220
dependencies:
92059221
safe-buffer "~5.1.0"
92069222

9207-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9223+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9224+
version "6.0.1"
9225+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9226+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9227+
dependencies:
9228+
ansi-regex "^5.0.1"
9229+
9230+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
92089231
version "6.0.1"
92099232
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
92109233
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)