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:
  - dotenv from 16.4.1 to 16.4.5.
    See this package in npm: https://www.npmjs.com/package/dotenv
  - express from 4.18.2 to 4.19.2.
    See this package in npm: https://www.npmjs.com/package/express
  - pg from 8.11.3 to 8.12.0.
    See this package in npm: https://www.npmjs.com/package/pg
  - validator from 13.11.0 to 13.12.0.
    See this package in npm: https://www.npmjs.com/package/validator
  - sequelize from 6.35.2 to 6.37.3.
    See this package in npm: https://www.npmjs.com/package/sequelize

See this project in Snyk:
https://app.snyk.io/org/kaifkh20/project/edf07c18-b7fe-4d53-9225-9c433d7ca740?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 9, 2024
1 parent e42ba07 commit afc3c7e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 96 deletions.
139 changes: 48 additions & 91 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"pg": "^8.11.3",
"sequelize": "^6.35.2",
"pg": "^8.12.0",
"sequelize": "^6.37.3",
"slug": "^8.2.3",
"validator": "^13.11.0"
"validator": "^13.12.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
Expand Down

0 comments on commit afc3c7e

Please sign in to comment.