diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-31 17:58:47 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-31 17:58:47 +0200 |
commit | 3f66c101789f9a6d065490d3e3265c764698113f (patch) | |
tree | 97b1ef821e2dd8124e5d38a822c08efe21e7eaa2 /api/package.json | |
parent | :sparkles: channel recipients (diff) | |
download | server-3f66c101789f9a6d065490d3e3265c764698113f.tar.xz |
:bug: db query fixes
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/package.json b/api/package.json index b8bb4d45..37db6ff3 100644 --- a/api/package.json +++ b/api/package.json @@ -52,7 +52,7 @@ "saslprep": "^1.0.3", "ts-node": "^9.1.1", "ts-node-dev": "^1.1.6", - "typescript": "^4.1.2" + "typescript": "^4.4.2" }, "dependencies": { "@fosscord/util": "file:../util", |