Skip to content

Commit 9cbabc8

Browse files
Update opusscript requirement to ^0.0.6
Updates the requirements on [opusscript](https://github.com/abalabahaha/opusscript) to permit the latest version. - [Release notes](https://github.com/abalabahaha/opusscript/releases) - [Commits](https://github.com/abalabahaha/opusscript/commits/0.0.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 87e1486 commit 9cbabc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"ws": "^3.3.2",
17-
"opusscript": "^0.0.4",
17+
"opusscript": "^0.0.6",
1818
"tweetnacl": "^1.0.0"
1919
},
2020
"optionalDependencies": {
21-
"opusscript": "^0.0.4",
21+
"opusscript": "^0.0.6",
2222
"tweetnacl": "^1.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)