Skip to content

Commit a17e22c

Browse files
authored
Merge branch 'alpha' into add-before-live-query-event
2 parents 2a82525 + 8b2a71d commit a17e22c

File tree

3 files changed

+38
-61
lines changed

3 files changed

+38
-61
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+
# [7.4.0-alpha.6](https://github.com/parse-community/parse-server/compare/7.4.0-alpha.5...7.4.0-alpha.6) (2024-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade cross-spawn from 7.0.3 to 7.0.6 ([#9444](https://github.com/parse-community/parse-server/issues/9444)) ([3d034e0](https://github.com/parse-community/parse-server/commit/3d034e0a993e3e5bd9bb96a7e382bb3464f1eb68))
7+
18
# [7.4.0-alpha.5](https://github.com/parse-community/parse-server/compare/7.4.0-alpha.4...7.4.0-alpha.5) (2024-10-22)
29

310

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "7.4.0-alpha.5",
3+
"version": "7.4.0-alpha.6",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -22,8 +22,8 @@
2222
"@apollo/server": "4.11.2",
2323
"@babel/eslint-parser": "7.25.9",
2424
"@graphql-tools/merge": "9.0.9",
25-
"@graphql-tools/schema": "10.0.7",
26-
"@graphql-tools/utils": "10.5.5",
25+
"@graphql-tools/schema": "10.0.8",
26+
"@graphql-tools/utils": "10.5.6",
2727
"@parse/fs-files-adapter": "3.0.0",
2828
"@parse/push-adapter": "6.7.0",
2929
"bcryptjs": "2.4.3",

0 commit comments

Comments
 (0)