parse-server 5.0.0 → 5.1.0

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.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "An express module providing a Parse-compatible API server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {
@@ -20,45 +20,46 @@
20
20
  "license": "BSD-3-Clause",
21
21
  "dependencies": {
22
22
  "@apollographql/graphql-playground-html": "1.6.29",
23
- "@graphql-tools/links": "6.2.5",
23
+ "@graphql-tools/links": "8.2.2",
24
+ "@apollo/client": "3.5.8",
24
25
  "@graphql-tools/stitch": "6.2.4",
25
26
  "@graphql-tools/utils": "6.2.4",
26
- "@parse/fs-files-adapter": "1.2.0",
27
- "@parse/push-adapter": "3.4.1",
27
+ "@parse/fs-files-adapter": "1.2.1",
28
+ "@parse/push-adapter": "4.1.0",
28
29
  "apollo-server-express": "2.25.2",
29
30
  "bcryptjs": "2.4.3",
30
- "body-parser": "1.19.0",
31
+ "body-parser": "1.19.1",
31
32
  "commander": "5.1.0",
32
33
  "cors": "2.8.5",
33
34
  "deepcopy": "2.1.0",
34
- "express": "4.17.1",
35
+ "express": "4.17.2",
35
36
  "follow-redirects": "1.14.8",
36
- "graphql": "15.6.0",
37
+ "graphql": "15.7.1",
37
38
  "graphql-list-fields": "2.0.2",
38
39
  "graphql-relay": "0.7.0",
39
- "graphql-tag": "2.12.5",
40
+ "graphql-tag": "2.12.6",
40
41
  "graphql-upload": "11.0.0",
41
42
  "intersect": "1.0.1",
42
43
  "jsonwebtoken": "8.5.1",
43
- "jwks-rsa": "1.12.3",
44
+ "jwks-rsa": "2.0.5",
44
45
  "ldapjs": "2.3.1",
45
46
  "lodash": "4.17.21",
46
- "lru-cache": "5.1.1",
47
- "mime": "2.5.2",
48
- "mongodb": "3.6.11",
47
+ "lru-cache": "6.0.0",
48
+ "mime": "3.0.0",
49
+ "mongodb": "4.3.1",
49
50
  "mustache": "4.2.0",
50
- "parse": "3.3.1",
51
+ "parse": "3.4.1",
51
52
  "pg-monitor": "1.4.1",
52
- "pg-promise": "10.11.0",
53
+ "pg-promise": "10.11.1",
53
54
  "pluralize": "8.0.0",
54
55
  "redis": "3.1.2",
55
56
  "semver": "7.3.5",
56
- "subscriptions-transport-ws": "0.10.0",
57
+ "subscriptions-transport-ws": "0.11.0",
57
58
  "tv4": "1.3.0",
58
59
  "uuid": "8.3.2",
59
- "winston": "3.3.3",
60
- "winston-daily-rotate-file": "4.5.5",
61
- "ws": "8.2.2"
60
+ "winston": "3.5.1",
61
+ "winston-daily-rotate-file": "4.6.0",
62
+ "ws": "8.2.3"
62
63
  },
63
64
  "devDependencies": {
64
65
  "@actions/core": "1.2.6",
@@ -75,12 +76,7 @@
75
76
  "@semantic-release/npm": "7.1.3",
76
77
  "@semantic-release/release-notes-generator": "9.0.3",
77
78
  "all-node-versions": "8.0.0",
78
- "apollo-cache-inmemory": "1.6.6",
79
- "apollo-client": "2.6.10",
80
- "apollo-link": "1.2.14",
81
- "apollo-link-http": "1.5.17",
82
- "apollo-link-ws": "1.0.20",
83
- "apollo-upload-client": "13.0.0",
79
+ "apollo-upload-client": "16.0.0",
84
80
  "apollo-utilities": "1.3.4",
85
81
  "babel-eslint": "10.1.0",
86
82
  "bcrypt-nodejs": "0.0.3",
@@ -101,7 +97,7 @@
101
97
  "mock-mail-adapter": "file:spec/dependencies/mock-mail-adapter",
102
98
  "mongodb-runner": "4.8.1",
103
99
  "mongodb-version-list": "1.0.0",
104
- "node-fetch": "2.6.1",
100
+ "node-fetch": "3.1.1",
105
101
  "nyc": "15.1.0",
106
102
  "prettier": "2.0.5",
107
103
  "semantic-release": "17.4.6",
@@ -122,12 +118,13 @@
122
118
  "test:mongodb:4.0.27": "npm run test:mongodb --dbversion=4.0.27",
123
119
  "test:mongodb:4.2.17": "npm run test:mongodb --dbversion=4.2.17",
124
120
  "test:mongodb:4.4.10": "npm run test:mongodb --dbversion=4.4.10",
121
+ "test:mongodb:5.0.5": "npm run test:mongodb --dbversion=5.0.5",
125
122
  "posttest:mongodb": "mongodb-runner stop",
126
- "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
127
- "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
123
+ "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.0.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
124
+ "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.0.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
128
125
  "test": "npm run testonly",
129
- "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",
130
- "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.10} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",
126
+ "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.0.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",
127
+ "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.0.5} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",
131
128
  "start": "node ./bin/parse-server",
132
129
  "prettier": "prettier --write {src,spec}/{**/*,*}.js",
133
130
  "prepare": "npm run build",
@@ -135,7 +132,7 @@
135
132
  "madge:circular": "node_modules/.bin/madge ./src --circular"
136
133
  },
137
134
  "engines": {
138
- "node": ">=12.22.10 <16"
135
+ "node": ">=12.22.10 <17"
139
136
  },
140
137
  "bin": {
141
138
  "parse-server": "bin/parse-server"