diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-30 23:19:05 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-30 23:19:05 +1100 |
commit | 22346c46d000282236edec0d9f8581256c69c35b (patch) | |
tree | bae337a3a539da73b0423962d905827cd43ea2a3 /package.json | |
parent | Fix new roles having duplicate positions (diff) | |
download | server-22346c46d000282236edec0d9f8581256c69c35b.tar.xz |
Patch body-parser to use json-bigint
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 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", |