summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-01-02 20:37:25 +1100
committerGitHub <noreply@github.com>2023-01-02 20:37:25 +1100
commit5ef4b80fc54db92467961ee8190f1fc93e8b4b71 (patch)
tree5165a3937f8204bf68829aaa6d829481a6693541 /package.json
parentUse adjusted email in /auth/login (diff)
parentProfile themes and pronouns (diff)
downloadserver-ts-5ef4b80fc54db92467961ee8190f1fc93e8b4b71.tar.xz
Merge pull request #922 from MaddyUnderStars/maddy/bodyParserPatch
Patch body-parser to use json-bigint, like gateway
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json

index 41a49b9e..13b5802e 100644 --- a/package.json +++ b/package.json
@@ -62,7 +62,7 @@ "ajv-formats": "2.1.1", "amqplib": "^0.10.3", "bcrypt": "^5.0.1", - "body-parser": "^1.20.1", + "body-parser": "1.20.1", "cheerio": "^1.0.0-rc.12", "cookie-parser": "^1.4.6", "dotenv": "^16.0.2",