diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2022-11-13 18:51:04 +0000 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2022-11-13 18:51:04 +0000 |
commit | 2f8ac8a4ee82fbd320cc64caf85da8e28618b694 (patch) | |
tree | ecfe0c1e5fc9889160bc1f210ea330a406dc65c5 /package.json | |
parent | e2690ab3399b7b65601561347bf740a6fed38fa7 (diff) |
chore: dependency upgrades
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 881e555..34ca5cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gathio", - "version": "1.2.2", + "version": "1.2.3", "description": "", "main": "index.js", "scripts": { @@ -33,7 +33,7 @@ "marked": "^4.0.10", "moment-timezone": "^0.5.31", "mongoose": "^5.9.18", - "multer": "^1.4.1", + "multer": "^1.4.5-lts.1", "nanoid": "^3.1.9", "niceware": "^3.0.0", "node-schedule": "^1.3.1", |