chore(release): 4.10.5 [skip ci]

## [4.10.5](https://github.com/parse-community/parse-server/compare/4.10.4...4.10.5) (2022-02-12)

### Bug Fixes

* security upgrade follow-redirects from 1.13.0 to 1.14.8 ([#7803](https://github.com/parse-community/parse-server/issues/7803)) ([611332e](611332ea33))
This commit is contained in:
semantic-release-bot
2022-02-12 15:42:56 +00:00
parent d7f2bb49d4
commit b465f7bade
3 changed files with 8 additions and 2 deletions

6
changelogs/CHANGELOG.md Normal file
View File

@@ -0,0 +1,6 @@
## [4.10.5](https://github.com/parse-community/parse-server/compare/4.10.4...4.10.5) (2022-02-12)
### Bug Fixes
* security upgrade follow-redirects from 1.13.0 to 1.14.8 ([#7803](https://github.com/parse-community/parse-server/issues/7803)) ([611332e](https://github.com/parse-community/parse-server/commit/611332ea33831258efd3dd2f2c621c2e35fc95d3))

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "4.10.4",
"version": "4.10.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "4.10.4",
"version": "4.10.5",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {