Skip to content

Commit

Permalink
chore: upgrading jsonwebtoken to fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Apr 6, 2024
1 parent 18c6d6f commit 2c63ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -23,7 +23,7 @@
"axios": "^1.6.8",
"dayjs": "^1.11.9",
"https-proxy-agent": "^5.0.0",
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.2",
"qs": "^6.9.4",
"scmp": "^2.1.0",
"xmlbuilder": "^13.0.2"
Expand All @@ -32,7 +32,7 @@
"@babel/preset-env": "^7.23.0",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.5.5",
"@types/jsonwebtoken": "^9.0.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^18.11.18",
"@types/qs": "^6.9.7",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
Expand Down

0 comments on commit 2c63ded

Please sign in to comment.