Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - jsonwebtoken from 9.0.1 to 9.0.2.
    See this package in npm: https://www.npmjs.com/package/jsonwebtoken
  - validator from 13.11.0 to 13.12.0.
    See this package in npm: https://www.npmjs.com/package/validator
  - winston from 3.13.0 to 3.14.2.
    See this package in npm: https://www.npmjs.com/package/winston

See this project in Snyk:
https://app.snyk.io/org/amay0808/project/2b617d8d-948e-4262-a519-8e3809cdb06f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 16, 2024
1 parent f857ba9 commit a42aba6
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 18 deletions.
81 changes: 66 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"dotenv": "^16.3.1",
"express": "^4.21.0",
"express-winston": "^4.2.0",
"jsonwebtoken": "^9.0.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.0",
"validator": "^13.11.0",
"winston": "^3.13.0"
"validator": "^13.12.0",
"winston": "^3.14.2"
},
"devDependencies": {
"eslint": "^8.45.0",
Expand Down

0 comments on commit a42aba6

Please sign in to comment.