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:
  - cheerio from 1.0.0-rc.3 to 1.0.0.
    See this package in npm: https://www.npmjs.com/package/cheerio
  - mkdirp from 0.5.1 to 3.0.1.
    See this package in npm: https://www.npmjs.com/package/mkdirp
  - slug from 1.1.0 to 9.1.0.
    See this package in npm: https://www.npmjs.com/package/slug
  - superagent from 5.2.2 to 10.1.0.
    See this package in npm: https://www.npmjs.com/package/superagent

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/d8ca1433-aff1-467b-bd31-4ede8906eeaf?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 19, 2024
1 parent 8f75db8 commit e1eebb6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"mkdirp": "^0.5.1",
"superagent": "^5.2.2",
"slug": "^1.1.0"
"cheerio": "^1.0.0",
"mkdirp": "^3.0.1",
"superagent": "^10.1.0",
"slug": "^9.1.0"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit e1eebb6

Please sign in to comment.