From 1596048201255e38668b602d30f249fcf546d010 Mon Sep 17 00:00:00 2001 From: Yadd Date: Sun, 12 Feb 2023 08:12:16 +0400 Subject: [PATCH] Add dev dependency to @types/jsonwebtoken --- twake/backend/node/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/twake/backend/node/package.json b/twake/backend/node/package.json index 8bbfb2b4d..54b77735a 100644 --- a/twake/backend/node/package.json +++ b/twake/backend/node/package.json @@ -64,6 +64,7 @@ "@types/fluent-ffmpeg": "^2.1.20", "@types/html-to-text": "^8.1.1", "@types/jest": "^26.0.14", + "@types/jsonwebtoken": "^9.0.1", "@types/lodash": "^4.14.165", "@types/minio": "^7.0.7", "@types/mongodb": "^4.0.7",