Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - body-parser from 1.19.2 to 1.20.2.
    See this package in npm: https://www.npmjs.com/package/body-parser
  - express from 4.17.3 to 4.19.2.
    See this package in npm: https://www.npmjs.com/package/express
  - google-auth-library from 7.14.1 to 9.14.0.
    See this package in npm: https://www.npmjs.com/package/google-auth-library
  - jsonwebtoken from 8.5.1 to 9.0.2.
    See this package in npm: https://www.npmjs.com/package/jsonwebtoken

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/5a3fbb67-96d6-4dfc-8f8d-55c5f8915f34?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 19, 2024
1 parent 07ceb90 commit 37aea5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"google-auth-library": ">=5.9.2",
"jsonwebtoken": ">=8.5.1"
"body-parser": "^1.20.2",
"express": "^4.19.2",
"google-auth-library": ">=9.14.0",
"jsonwebtoken": ">=9.0.2"
}
}

0 comments on commit 37aea5c

Please sign in to comment.