Skip to content

Commit c5db899

Browse files
authored
Merge branch 'alpha' into fix/extension-fix
2 parents 9e9bc41 + b70c2d9 commit c5db899

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

changelogs/CHANGELOG_alpha.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [6.4.0-alpha.2](https://github.com/parse-community/parse-server/compare/6.4.0-alpha.1...6.4.0-alpha.2) (2023-09-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade graphql from 16.6.0 to 16.8.1 ([#8758](https://github.com/parse-community/parse-server/issues/8758)) ([71dfd8a](https://github.com/parse-community/parse-server/commit/71dfd8a7ece8c0dd1a66d03bb9420cfd39f4f9b1))
7+
18
# [6.4.0-alpha.1](https://github.com/parse-community/parse-server/compare/6.3.0...6.4.0-alpha.1) (2023-09-20)
29

310
### Features

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "6.4.0-alpha.1",
3+
"version": "6.4.0-alpha.2",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -34,7 +34,7 @@
3434
"express": "4.18.2",
3535
"express-rate-limit": "6.7.0",
3636
"follow-redirects": "1.15.2",
37-
"graphql": "16.6.0",
37+
"graphql": "16.8.1",
3838
"graphql-list-fields": "2.0.2",
3939
"graphql-relay": "0.10.0",
4040
"graphql-tag": "2.12.6",

0 commit comments

Comments
 (0)