chore(release): 7.0.0-alpha.29 [skip ci]

# [7.0.0-alpha.29](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.28...7.0.0-alpha.29) (2024-03-19)

### Bug Fixes

* Server crashes on invalid Cloud Function or Cloud Job name; fixes security vulnerability [GHSA-6hh7-46r2-vf29](https://github.com/parse-community/parse-server/security/advisories/GHSA-6hh7-46r2-vf29) ([#9024](https://github.com/parse-community/parse-server/issues/9024)) ([9f6e342](9f6e3429d3))
This commit is contained in:
semantic-release-bot
2024-03-19 16:42:50 +00:00
parent 9f6e3429d3
commit 09310a7700
3 changed files with 10 additions and 3 deletions

View File

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