chore(release): 6.5.10 [skip ci]

## [6.5.10](https://github.com/parse-community/parse-server/compare/6.5.9...6.5.10) (2024-10-12)

### Bug Fixes

* Security upgrade express from 4.21.0 to 4.21.1 ([#9339](https://github.com/parse-community/parse-server/issues/9339)) ([97627ee](97627ee450))
This commit is contained in:
semantic-release-bot
2024-10-12 07:59:53 +00:00
parent 97627ee450
commit 1c2b448284
3 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
## [6.5.10](https://github.com/parse-community/parse-server/compare/6.5.9...6.5.10) (2024-10-12)
### Bug Fixes
* Security upgrade express from 4.21.0 to 4.21.1 ([#9339](https://github.com/parse-community/parse-server/issues/9339)) ([97627ee](https://github.com/parse-community/parse-server/commit/97627ee450f5abe04c92609f4ae2e63c49060d6a))
## [6.5.9](https://github.com/parse-community/parse-server/compare/6.5.8...6.5.9) (2024-10-03)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "parse-server",
"version": "6.5.9",
"version": "6.5.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "parse-server",
"version": "6.5.9",
"version": "6.5.10",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

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