mirror of
https://codeberg.org/JasterV/intisync.ex.git
synced 2026-04-26 18:10:07 +00:00
Bumps [buttplug](https://github.com/buttplugio/buttplug-js) from 3.2.2 to 4.0.0. - [Commits](https://github.com/buttplugio/buttplug-js/compare/buttplugjs-3.2.2...4.0.0) --- updated-dependencies: - dependency-name: buttplug dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"name": "assets",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"buttplug": "^4.0.0",
|
|
"topbar": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/buttplug": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/buttplug/-/buttplug-4.0.0.tgz",
|
|
"integrity": "sha512-9fO055gmZbHp7lI5C95pNbvjHye/n5cKNxv//ObW7Vh8R6UULE5tz8/dpYXJDcjy64DbX1+M5KnUgr40ygafsQ==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"eventemitter3": "^5.0.1",
|
|
"ws": "^8.18.3"
|
|
}
|
|
},
|
|
"node_modules/eventemitter3": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
|
|
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
|
|
},
|
|
"node_modules/topbar": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/topbar/-/topbar-3.0.0.tgz",
|
|
"integrity": "sha512-mhczD7KfYi1anfoMPKRdl0wPSWiYc0YOK4KyycYs3EaNT15pVVNDG5CtfgZcEBWIPJEdfR7r8K4hTXDD2ECBVQ=="
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.18.3",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|