Skip to content

Commit

Permalink
Fix security warn (#90)
Browse files Browse the repository at this point in the history
* fix(security): fix vulnerabilities in authentication module

* 🏗️ build: update package-lock.json
  • Loading branch information
luojiyin1987 authored Aug 21, 2024
1 parent b66bf91 commit cb65582
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 105 deletions.
160 changes: 57 additions & 103 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@tanstack/react-table": "^8.7.9",
"bcryptjs": "^2.4.3",
"change-case": "^4.1.2",
"class-validator": "^0.13.2",
"class-validator": "^0.14.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
Expand All @@ -68,7 +68,7 @@
"formidable": "^3.5.1",
"fs-extra": "^10.1.0",
"idb-keyval": "^6.2.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.2",
"knex": "^2.3.0",
"latest-version": "^7.0.0",
"microseconds": "^0.2.0",
Expand Down

0 comments on commit cb65582

Please sign in to comment.