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:
  - chai from 5.0.3 to 5.1.1.
    See this package in npm: https://www.npmjs.com/package/chai
  - express from 4.18.3 to 4.19.2.
    See this package in npm: https://www.npmjs.com/package/express
  - mocha from 10.2.0 to 10.7.3.
    See this package in npm: https://www.npmjs.com/package/mocha
  - supertest from 6.3.4 to 7.0.0.
    See this package in npm: https://www.npmjs.com/package/supertest

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/4d1044f9-3fc1-4812-b3b4-f000c5bd7ea7?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 20, 2024
1 parent 0ee90f4 commit 54bf73f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions node-example-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
"express": "^4.19.2"
},
"devDependencies": {
"chai": "5.0.3",
"mocha": "10.2.0",
"supertest": "6.3.4"
"chai": "5.1.1",
"mocha": "10.7.3",
"supertest": "7.0.0"
}
}

0 comments on commit 54bf73f

Please sign in to comment.