Describe the bug
The `LocalMind-Backend/package.json` file lists `bcrypt` in the `dependencies` section twice with different versions (`^5.1.1` and `^6.0.0`). This causes confusion and potential installation warnings or errors.
To Reproduce
- Open `LocalMind-Backend/package.json`.
- Observe the `dependencies` object.
Expected behavior
`bcrypt` should be listed only once with the correct version.
Screenshots/Code Snippet
```json
"dependencies": {
...
"bcrypt": "^5.1.1",
"axios": "^1.12.2",
"bcrypt": "^6.0.0",
...
}
```
System Configuration
- OS: Windows 11
- Node Version: (Any)
Can i work on this issue
Describe the bug
The `LocalMind-Backend/package.json` file lists `bcrypt` in the `dependencies` section twice with different versions (`^5.1.1` and `^6.0.0`). This causes confusion and potential installation warnings or errors.
To Reproduce
Expected behavior
`bcrypt` should be listed only once with the correct version.
Screenshots/Code Snippet
```json
"dependencies": {
...
"bcrypt": "^5.1.1",
"axios": "^1.12.2",
"bcrypt": "^6.0.0",
...
}
```
System Configuration
Can i work on this issue