summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-03-05 17:49:23 +0300
committerGitHub <noreply@github.com>2022-03-05 17:49:23 +0300
commitf972bfc5287b492556eb05582bc6741e0d59b820 (patch)
tree63f855ae36294319352c5e826c400046a6c6318c /bundle/package.json
parentAdded email sanitisation to /users/@me PATCH. Could previously have email as ... (diff)
parentdocument which field is which (diff)
downloadserver-ts-f972bfc5287b492556eb05582bc6741e0d59b820.tar.xz
Merge branch 'master' into fix/claim_accounts
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json

index 8915665d..0b3fc817 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -105,6 +105,7 @@ "typeorm": "^0.2.37", "typescript": "^4.1.2", "typescript-json-schema": "^0.50.1", - "ws": "^7.4.2" + "ws": "^7.4.2", + "nan": "^2.15.0" } }