Skip to content

Commit

Permalink
fix: upgrade express-validator from 7.0.1 to 7.1.0 (#50)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade express-validator from 7.0.1 to 7.1.0.

See this package in npm:
express-validator

See this project in Snyk:
https://app.snyk.io/org/tristenwallace/project/2e8bda64-31ed-4d0b-a4fe-d9df85c3225c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
tristenwallace and snyk-bot authored Jul 11, 2024
1 parent c814616 commit 7c37bae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-validator": "^7.0.1",
"fs": "^0.0.2",
"express-validator": "^7.1.0",
"fs": "^0.0.1-security",
"helmet": "^7.1.0",
"jsonwebtoken": "^8.5.1",
"pg": "^8.12.0",
Expand Down

0 comments on commit 7c37bae

Please sign in to comment.