Skip to content

Commit 0084e6a

Browse files
authored
Merge branch 'alpha' into snyk-fix-c6de07cfdb64d17cd4b3f860c63897f6
2 parents c0b9d91 + 6613f8f commit 0084e6a

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
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+
# [7.3.0-alpha.8](https://github.com/parse-community/parse-server/compare/7.3.0-alpha.7...7.3.0-alpha.8) (2024-09-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade path-to-regexp from 6.2.1 to 6.3.0 ([#9314](https://github.com/parse-community/parse-server/issues/9314)) ([8b7fe69](https://github.com/parse-community/parse-server/commit/8b7fe699c1c376ecd8cc1c97cce8e704ee41f28a))
7+
18
# [7.3.0-alpha.7](https://github.com/parse-community/parse-server/compare/7.3.0-alpha.6...7.3.0-alpha.7) (2024-08-27)
29

310

package-lock.json

Lines changed: 9 additions & 9 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": "7.3.0-alpha.7",
3+
"version": "7.3.0-alpha.8",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -50,7 +50,7 @@
5050
"mustache": "4.2.0",
5151
"otpauth": "9.3.1",
5252
"parse": "5.3.0",
53-
"path-to-regexp": "6.2.1",
53+
"path-to-regexp": "6.3.0",
5454
"pg-monitor": "2.1.0",
5555
"pg-promise": "11.9.1",
5656
"pluralize": "8.0.0",

0 commit comments

Comments
 (0)