diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-02-06 22:07:56 +0100 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-02-06 22:07:56 +0100 |
commit | 862200a80d7db52c04abb2300cbb480e2f835dfb (patch) | |
tree | 7aa6f766d500f72b5515bfc8a3efc48b9eed9ae3 /package.json | |
parent | :wrench: build (diff) | |
download | server-862200a80d7db52c04abb2300cbb480e2f835dfb.tar.xz |
update lambert-db
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 313e8de2..c12172d7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "homepage": "https://github.com/discord-open-source/discord-server-util#readme", "dependencies": { "jsonwebtoken": "^8.5.1", - "lambert-db": "^1.1.4", + "lambert-db": "^1.1.5", "missing-native-js-functions": "^1.2.2" }, "devDependencies": { |