Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (#269)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @tailwindcss/typography from 0.5.14 to 0.5.15.
    See this package in npm: https://www.npmjs.com/package/@tailwindcss/typography
  - mongoose from 8.5.4 to 8.6.0.
    See this package in npm: https://www.npmjs.com/package/mongoose

See this project in Snyk:
https://app.snyk.io/org/daveluhman/project/5d70776e-c76b-4ef4-a5d4-ab838449a3bc?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
DaveLuhman and snyk-bot authored Nov 10, 2024
1 parent 99ceeda commit ea86c99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 58 deletions.
67 changes: 11 additions & 56 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"homepage": "https://github.com/DaveLuhman/toolkeeper#readme",
"dependencies": {
"@sendgrid/mail": "^8.1.3",
"@tailwindcss/typography": "^0.5.14",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
Expand All @@ -43,7 +43,7 @@
"handlebars-helpers": "^0.10.0",
"handlebars-paginate": "^0.1.0",
"moment": "^2.30.1",
"mongoose": "^8.5.4",
"mongoose": "^8.6.0",
"mongoose-autopopulate": "^1.1.0",
"mongoose-unique-validator": "^5.0.1",
"morgan": "^1.10.0",
Expand Down

0 comments on commit ea86c99

Please sign in to comment.