Skip to content

Commit

Permalink
Merge pull request #156 from Infisical/dependabot/npm_and_yarn/backen…
Browse files Browse the repository at this point in the history
…d/jsonwebtoken-9.0.0

Bump jsonwebtoken from 8.5.1 to 9.0.0 in /backend
  • Loading branch information
vmatsiiako authored Dec 22, 2022
2 parents ebdf04b + 6f40427 commit 9643c75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 119 deletions.
133 changes: 15 additions & 118 deletions backend/package-lock.json

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

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"express-validator": "^6.14.2",
"handlebars": "^4.7.7",
"helmet": "^5.1.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"jsrp": "^0.2.4",
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.7.2",
Expand Down

1 comment on commit 9643c75

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for backend

St.
Category Percentage Covered / Total
🟡 Statements 66.67% 34/51
🔴 Branches 0% 0/4
🟢 Functions 100% 1/1
🟡 Lines 66.67% 34/51

Test suite run success

1 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 9643c75

Please sign in to comment.