This can happen because of modules such as Parse Server email or storage adapter having a dependency on the Parse JS SDK, for example to import error codes that are managed in the SDK. That dependency then causes this warning. It can take some time until these modules are updated to use the latest Parse JS SDK. If the error appears, it is certain that it’s also in the package-lock file. If you find it there you can identify the package where it’s added. You could then open an issue on GitHub in the respective package or submit a pull request to expedite a release. However, before doing so you should try the latest alpha release of Parse Sever because the issue may have already been fixed.