chore(release): 5.5.2 [skip ci]

## [5.5.2](https://github.com/parse-community/parse-server/compare/5.5.1...5.5.2) (2023-06-28)

### Bug Fixes

* Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-462x-c3jw-7vr6](https://github.com/parse-community/parse-server/security/advisories/GHSA-462x-c3jw-7vr6) ([#8675](https://github.com/parse-community/parse-server/issues/8675)) ([5fad292](5fad2928fb))
This commit is contained in:
semantic-release-bot
2023-06-28 21:06:50 +00:00
parent 5fad2928fb
commit e6374e791d
3 changed files with 9 additions and 2 deletions

View File

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