chore(release): 5.4.2 [skip ci]

## [5.4.2](https://github.com/parse-community/parse-server/compare/5.4.1...5.4.2) (2023-02-16)

### Bug Fixes

* Security upgrade jsonwebtoken to 9.0.0 ([#8431](https://github.com/parse-community/parse-server/issues/8431)) ([2c19c2e](2c19c2e4d4))
This commit is contained in:
semantic-release-bot
2023-02-16 19:00:29 +00:00
parent 2c19c2e4d4
commit b905137278
3 changed files with 9 additions and 2 deletions

View File

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