Skip to content

npm i parse-server installs outdated version 4.10.20 by default #10236

@yaelsprikut

Description

@yaelsprikut

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

└── parse-server@4.10.20

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

Metadata

Metadata

Assignees

No one assigned

    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