From 145008c7d15e8c46174948f976b34f7843c5bb36 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Jul 2022 18:18:50 +0000 Subject: [PATCH] chore(release): 5.3.0-alpha.20 [skip ci] # [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) ### Bug Fixes * 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)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index 938dd60bbc..e43579178a 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [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) + + +### Bug Fixes + +* 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)) + # [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) diff --git a/package-lock.json b/package-lock.json index f25f2e3637..d70d345140 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "5.3.0-alpha.19", + "version": "5.3.0-alpha.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7d8898e68..38d9e57a3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "5.3.0-alpha.19", + "version": "5.3.0-alpha.20", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {