Skip to content

Commit de66960

Browse files
authored
Merge branch 'release-5.x.x' into snyk-upgrade-a48ba14f594d09fb7b9cf421bb5f956c
2 parents 67bd606 + c83b343 commit de66960

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

changelogs/CHANGELOG_release.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.5.1](https://github.com/parse-community/parse-server/compare/5.5.0...5.5.1) (2023-05-23)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade @parse/push-adapter from 4.1.2 to 4.1.3 ([#8571](https://github.com/parse-community/parse-server/issues/8571)) ([8e83cac](https://github.com/parse-community/parse-server/commit/8e83cac02d6258e9b84b69d4e76da7d771a5eac7))
7+
18
# [5.5.0](https://github.com/parse-community/parse-server/compare/5.4.3...5.5.0) (2023-05-20)
29

310

package-lock.json

Lines changed: 11 additions & 11 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": "5.5.0",
3+
"version": "5.5.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"@graphql-tools/merge": "8.4.1",
2525
"@graphql-tools/schema": "9.0.4",
2626
"@parse/fs-files-adapter": "1.2.2",
27-
"@parse/push-adapter": "4.1.2",
27+
"@parse/push-adapter": "4.1.3",
2828
"bcryptjs": "2.4.3",
2929
"body-parser": "1.20.1",
3030
"commander": "5.1.0",

0 commit comments

Comments
 (0)