Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriklindberg committed Nov 21, 2023
1 parent 2e978c4 commit 6b7774d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Makefile"
],
"dependencies": {
"@exposr/ws-multiplex": "^1.2.1",
"@exposr/ws-multiplex": "^1.2.2",
"better-sqlite3": "^9.1.1",
"content-type": "^1.0.5",
"koa": "^2.14.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@exposr/ws-multiplex@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@exposr/ws-multiplex/-/ws-multiplex-1.2.1.tgz#ac1312a3af0c923003d21639a189528ad493d053"
integrity sha512-A00xSgv3HNxAdSAvY6qRRNUzQD5WdLMNBP8p0yYUFyLKa6e8xhsiUpRJvBWvmv82jmS4RZKACYi1nQhAZUEuww==
"@exposr/ws-multiplex@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@exposr/ws-multiplex/-/ws-multiplex-1.2.2.tgz#14b1aba036df9bd2065611fb7321ffc7439263f3"
integrity sha512-Etu+7pJiVpFt+XDSw7cze7XakeJJFEHSr+gh9HxKOkVAZiPXbF7sNegapOlVzE0L9qnGy2z/V8XrXU97fIHKwA==
dependencies:
bufferutil "^4.0.7"
bufferutil "^4.0.8"
ws "^8.13.0"

"@hapi/hoek@^9.0.0":
Expand Down Expand Up @@ -677,10 +677,10 @@ buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

bufferutil@^4.0.7:
version "4.0.7"
resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.7.tgz#60c0d19ba2c992dd8273d3f73772ffc894c153ad"
integrity sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==
bufferutil@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.8.tgz#1de6a71092d65d7766c4d8a522b261a6e787e8ea"
integrity sha512-4T53u4PdgsXqKaIctwF8ifXlRTTmEPJ8iEPWFdGZvcf7sbwYo6FKFEX9eNNAnzFZ7EzJAQ3CJeOtCRA4rDp7Pw==
dependencies:
node-gyp-build "^4.3.0"

Expand Down

0 comments on commit 6b7774d

Please sign in to comment.