Feature request:
To avoid problems in future body-parser was deprecated in year 2021 and it's base features are moved to express.
Describe the solution you'd like:
- Moving
to dev-dependencies
- Removing body-parser
|
"body-parser": "^1.19.0", |
From package.json as it is deprecated
Feature request:
To avoid problems in future body-parser was deprecated in year 2021 and it's base features are moved to express.
Describe the solution you'd like:
Opportunity-Calendar-Backend/package.json
Line 35 in 4428ec0
to dev-dependencies
Opportunity-Calendar-Backend/package.json
Line 25 in 4428ec0
From package.json as it is deprecated