Skip to content

Commit c37de6a

Browse files
authored
Merge branch 'alpha' into fix-pointers
2 parents 708ea99 + 43ad5b3 commit c37de6a

File tree

3 files changed

+62
-48
lines changed

3 files changed

+62
-48
lines changed

changelogs/CHANGELOG_alpha.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
8+
# [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)
9+
10+
11+
### Bug Fixes
12+
13+
* security upgrade moment from 2.29.1 to 2.29.2 ([#7931](https://github.com/parse-community/parse-server/issues/7931)) ([6b68593](https://github.com/parse-community/parse-server/commit/6b68593eaec17e8b183899d2b92699c9ede7625b))
14+
115
# [5.3.0-alpha.4](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.3...5.3.0-alpha.4) (2022-04-04)
216

317

package-lock.json

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "5.3.0-alpha.4",
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": {
@@ -19,9 +19,9 @@
1919
],
2020
"license": "BSD-3-Clause",
2121
"dependencies": {
22-
"@apollo/client": "3.5.8",
22+
"@apollo/client": "3.5.9",
2323
"@apollographql/graphql-playground-html": "1.6.29",
24-
"@graphql-tools/links": "8.2.2",
24+
"@graphql-tools/links": "8.2.4",
2525
"@graphql-tools/stitch": "6.2.4",
2626
"@graphql-tools/utils": "6.2.4",
2727
"@parse/fs-files-adapter": "1.2.1",
@@ -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)