Skip to content

Commit e84cd74

Browse files
authored
Merge branch 'alpha' into fix-pointers
2 parents 338cd74 + 8cf0b5e commit e84cd74

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

changelogs/CHANGELOG_alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.3.0-alpha.7](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.6...5.3.0-alpha.7) (2022-04-25)
2+
3+
4+
### Bug Fixes
5+
6+
* security upgrade @parse/fs-files-adapter from 1.2.1 to 1.2.2 ([#7948](https://github.com/parse-community/parse-server/issues/7948)) ([20fc4e2](https://github.com/parse-community/parse-server/commit/20fc4e23b53c91aac657f894bd70d049b7525c37))
7+
18
# [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)
29

310

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "5.3.0-alpha.6",
3+
"version": "5.3.0-alpha.7",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"@graphql-tools/links": "8.2.8",
2525
"@graphql-tools/stitch": "6.2.4",
2626
"@graphql-tools/utils": "6.2.4",
27-
"@parse/fs-files-adapter": "1.2.1",
27+
"@parse/fs-files-adapter": "1.2.2",
2828
"@parse/push-adapter": "4.1.2",
2929
"apollo-server-express": "2.25.2",
3030
"bcryptjs": "2.4.3",

0 commit comments

Comments
 (0)