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:
  - @types/faker from 4.1.5 to 6.6.8.
    See this package in npm: https://www.npmjs.com/package/@types/faker
  - body-parser from 1.18.2 to 1.20.2.
    See this package in npm: https://www.npmjs.com/package/body-parser
  - dotenv from 4.0.0 to 16.4.5.
    See this package in npm: https://www.npmjs.com/package/dotenv
  - ejs from 2.5.7 to 3.1.10.
    See this package in npm: https://www.npmjs.com/package/ejs
  - express from 4.16.2 to 4.19.2.
    See this package in npm: https://www.npmjs.com/package/express
  - ngrok from 3.2.7 to 4.3.3.
    See this package in npm: https://www.npmjs.com/package/ngrok
  - stripe from 6.28.0 to 16.8.0.
    See this package in npm: https://www.npmjs.com/package/stripe

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/2010d4af-b163-4454-b82f-8712749576b8?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 15, 2024
1 parent 1f50493 commit 244536b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"start": "node server/node/server.js"
},
"dependencies": {
"body-parser": "^1.17.1",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.15.2",
"stripe": "^6.28.0"
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"stripe": "^16.8.0"
},
"devDependencies": {
"@types/faker": "^4.1.5",
"ngrok": "^3.2.7"
"@types/faker": "^6.6.8",
"ngrok": "^4.3.3"
}
}

0 comments on commit 244536b

Please sign in to comment.