From 786660446eafd66f01ca0df2c9abc5b16fee2601 Mon Sep 17 00:00:00 2001 From: OxSaitama Date: Thu, 13 Apr 2023 14:55:34 +0200 Subject: [PATCH] add jsonwebtoken package --- devops/Chart.yaml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 1d79c091..208511fb 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,5 +21,5 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.5.4 +appVersion: 0.5.6 diff --git a/package.json b/package.json index ae9bf458..d046166f 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.2", + "jsonwebtoken": "^9.0.0", "le-coffre-resources": "git@github.com:smart-chain-fr/leCoffre-resources.git#v2.19", "module-alias": "^2.2.2", "next": "^13.1.5", @@ -65,6 +66,7 @@ "@types/cors": "^2.8.13", "@types/express": "^4.17.16", "@types/jest": "^29.5.0", + "@types/jsonwebtoken": "^9.0.1", "@types/node": "^18.11.18", "@types/node-schedule": "^2.1.0", "@types/uuid": "^9.0.0", @@ -77,6 +79,5 @@ "prisma": { "schema": "src/common/databases/schema.prisma", "seed": "ts-node src/common/databases/seeders/seeder.ts" - } }