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
162 changes: 84 additions & 78 deletions 0x05-react_state/task_0/dashboard/package-lock.json

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

2 changes: 1 addition & 1 deletion 0x05-react_state/task_0/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@testing-library/user-event": "^12.7.1",
"aphrodite": "^2.4.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.2",
"css-loader": "^5.2.7",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

While upgrading to 5.2.7 is a good step, this version is from 2021. I recommend a more thorough upgrade to a recent version of css-loader (e.g., ^7.1.1). This would require also upgrading webpack in this file to at least ^5.47.0. A more comprehensive dependency update would greatly improve the project's long-term health and security.

"file-loader": "^6.2.0",
"image-webpack-loader": "^7.0.1",
"jest": "^26.6.3",
Expand Down