Skip to content

Commit b85a9cc

Browse files
authored
Merge branch 'alpha' into feat/filedownload-option
2 parents 0142805 + 89dec6d commit b85a9cc

File tree

3 files changed

+33
-97
lines changed

3 files changed

+33
-97
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+
# [9.8.0-alpha.3](https://github.com/parse-community/parse-server/compare/9.8.0-alpha.2...9.8.0-alpha.3) (2026-04-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Bump lodash from 4.17.23 to 4.18.1 ([#10393](https://github.com/parse-community/parse-server/issues/10393)) ([19716ad](https://github.com/parse-community/parse-server/commit/19716ad9afe9400ad2440c0ed3c5fbfe376a8585))
7+
18
# [9.8.0-alpha.2](https://github.com/parse-community/parse-server/compare/9.8.0-alpha.1...9.8.0-alpha.2) (2026-04-03)
29

310

package-lock.json

Lines changed: 23 additions & 94 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": "9.8.0-alpha.2",
3+
"version": "9.8.0-alpha.3",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -41,7 +41,7 @@
4141
"jsonwebtoken": "9.0.2",
4242
"jwks-rsa": "3.2.0",
4343
"ldapjs": "3.0.7",
44-
"lodash": "4.17.23",
44+
"lodash": "4.18.1",
4545
"lru-cache": "11.2.7",
4646
"mime": "4.1.0",
4747
"mongodb": "7.1.0",
@@ -55,7 +55,7 @@
5555
"punycode": "2.3.1",
5656
"rate-limit-redis": "4.3.1",
5757
"redis": "5.11.0",
58-
"semver": "7.7.2",
58+
"semver": "7.7.4",
5959
"tv4": "1.3.0",
6060
"uuid": "13.0.0",
6161
"winston": "3.19.0",

0 commit comments

Comments
 (0)