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.3.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
  - snyk from 1.1207.0 to 1.1292.4.
    See this package in npm: https://www.npmjs.com/package/snyk

See this project in Snyk:
https://app.snyk.io/org/waterclone/project/5fca3350-8897-43c7-a811-b70f7efd9dd6?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent 8846912 commit dd6c392
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 30 deletions.
66 changes: 39 additions & 27 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 @@ -13,9 +13,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.3.1",
"express": "^4.18.2",
"snyk": "^1.1207.0"
"dotenv": "^16.4.5",
"express": "^4.19.2",
"snyk": "^1.1292.4"
},
"devDependencies": {
"@types/express": "^4.17.17",
Expand Down

0 comments on commit dd6c392

Please sign in to comment.