From c35d74d176c825f222c2dbd019a52387d3d3a588 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Sun, 8 May 2022 20:54:49 -0500 Subject: [PATCH 1/3] refactor: upgrade ldapjs from 2.3.1 to 2.3.2 (#7990) --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f2e99df7d..931c066989 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9334,9 +9334,9 @@ } }, "ldapjs": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.1.tgz", - "integrity": "sha512-kf0tHHLrpwKaBAQOhYHXgdeh2PkFuCCxWgLb1MRn67ZQVo787D2pij3mmHVZx193GIdM8xcfi8HF6AIYYnj0fQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/ldapjs/-/ldapjs-2.3.2.tgz", + "integrity": "sha512-FU+GR/qbQ96WUZ2DUb7FzaEybYvv3240wTVPcbsdELB3o4cK92zGVjntsh68siVkLeCmlCcsd/cIQzyGXSS7LA==", "requires": { "abstract-logging": "^2.0.0", "asn1": "^0.2.4", @@ -16856,9 +16856,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "vasync": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/vasync/-/vasync-2.2.0.tgz", - "integrity": "sha1-z951GGChWCLbOxMrxZsRakra8Bs=", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/vasync/-/vasync-2.2.1.tgz", + "integrity": "sha512-Hq72JaTpcTFdWiNA4Y22Amej2GH3BFmBaKPPlDZ4/oC8HNn2ISHLkFrJU4Ds8R3jcUi7oo5Y9jcMHKjES+N9wQ==", "requires": { "verror": "1.10.0" } diff --git a/package.json b/package.json index 452956cdf4..024a3a54b5 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "intersect": "1.0.1", "jsonwebtoken": "8.5.1", "jwks-rsa": "2.0.5", - "ldapjs": "2.3.1", + "ldapjs": "2.3.2", "lodash": "4.17.21", "lru-cache": "6.0.0", "mime": "3.0.0", From 4462b39d48105b6b3cde31d953cdb46dac8ad44a Mon Sep 17 00:00:00 2001 From: dblythy Date: Mon, 9 May 2022 20:28:06 +1000 Subject: [PATCH 2/3] docs: fix incorrect deprecation date of `allowClientClassCreation` option (#7992) --- DEPRECATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPRECATIONS.md b/DEPRECATIONS.md index 589cbe320d..986522477b 100644 --- a/DEPRECATIONS.md +++ b/DEPRECATIONS.md @@ -8,7 +8,7 @@ The following is a list of deprecations, according to the [Deprecation Policy](h | 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 | - | | 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 | - | | 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 | - | -| 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 | - | +| 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 | - | [i_deprecation]: ## "The version and date of the deprecation." [i_removal]: ## "The version and date of the planned removal." From 364e3465480c9489e0c37b32db7353ecac0c3911 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Mon, 9 May 2022 07:20:09 -0500 Subject: [PATCH 3/3] refactor: upgrade ws from 8.2.3 to 8.5.0 (#7988) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 931c066989..b40018c28d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17124,9 +17124,9 @@ } }, "ws": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", - "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==" + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", + "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==" }, "xmlcreate": { "version": "2.0.3", diff --git a/package.json b/package.json index 024a3a54b5..c3f96edc68 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "uuid": "8.3.2", "winston": "3.7.2", "winston-daily-rotate-file": "4.6.0", - "ws": "8.2.3" + "ws": "8.5.0" }, "devDependencies": { "@actions/core": "1.2.6",