Skip to content

Commit 56d98f9

Browse files
authored
Merge branch 'alpha' into snyk-upgrade-6f91e021ac563011a4bcad3c5d54a415
2 parents dabae03 + 364e346 commit 56d98f9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

DEPRECATIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following is a list of deprecations, according to the [Deprecation Policy](h
88
| DEPPS2 | Config option `directAccess` defaults to `true` | [#6636](https://github.com/parse-community/parse-server/pull/6636) | 5.0.0 (2022) | 6.0.0 (2023) | deprecated | - |
99
| DEPPS3 | Config option `enforcePrivateUsers` defaults to `true` | [#7319](https://github.com/parse-community/parse-server/pull/7319) | 5.0.0 (2022) | 6.0.0 (2023) | deprecated | - |
1010
| DEPPS4 | Remove convenience method for http request `Parse.Cloud.httpRequest` | [#7589](https://github.com/parse-community/parse-server/pull/7589) | 5.0.0 (2022) | 6.0.0 (2023) | deprecated | - |
11-
| DEPPS5 | Config option `allowClientClassCreation` defaults to `false` | [#7925](https://github.com/parse-community/parse-server/pull/7925) | 5.3.0 (2023) | 7.0.0 (2024) | deprecated | - |
11+
| DEPPS5 | Config option `allowClientClassCreation` defaults to `false` | [#7925](https://github.com/parse-community/parse-server/pull/7925) | 5.3.0 (2022) | 7.0.0 (2024) | deprecated | - |
1212

1313
[i_deprecation]: ## "The version and date of the deprecation."
1414
[i_removal]: ## "The version and date of the planned removal."

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"intersect": "1.0.1",
4343
"jsonwebtoken": "8.5.1",
4444
"jwks-rsa": "2.0.5",
45-
"ldapjs": "2.3.1",
45+
"ldapjs": "2.3.2",
4646
"lodash": "4.17.21",
4747
"lru-cache": "6.0.0",
4848
"mime": "3.0.0",
@@ -59,7 +59,7 @@
5959
"uuid": "8.3.2",
6060
"winston": "3.7.2",
6161
"winston-daily-rotate-file": "4.6.0",
62-
"ws": "8.2.3"
62+
"ws": "8.5.0"
6363
},
6464
"devDependencies": {
6565
"@actions/core": "1.2.6",

0 commit comments

Comments
 (0)