It depends on your deployment. If you look at the parse server example, you would follow these steps:
- In
package.json
changedependencies.parse-server
to4.3.0
. - Delete
package-lock.json
andnode_modules
folder. - Run
npm install
. - Run / deploy Parse Server as you usually would.