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
commit0f1251c6221de12b428208e02bdd006158a404b1 (patch)
treeb70e84d88b3ec3f083d02e30492783b0a6c72303 /bundle/package.json
parentAdded email sanitisation to /users/@me PATCH. Could previously have email as ... (diff)
parentdocument which field is which (diff)
downloadserver-ts-0f1251c6221de12b428208e02bdd006158a404b1.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" } }