Skip to content

Fix duplicate bcrypt dependency in LocalMind-Backend/package.json #63

Description

@Shreyashburde05

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

  1. Open `LocalMind-Backend/package.json`.
  2. 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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions