chore(release): 6.2.2 [skip ci]

## [6.2.2](https://github.com/parse-community/parse-server/compare/6.2.1...6.2.2) (2023-09-04)

### Bug Fixes

* Parse Pointer allows to access internal Parse Server classes and circumvent `beforeFind` query trigger; fixes security vulnerability [GHSA-fcv6-fg5r-jm9q](https://github.com/parse-community/parse-server/security/advisories/GHSA-fcv6-fg5r-jm9q) ([be4c7e2](be4c7e23c6))
This commit is contained in:
semantic-release-bot
2023-09-04 12:20:56 +00:00
parent be4c7e23c6
commit d141b822ad
3 changed files with 10 additions and 3 deletions

View File

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