parse-server 7.4.0-alpha.4 → 7.4.0-alpha.6
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/lib/Adapters/Files/GridFSBucketAdapter.js +2 -5
- package/lib/Adapters/Storage/Mongo/MongoSchemaCollection.js +3 -3
- package/lib/Adapters/Storage/Mongo/MongoStorageAdapter.js +4 -6
- package/lib/Controllers/DatabaseController.js +3 -3
- package/lib/Controllers/FilesController.js +5 -5
- package/lib/Controllers/ParseGraphQLController.js +3 -3
- package/lib/GraphQL/loaders/filesMutations.js +3 -3
- package/lib/Routers/FilesRouter.js +4 -4
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-server",
|
|
3
|
-
"version": "7.4.0-alpha.
|
|
3
|
+
"version": "7.4.0-alpha.6",
|
|
4
4
|
"description": "An express module providing a Parse-compatible API server",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -19,21 +19,21 @@
|
|
|
19
19
|
],
|
|
20
20
|
"license": "Apache-2.0",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@apollo/server": "4.11.
|
|
23
|
-
"@babel/eslint-parser": "7.25.
|
|
24
|
-
"@graphql-tools/merge": "9.0.
|
|
25
|
-
"@graphql-tools/schema": "10.0.
|
|
26
|
-
"@graphql-tools/utils": "
|
|
22
|
+
"@apollo/server": "4.11.2",
|
|
23
|
+
"@babel/eslint-parser": "7.25.9",
|
|
24
|
+
"@graphql-tools/merge": "9.0.9",
|
|
25
|
+
"@graphql-tools/schema": "10.0.8",
|
|
26
|
+
"@graphql-tools/utils": "10.5.6",
|
|
27
27
|
"@parse/fs-files-adapter": "3.0.0",
|
|
28
|
-
"@parse/push-adapter": "6.
|
|
28
|
+
"@parse/push-adapter": "6.7.0",
|
|
29
29
|
"bcryptjs": "2.4.3",
|
|
30
30
|
"body-parser": "1.20.3",
|
|
31
31
|
"commander": "12.1.0",
|
|
32
32
|
"cors": "2.8.5",
|
|
33
33
|
"deepcopy": "2.1.0",
|
|
34
|
-
"express": "4.21.
|
|
34
|
+
"express": "4.21.1",
|
|
35
35
|
"express-rate-limit": "7.4.1",
|
|
36
|
-
"follow-redirects": "1.15.
|
|
36
|
+
"follow-redirects": "1.15.9",
|
|
37
37
|
"graphql": "16.9.0",
|
|
38
38
|
"graphql-list-fields": "2.0.4",
|
|
39
39
|
"graphql-relay": "0.10.2",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"ldapjs": "3.0.7",
|
|
46
46
|
"lodash": "4.17.21",
|
|
47
47
|
"lru-cache": "10.4.0",
|
|
48
|
-
"mime": "
|
|
49
|
-
"mongodb": "
|
|
48
|
+
"mime": "4.0.4",
|
|
49
|
+
"mongodb": "6.10.0",
|
|
50
50
|
"mustache": "4.2.0",
|
|
51
51
|
"otpauth": "9.3.4",
|
|
52
52
|
"parse": "5.3.0",
|
|
53
53
|
"path-to-regexp": "6.3.0",
|
|
54
54
|
"pg-monitor": "2.1.0",
|
|
55
|
-
"pg-promise": "11.10.
|
|
55
|
+
"pg-promise": "11.10.2",
|
|
56
56
|
"pluralize": "8.0.0",
|
|
57
57
|
"punycode": "2.3.1",
|
|
58
58
|
"rate-limit-redis": "4.2.0",
|
|
@@ -60,53 +60,53 @@
|
|
|
60
60
|
"semver": "7.6.3",
|
|
61
61
|
"subscriptions-transport-ws": "0.11.0",
|
|
62
62
|
"tv4": "1.3.0",
|
|
63
|
-
"uuid": "
|
|
64
|
-
"winston": "3.
|
|
63
|
+
"uuid": "11.0.3",
|
|
64
|
+
"winston": "3.17.0",
|
|
65
65
|
"winston-daily-rotate-file": "5.0.0",
|
|
66
66
|
"ws": "8.18.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@actions/core": "1.11.1",
|
|
70
|
-
"@apollo/client": "3.11.
|
|
71
|
-
"@babel/cli": "7.
|
|
72
|
-
"@babel/core": "7.
|
|
70
|
+
"@apollo/client": "3.11.9",
|
|
71
|
+
"@babel/cli": "7.25.9",
|
|
72
|
+
"@babel/core": "7.26.0",
|
|
73
73
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
|
74
|
-
"@babel/plugin-transform-flow-strip-types": "7.
|
|
75
|
-
"@babel/preset-env": "7.
|
|
74
|
+
"@babel/plugin-transform-flow-strip-types": "7.25.9",
|
|
75
|
+
"@babel/preset-env": "7.26.0",
|
|
76
76
|
"@saithodev/semantic-release-backmerge": "4.0.1",
|
|
77
77
|
"@semantic-release/changelog": "6.0.3",
|
|
78
78
|
"@semantic-release/commit-analyzer": "13.0.0",
|
|
79
79
|
"@semantic-release/git": "10.0.1",
|
|
80
|
-
"@semantic-release/github": "
|
|
80
|
+
"@semantic-release/github": "11.0.1",
|
|
81
81
|
"@semantic-release/npm": "12.0.1",
|
|
82
82
|
"@semantic-release/release-notes-generator": "14.0.1",
|
|
83
83
|
"all-node-versions": "12.1.0",
|
|
84
|
-
"apollo-upload-client": "
|
|
84
|
+
"apollo-upload-client": "18.0.1",
|
|
85
85
|
"clean-jsdoc-theme": "4.3.0",
|
|
86
86
|
"cross-env": "7.0.3",
|
|
87
87
|
"deep-diff": "1.0.2",
|
|
88
88
|
"eslint": "8.57.0",
|
|
89
89
|
"eslint-plugin-flowtype": "8.0.3",
|
|
90
90
|
"flow-bin": "0.119.1",
|
|
91
|
-
"form-data": "4.0.
|
|
91
|
+
"form-data": "4.0.1",
|
|
92
92
|
"graphql-tag": "2.12.6",
|
|
93
|
-
"husky": "9.
|
|
93
|
+
"husky": "9.1.6",
|
|
94
94
|
"jasmine": "3.5.0",
|
|
95
95
|
"jasmine-spec-reporter": "7.0.0",
|
|
96
|
-
"jsdoc": "4.0.
|
|
96
|
+
"jsdoc": "4.0.4",
|
|
97
97
|
"jsdoc-babel": "0.5.0",
|
|
98
|
-
"lint-staged": "
|
|
98
|
+
"lint-staged": "15.2.10",
|
|
99
99
|
"m": "1.9.0",
|
|
100
100
|
"madge": "8.0.0",
|
|
101
101
|
"mock-files-adapter": "file:spec/dependencies/mock-files-adapter",
|
|
102
102
|
"mock-mail-adapter": "file:spec/dependencies/mock-mail-adapter",
|
|
103
|
-
"mongodb-runner": "5.
|
|
103
|
+
"mongodb-runner": "5.7.1",
|
|
104
104
|
"node-abort-controller": "3.1.1",
|
|
105
105
|
"node-fetch": "3.2.10",
|
|
106
|
-
"nyc": "
|
|
106
|
+
"nyc": "17.1.0",
|
|
107
107
|
"prettier": "2.0.5",
|
|
108
|
-
"semantic-release": "24.
|
|
109
|
-
"yaml": "2.
|
|
108
|
+
"semantic-release": "24.2.0",
|
|
109
|
+
"yaml": "2.6.0"
|
|
110
110
|
},
|
|
111
111
|
"scripts": {
|
|
112
112
|
"ci:check": "node ./ci/ciCheck.js",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"parse-server": "bin/parse-server"
|
|
146
146
|
},
|
|
147
147
|
"optionalDependencies": {
|
|
148
|
-
"@node-rs/bcrypt": "1.10.
|
|
148
|
+
"@node-rs/bcrypt": "1.10.5"
|
|
149
149
|
},
|
|
150
150
|
"collective": {
|
|
151
151
|
"type": "opencollective",
|