diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-04 22:43:51 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-04 22:43:51 +0200 |
commit | 7b630168725ce653c025ca6a14023995dc4ad164 (patch) | |
tree | 7b6fe83ac498f74347458d39766df3a03f192907 /util/package.json | |
parent | Merge branch 'master' of http://github.com/fosscord/fosscord-server (diff) | |
download | server-7b630168725ce653c025ca6a14023995dc4ad164.tar.xz |
:sparkles: generalize primary column to work with mongodb object id
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json index 3bdc04be..3e888c21 100644 --- a/util/package.json +++ b/util/package.json @@ -44,7 +44,7 @@ "env-paths": "^2.2.1", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.10", - "missing-native-js-functions": "^1.2.15", + "missing-native-js-functions": "^1.2.16", "multer": "^1.4.3", "nanocolors": "^0.2.12", "node-fetch": "^2.6.1", |