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,3 +1,10 @@
## [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](https://github.com/parse-community/parse-server/commit/2c19c2e4d4cfdeefe31e0ec11d2dc0e8ee508a91))
## [5.4.1](https://github.com/parse-community/parse-server/compare/5.4.0...5.4.1) (2023-01-31)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "5.4.1",
"version": "5.4.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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": {