Skip to content

Commit 555698f

Browse files
authored
Merge branch 'alpha' into snyk-upgrade-3fdffd0f825fbbabd26b338b9ac65e62
2 parents 65ec7a9 + b10182f commit 555698f

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
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.10](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.9...5.3.0-alpha.10) (2022-05-09)
2+
3+
4+
### Features
5+
6+
* upgrade mongodb from 4.4.1 to 4.5.0 ([#7991](https://github.com/parse-community/parse-server/issues/7991)) ([e692b5d](https://github.com/parse-community/parse-server/commit/e692b5dd8214cdb0ce79bedd30d9aa3cf4de76a5))
7+
18
# [5.3.0-alpha.9](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.8...5.3.0-alpha.9) (2022-05-07)
29

310

package-lock.json

Lines changed: 14 additions & 14 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": "5.3.0-alpha.9",
3+
"version": "5.3.0-alpha.10",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -46,7 +46,7 @@
4646
"lodash": "4.17.21",
4747
"lru-cache": "6.0.0",
4848
"mime": "3.0.0",
49-
"mongodb": "4.4.1",
49+
"mongodb": "4.5.0",
5050
"mustache": "4.2.0",
5151
"parse": "3.4.1",
5252
"pg-monitor": "1.4.1",
@@ -58,7 +58,7 @@
5858
"tv4": "1.3.0",
5959
"uuid": "8.3.2",
6060
"winston": "3.7.2",
61-
"winston-daily-rotate-file": "4.6.0",
61+
"winston-daily-rotate-file": "4.6.1",
6262
"ws": "8.5.0"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
 (0)