From c83342a43fc6d739ca0ee0518eb94832a8784e37 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Nov 2022 21:04:34 +0000 Subject: [PATCH] chore(release): 4.10.20 [skip ci] ## [4.10.20](https://github.com/parse-community/parse-server/compare/4.10.19...4.10.20) (2022-11-09) ### Bug Fixes * Prototype pollution via Cloud Code Webhooks; fixes security vulnerability [GHSA-93vw-8fm5-p2jf](https://github.com/parse-community/parse-server/security/advisories/GHSA-93vw-8fm5-p2jf) ([#8306](https://github.com/parse-community/parse-server/issues/8306)) ([6c63f04](https://github.com/parse-community/parse-server/commit/6c63f04ba37174021082a5b5c4ba1556dcc954f4)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e66d54..80c03fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.10.20](https://github.com/parse-community/parse-server/compare/4.10.19...4.10.20) (2022-11-09) + + +### Bug Fixes + +* Prototype pollution via Cloud Code Webhooks; fixes security vulnerability [GHSA-93vw-8fm5-p2jf](https://github.com/parse-community/parse-server/security/advisories/GHSA-93vw-8fm5-p2jf) ([#8306](https://github.com/parse-community/parse-server/issues/8306)) ([6c63f04](https://github.com/parse-community/parse-server/commit/6c63f04ba37174021082a5b5c4ba1556dcc954f4)) + ## [4.10.19](https://github.com/parse-community/parse-server/compare/4.10.18...4.10.19) (2022-11-09) diff --git a/package-lock.json b/package-lock.json index 6b65cbe3..bde9e0e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "4.10.19", + "version": "4.10.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4af113d7..d58acee4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "4.10.19", + "version": "4.10.20", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {