Skip to content

Commit 506cf5d

Browse files
committed
Squashed 'dependencies/buttplug-device-config/' changes from 8622a8f..f023342
f023342 fix: Correcting the Vorze Cyclone name 900b0df build(deps-dev): Bump js-yaml from 3.12.2 to 3.13.1 git-subtree-dir: dependencies/buttplug-device-config git-subtree-split: f0233426ce770a0416cf22b2e7f12832e3d4194f
1 parent ffb04f5 commit 506cf5d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

buttplug-device-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ protocols:
361361
vorze-sa:
362362
btle:
363363
names:
364-
- CYCSA
364+
- CycSA
365365
- Bach smart
366366
- UFOSA
367367
services:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/buttplugio/buttplug-device-config#readme",
2424
"devDependencies": {
25-
"js-yaml": "^3.12.2"
25+
"js-yaml": "^3.13.1"
2626
},
2727
"dependencies": {
2828
"trash-cli": "^1.4.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,10 @@ isexe@^2.0.0:
452452
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
453453
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
454454

455-
js-yaml@^3.12.2:
456-
version "3.12.2"
457-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65bd72f285b5d8105c77f14fc"
458-
integrity sha512-QHn/Lh/7HhZ/Twc7vJYQTkjuCa0kaCcDcjK5Zlk2rvnUpy7DxMJ23+Jc2dcyvltwQVg1nygAVlB2oRDFHoRS5Q==
455+
js-yaml@^3.13.1:
456+
version "3.13.1"
457+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
458+
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
459459
dependencies:
460460
argparse "^1.0.7"
461461
esprima "^4.0.0"

0 commit comments

Comments
 (0)
close