Skip to content

Commit 814330f

Browse files
authored
Merge branch 'alpha' into snyk-upgrade-552faa764bd8773e85fce5007c9c6fac
2 parents ca462cc + 34b8110 commit 814330f

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

changelogs/CHANGELOG_alpha.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.3.0-alpha.6](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.5...5.3.0-alpha.6) (2022-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* peer dependency mismatch for GraphQL dependencies ([#7934](https://github.com/parse-community/parse-server/issues/7934)) ([b7a1d76](https://github.com/parse-community/parse-server/commit/b7a1d7617b4bcac677cecedfeb6ac4a27447083b))
7+
18
# [5.3.0-alpha.5](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.4...5.3.0-alpha.5) (2022-04-09)
29

310

package-lock.json

+4-4
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": "5.3.0-alpha.5",
3+
"version": "5.3.0-alpha.6",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -34,7 +34,7 @@
3434
"deepcopy": "2.1.0",
3535
"express": "4.17.2",
3636
"follow-redirects": "1.14.8",
37-
"graphql": "15.7.1",
37+
"graphql": "15.8.0",
3838
"graphql-list-fields": "2.0.2",
3939
"graphql-relay": "0.7.0",
4040
"graphql-tag": "2.12.6",

0 commit comments

Comments
 (0)