Release 4.10.1 (#7508)

* bump parse 3.3.0

* Update CHANGELOG.md

* update user test (PR #7464)

* fix Twitter API oauth Error (PR #7370)

* bumped dependencies

* Revert "bumped dependencies"

This reverts commit 97ad83dd15eee379d9b258f02ac14e4950415835.

* bump @parse/push-adapter 3.4.1

* bump jwks-rsa@1.12.3

* bump mongodb@3.6.11

* bump ws@7.5.3

* changed logging for circular obj (PR #7457)

* Update CHANGELOG.md
This commit is contained in:
Manuel
2021-08-23 13:53:33 +02:00
committed by GitHub
parent 7e1da90bb2
commit f3133acf21
6 changed files with 247 additions and 285 deletions

View File

@@ -24,7 +24,7 @@
"@graphql-tools/stitch": "6.2.4",
"@graphql-tools/utils": "6.2.4",
"@parse/fs-files-adapter": "1.2.0",
"@parse/push-adapter": "3.4.0",
"@parse/push-adapter": "3.4.1",
"@parse/s3-files-adapter": "1.6.2",
"@parse/simple-mailgun-adapter": "1.1.0",
"apollo-server-express": "2.19.0",
@@ -41,13 +41,13 @@
"graphql-upload": "11.0.0",
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "1.11.0",
"jwks-rsa": "1.12.3",
"ldapjs": "2.2.2",
"lodash": "4.17.21",
"lru-cache": "5.1.1",
"mime": "2.4.6",
"mongodb": "3.6.3",
"parse": "2.19.0",
"mongodb": "3.6.11",
"parse": "3.3.0",
"pg-promise": "10.8.1",
"pluralize": "8.0.0",
"redis": "3.1.2",
@@ -57,7 +57,7 @@
"uuid": "8.3.1",
"winston": "3.3.3",
"winston-daily-rotate-file": "4.5.0",
"ws": "7.4.0"
"ws": "7.5.3"
},
"devDependencies": {
"@babel/cli": "7.14.8",