chore(release): 7.5.3 [skip ci]

## [7.5.3](https://github.com/parse-community/parse-server/compare/7.5.2...7.5.3) (2025-07-10)

### Bug Fixes

* Data schema exposed via GraphQL API public introspection (GHSA-48q3-prgv-gm4w) ([#9820](https://github.com/parse-community/parse-server/issues/9820)) ([c10f4ac](c10f4ac97b))
This commit is contained in:
semantic-release-bot
2025-07-10 02:25:53 +00:00
parent c10f4ac97b
commit 6096449cf6
3 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
## [7.5.3](https://github.com/parse-community/parse-server/compare/7.5.2...7.5.3) (2025-07-10)
### Bug Fixes
* Data schema exposed via GraphQL API public introspection (GHSA-48q3-prgv-gm4w) ([#9820](https://github.com/parse-community/parse-server/issues/9820)) ([c10f4ac](https://github.com/parse-community/parse-server/commit/c10f4ac97b9c1568b6669f1251e1f686b1decdda))
## [7.5.2](https://github.com/parse-community/parse-server/compare/7.5.1...7.5.2) (2025-03-21)

4
package-lock.json generated
View File

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

View File

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