Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@tailwindcss/forms": "^0.2.1",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"next": "^12.0.5",
"lodash": "^4.17.23",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The lodash package is being updated to version ^4.17.23, which is not available on the public npm registry and will cause dependency installation to fail. The vulnerability this change aims to fix is resolved in version 4.17.21. Please use the correct, available version.

Suggested change
"lodash": "^4.17.23",
"lodash": "^4.17.21",

"next": "^12.0.8",
"next-auth": "4.0.0-beta.6",
"next-connect": "^0.10.2",
"react": "^17.0.2",
Expand Down
Loading
Loading