chore(release): 6.0.0-alpha.32 [skip ci]

# [6.0.0-alpha.32](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.31...6.0.0-alpha.32) (2023-02-07)

### Bug Fixes

* Security upgrade jsonwebtoken to 9.0.0 ([#8420](https://github.com/parse-community/parse-server/issues/8420)) ([f5bfe45](f5bfe4571e))
This commit is contained in:
semantic-release-bot
2023-02-07 11:46:57 +00:00
parent f5bfe4571e
commit e76123b482
3 changed files with 10 additions and 3 deletions

View File

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