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:
  - @types/node from 20.14.12 to 20.16.1.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @types/react from 18.3.3 to 18.3.4.
    See this package in npm: https://www.npmjs.com/package/@types/react
  - eslint from 9.7.0 to 9.9.1.
    See this package in npm: https://www.npmjs.com/package/eslint
  - prisma from 5.17.0 to 5.18.0.
    See this package in npm: https://www.npmjs.com/package/prisma
  - sass from 1.77.7 to 1.77.8.
    See this package in npm: https://www.npmjs.com/package/sass
  - typescript from 5.5.3 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/slender1808/project/e327c815-75a7-4cfb-8596-9565a2cbc16c?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 17, 2024
1 parent 836a6ef commit d243a21
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 66 deletions.
128 changes: 68 additions & 60 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"dependencies": {
"@next/font": "13.5.6",
"@types/make-fetch-happen": "^10.0.4",
"@types/node": "^20.14.12",
"@types/react": "18.3.3",
"@types/node": "^20.16.1",
"@types/react": "18.3.4",
"bootstrap": "5.3.3",
"@types/react-dom": "18.3.0",
"eslint": "9.7.0",
"eslint": "9.9.1",
"eslint-config-next": "14.2.4",
"make-fetch-happen": "^12.0.0",
"next": "14.2.4",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.1.8",
"prisma": "^5.17.0",
"prisma": "^5.18.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-web-share": "^2.0.2",
"sass": "^1.77.7",
"sass": "^1.77.8",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}

0 comments on commit d243a21

Please sign in to comment.