diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-07-18 18:46:45 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-09 23:28:27 +0200 |
commit | 1bb16b76ac61c20c09b60e6641c2c292e5be4c81 (patch) | |
tree | 5e10b95f119b70759753f64044d5b589e3d0b024 /api/package.json | |
parent | replace all var with let (reduces warnings) (diff) | |
download | server-1bb16b76ac61c20c09b60e6641c2c292e5be4c81.tar.xz |
Update local state, fix a few more errors
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 b46e5f3d..b34f1b30 100644 --- a/api/package.json +++ b/api/package.json @@ -93,7 +93,7 @@ "picocolors": "^1.0.0", "proxy-agent": "^5.0.0", "supertest": "^6.1.6", - "typeorm": "^0.2.37" + "typeorm": "^0.2.45" }, "jest": { "setupFiles": [ |