chore(release): 5.0.0-alpha.26 [skip ci]

# [5.0.0-alpha.26](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.25...5.0.0-alpha.26) (2022-02-25)

### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([#7823](https://github.com/parse-community/parse-server/issues/7823)) ([5ca2288](5ca2288823))
This commit is contained in:
semantic-release-bot
2022-02-25 16:57:59 +00:00
parent 5ca2288823
commit ad5d17953b
3 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "5.0.0-alpha.25",
"version": "5.0.0-alpha.26",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {