From e004dd4082697db63505a8871a43e0d76993ce7e Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Tue, 14 May 2024 13:42:33 +0200 Subject: [PATCH] Bump JWT version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d9c1be..30bba72 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "argon2": "^0.40.1", - "jose": "^5.2.3", + "jose": "^5.3.0", "log": "^6.3.1", "result": "git+git@git.pband.ch:typescript/result.git", "zxcvbn": "^4.4.2"