parse-server 5.3.0-beta.1 → 5.4.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-server",
3
- "version": "5.3.0-beta.1",
3
+ "version": "5.4.0-beta.1",
4
4
  "description": "An express module providing a Parse-compatible API server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {
@@ -20,47 +20,47 @@
20
20
  "license": "BSD-3-Clause",
21
21
  "dependencies": {
22
22
  "@graphql-yoga/node": "2.6.0",
23
- "@graphql-tools/utils": "8.6.12",
24
- "@graphql-tools/merge": "8.2.13",
25
- "@graphql-tools/schema": "8.3.13",
23
+ "@graphql-tools/utils": "8.12.0",
24
+ "@graphql-tools/merge": "8.3.6",
25
+ "@graphql-tools/schema": "9.0.4",
26
26
  "@parse/fs-files-adapter": "1.2.2",
27
27
  "@parse/push-adapter": "4.1.2",
28
28
  "bcryptjs": "2.4.3",
29
- "body-parser": "1.20.0",
29
+ "body-parser": "1.20.1",
30
30
  "commander": "5.1.0",
31
31
  "cors": "2.8.5",
32
32
  "deepcopy": "2.1.0",
33
33
  "express": "4.18.1",
34
- "follow-redirects": "1.15.0",
35
- "graphql": "16.5.0",
34
+ "follow-redirects": "1.15.2",
35
+ "graphql": "16.6.0",
36
36
  "graphql-list-fields": "2.0.2",
37
37
  "graphql-tag": "2.12.6",
38
38
  "graphql-relay": "0.10.0",
39
39
  "intersect": "1.0.1",
40
40
  "jsonwebtoken": "8.5.1",
41
- "jwks-rsa": "2.1.3",
42
- "ldapjs": "2.3.2",
41
+ "jwks-rsa": "2.1.4",
42
+ "ldapjs": "2.3.3",
43
43
  "lodash": "4.17.21",
44
- "lru-cache": "7.10.1",
44
+ "lru-cache": "7.12.0",
45
45
  "mime": "3.0.0",
46
- "mongodb": "4.6.0",
46
+ "mongodb": "4.10.0",
47
47
  "mustache": "4.2.0",
48
48
  "parse": "3.4.2",
49
- "pg-monitor": "1.4.1",
50
- "pg-promise": "10.11.1",
49
+ "pg-monitor": "1.5.0",
50
+ "pg-promise": "10.12.0",
51
51
  "pluralize": "8.0.0",
52
52
  "redis": "3.1.2",
53
- "semver": "7.3.7",
53
+ "semver": "7.3.8",
54
54
  "subscriptions-transport-ws": "0.11.0",
55
55
  "tv4": "1.3.0",
56
- "uuid": "8.3.2",
57
- "winston": "3.7.2",
58
- "winston-daily-rotate-file": "4.6.1",
59
- "ws": "8.6.0"
56
+ "uuid": "9.0.0",
57
+ "winston": "3.8.1",
58
+ "winston-daily-rotate-file": "4.7.1",
59
+ "ws": "8.9.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "graphql-tag": "2.12.6",
63
- "@actions/core": "1.2.6",
63
+ "@actions/core": "1.9.1",
64
64
  "@apollo/client": "3.6.1",
65
65
  "@babel/cli": "7.10.0",
66
66
  "@babel/core": "7.10.0",
@@ -86,7 +86,7 @@
86
86
  "eslint-plugin-flowtype": "5.1.3",
87
87
  "flow-bin": "0.119.1",
88
88
  "form-data": "3.0.0",
89
- "husky": "4.2.5",
89
+ "husky": "4.3.8",
90
90
  "jasmine": "3.5.0",
91
91
  "jasmine-spec-reporter": "7.0.0",
92
92
  "jsdoc": "3.6.3",
@@ -97,7 +97,7 @@
97
97
  "mock-mail-adapter": "file:spec/dependencies/mock-mail-adapter",
98
98
  "mongodb-runner": "4.8.1",
99
99
  "mongodb-version-list": "1.0.0",
100
- "node-fetch": "3.2.4",
100
+ "node-fetch": "3.2.10",
101
101
  "nyc": "15.1.0",
102
102
  "prettier": "2.0.5",
103
103
  "semantic-release": "17.4.6",
@@ -118,15 +118,14 @@
118
118
  "test:mongodb:4.0.28": "npm run test:mongodb --dbversion=4.0.28",
119
119
  "test:mongodb:4.2.19": "npm run test:mongodb --dbversion=4.2.19",
120
120
  "test:mongodb:4.4.13": "npm run test:mongodb --dbversion=4.4.13",
121
- "test:mongodb:5.0.6": "npm run test:mongodb --dbversion=5.0.6",
122
- "test:mongodb:5.1.1": "npm run test:mongodb --dbversion=5.1.1",
123
- "test:mongodb:5.2.1": "npm run test:mongodb --dbversion=5.2.1",
121
+ "test:mongodb:5.3.2": "npm run test:mongodb --dbversion=5.3.2",
122
+ "test:mongodb:6.0.2": "npm run test:mongodb --dbversion=6.0.2",
124
123
  "posttest:mongodb": "mongodb-runner stop",
125
- "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.2.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
126
- "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.2.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
124
+ "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
125
+ "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
127
126
  "test": "npm run testonly",
128
- "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.2.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",
129
- "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.2.1} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",
127
+ "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",
128
+ "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",
130
129
  "start": "node ./bin/parse-server",
131
130
  "prettier": "prettier --write {src,spec}/{**/*,*}.js",
132
131
  "prepare": "npm run build",