Skip to content

Commit de2e08a

Browse files
authored
Merge branch 'alpha' into moumouls/webauthn-adapter
2 parents 1d8a4d8 + 3351ca7 commit de2e08a

File tree

3 files changed

+28
-21
lines changed

3 files changed

+28
-21
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.20](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.19...5.3.0-alpha.20) (2022-07-22)
2+
3+
4+
### Bug Fixes
5+
6+
* security upgrade undici from 5.6.0 to 5.8.0 ([#8108](https://github.com/parse-community/parse-server/issues/8108)) ([4aa016b](https://github.com/parse-community/parse-server/commit/4aa016b7322467422b9fdf05d8e29b9ecf910da7))
7+
18
# [5.3.0-alpha.19](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.18...5.3.0-alpha.19) (2022-07-03)
29

310

package-lock.json

Lines changed: 17 additions & 17 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.19",
3+
"version": "5.3.0-alpha.20",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@graphql-yoga/node": "2.6.0",
2323
"@graphql-tools/utils": "8.6.13",
24-
"@graphql-tools/merge": "8.2.15",
24+
"@graphql-tools/merge": "8.3.0",
2525
"@graphql-tools/schema": "8.5.0",
2626
"@parse/fs-files-adapter": "1.2.2",
2727
"@parse/push-adapter": "4.1.2",
@@ -39,9 +39,9 @@
3939
"intersect": "1.0.1",
4040
"jsonwebtoken": "8.5.1",
4141
"jwks-rsa": "2.1.4",
42-
"ldapjs": "2.3.2",
42+
"ldapjs": "2.3.3",
4343
"lodash": "4.17.21",
44-
"lru-cache": "7.10.1",
44+
"lru-cache": "7.12.0",
4545
"mime": "3.0.0",
4646
"mongodb": "4.6.0",
4747
"mustache": "4.2.0",

0 commit comments

Comments
 (0)