diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2023-02-02 10:21:11 +0000 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2023-02-02 10:21:11 +0000 |
commit | 92e7472e8a2ce4cc6d2fb0433dad7678f693d255 (patch) | |
tree | dc3369d33c68d775e1fde44d4b47d2d35dfd72f2 /package.json | |
parent | 2e4dbb873372e59dc4bceeca2a8d87460acf2ceb (diff) |
Upgrade dependencies
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 34ca5cc..9741a16 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "express": "^4.16.4", "express-fileupload": "^1.1.9", "express-handlebars": "^6.0.5", - "express-jwt": "^6.0.0", + "express-jwt": "^8.4.0", "express-session": "^1.17.1", "express-validator": "^6.14.0", "generate-rsa-keypair": "^0.2.1", @@ -29,7 +29,7 @@ "ical": "^0.6.0", "ical-generator": "^1.11.0", "jimp": "^0.16.1", - "jsonwebtoken": "^8.4.0", + "jsonwebtoken": "^9.0.0", "marked": "^4.0.10", "moment-timezone": "^0.5.31", "mongoose": "^5.9.18", |