server for my chess game
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7fa01d1..819a74f 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ }, "optionalDependencies": { "bufferutil": "^4.0.6", - "utf-8-validate": "^5.0.9" + "utf-8-validate": "^6.0.3" } } |