Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
➕ Add jsonwebtoken, UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Oct 27, 2020
1 parent f815876 commit 6877265
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 4 deletions.
33 changes: 30 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"handlebars": "^4.7.6",
"helmet": "^4.1.1",
"hibp": "^9.0.0",
"jsonwebtoken": "^8.5.1",
"mem": "^8.0.0",
"minimatch": "^3.0.4",
"nestjs-rate-limiter": "^2.5.6",
Expand All @@ -51,7 +52,8 @@
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.5.4",
"swagger-ui-express": "^4.1.4"
"swagger-ui-express": "^4.1.4",
"uuid": "^8.3.1"
},
"devDependencies": {
"@nestjs/cli": "^7.5.1",
Expand All @@ -62,13 +64,15 @@
"@types/bcrypt": "^3.0.0",
"@types/express": "^4.17.3",
"@types/jest": "26.0.10",
"@types/jsonwebtoken": "^8.5.0",
"@types/minimatch": "^3.0.3",
"@types/node": "^13.9.1",
"@types/nodemailer": "^6.4.0",
"@types/passport-jwt": "^3.0.3",
"@types/passport-local": "^1.0.33",
"@types/qrcode": "^1.3.5",
"@types/supertest": "^2.0.8",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"eslint": "7.7.0",
Expand Down

0 comments on commit 6877265

Please sign in to comment.