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:
@@ -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
4
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user