Skip to content

Commit aa9abc9

Browse files
authored
Merge branch 'alpha' into forgotPassword
2 parents 682e4e5 + e76123b commit aa9abc9

File tree

9 files changed

+124
-101
lines changed

9 files changed

+124
-101
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+
# [6.0.0-alpha.32](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.31...6.0.0-alpha.32) (2023-02-07)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade jsonwebtoken to 9.0.0 ([#8420](https://github.com/parse-community/parse-server/issues/8420)) ([f5bfe45](https://github.com/parse-community/parse-server/commit/f5bfe4571e82b2b7440d41f3cff0d49937398164))
7+
18
# [6.0.0-alpha.31](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.30...6.0.0-alpha.31) (2023-01-31)
29

310

package-lock.json

Lines changed: 66 additions & 42 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": "6.0.0-alpha.31",
3+
"version": "6.0.0-alpha.32",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -40,7 +40,7 @@
4040
"graphql-tag": "2.12.6",
4141
"intersect": "1.0.1",
4242
"ip-range-check": "0.2.0",
43-
"jsonwebtoken": "8.5.1",
43+
"jsonwebtoken": "9.0.0",
4444
"jwks-rsa": "2.1.5",
4545
"ldapjs": "2.3.3",
4646
"lodash": "4.17.21",

0 commit comments

Comments
 (0)