diff options
author | lowercasename <raphaelkabo@gmail.com> | 2020-06-12 18:12:39 +0100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2020-06-12 18:12:39 +0100 |
commit | 07da80f044f9d3a305df6d96ee38913f1c36be87 (patch) | |
tree | 154a17ff938e1a181e3b208324b5abc43670b706 /package.json | |
parent | 2ae20b09e6369202b4235b7fced87cc0daf6dff5 (diff) |
Switch over shortid to nanoid
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 651eac0..b7fab6c 100644 --- a/package.json +++ b/package.json @@ -34,11 +34,11 @@ "moment-timezone": "^0.5.26", "mongoose": "^5.7.5", "multer": "^1.4.1", + "nanoid": "^3.1.9", "node-schedule": "^1.3.1", "randomstring": "^1.1.5", "request": "^2.88.0", - "sanitize-html": "^1.20.1", - "shortid": "^2.2.15" + "sanitize-html": "^1.20.1" }, "devDependencies": { "eslint": "^6.1.0", |