Issue Description
When running npm i parse-server the version that gets installed is 4.10.20
Steps to reproduce
npm i parse-server
npm list | grep parse-server
Actual Outcome
Expected Outcome
Latest version within the package.json version range.
Older version is causing 50 vulnerabilities (6 low, 10 moderate, 25 high, 9 critical)
Environment
All
Server
- Parse Server version:
NA
- Operating system:
Mac OS v15.7.4
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc):
Local
Database
NA
Client
NA
Logs
➜ my-app git:(main) ✗ npm i
up to date, audited 879 packages in 3s
160 packages are looking for funding
run `npm fund` for details
50 vulnerabilities (6 low, 10 moderate, 25 high, 9 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
➜ my-app git:(main) ✗ npm list | grep parse-server
├── parse-server@4.10.20
node -v
v25.8.1
npm -v
11.11.0
Issue Description
When running
npm i parse-serverthe version that gets installed is 4.10.20Steps to reproduce
Actual Outcome
Expected Outcome
Latest version within the package.json version range.
Older version is causing 50 vulnerabilities (6 low, 10 moderate, 25 high, 9 critical)
Environment
All
Server
NAMac OS v15.7.4LocalDatabase
NA
Client
NA
Logs