summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-12 16:06:15 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-12 16:06:15 +1000
commit8764930d9a9188b9db1e924ae3515e3bf27a781a (patch)
tree31a084787a1deb287a618882f6d65a0fe6f690f2 /package.json
parentRefactor email sending + remove email verification if mail sending is not set up (diff)
downloadserver-8764930d9a9188b9db1e924ae3515e3bf27a781a.tar.xz
update jsonwebtoken and bcrypt
Diffstat (limited to '')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6bb3eb87..70e4ae84 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
 		"@types/express": "^4.17.17",
 		"@types/i18next-node-fs-backend": "^2.1.2",
 		"@types/json-bigint": "^1.0.1",
-		"@types/jsonwebtoken": "^8.5.9",
+		"@types/jsonwebtoken": "^9.0.2",
 		"@types/morgan": "^1.9.4",
 		"@types/multer": "^1.4.7",
 		"@types/murmurhash-js": "^1.0.4",
@@ -87,7 +87,7 @@
 		"i18next-http-middleware": "^3.3.2",
 		"image-size": "^1.0.2",
 		"json-bigint": "^1.0.0",
-		"jsonwebtoken": "^8.5.1",
+		"jsonwebtoken": "^9.0.1",
 		"lambert-server": "^1.2.12",
 		"missing-native-js-functions": "^1.4.3",
 		"module-alias": "^2.2.3",