Skip to content

Commit

Permalink
[fix] Deprecated Buffer usage in dependency (#585)
Browse files Browse the repository at this point in the history
The `Buffer` constructor has been deprecated in favor of safer alternatives.
See https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/

This was fixed in base64id@2.0.0
  • Loading branch information
oliversalzburg authored and darrachequesne committed Jun 18, 2019
1 parent cb0ac6f commit ad844f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"license": "MIT",
"dependencies": {
"accepts": "~1.3.4",
"base64id": "1.0.0",
"base64id": "2.0.0",
"debug": "~3.1.0",
"engine.io-parser": "~2.1.0",
"ws": "~6.1.0",
Expand Down

0 comments on commit ad844f4

Please sign in to comment.