diff options
author | Mark Powers <mark@marks.kitchen> | 2024-07-14 15:17:48 -0500 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2024-07-14 15:17:48 -0500 |
commit | cfe7d7d4c4f9bac7262f495b770da8ad64c5e6c2 (patch) | |
tree | 18e4a9a8d7e98baec1d6b612a4cb151c69270edb /package.json | |
parent | ba26da4ac06807cde20ca2ee52064f66829f0348 (diff) |
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 0c45936..3ffc1aa 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ "body-parser": "^1.18.3", "cookie-parser": "^1.4.4", "express": "^4.16.4", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.2", "mysql2": "^1.6.5", "readline-sync": "^1.4.10", - "sequelize": "^5.19.5", + "sequelize": "^6.33.0", "sqlite3": "^4.1.1" } } |