parse-server 7.4.0-alpha.6 → 7.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 +15 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-server",
|
|
3
|
-
"version": "7.4.0-
|
|
3
|
+
"version": "7.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": {
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@apollo/server": "4.11.2",
|
|
23
23
|
"@babel/eslint-parser": "7.25.9",
|
|
24
|
-
"@graphql-tools/merge": "9.0.
|
|
25
|
-
"@graphql-tools/schema": "10.0.
|
|
26
|
-
"@graphql-tools/utils": "10.
|
|
24
|
+
"@graphql-tools/merge": "9.0.14",
|
|
25
|
+
"@graphql-tools/schema": "10.0.13",
|
|
26
|
+
"@graphql-tools/utils": "10.6.3",
|
|
27
27
|
"@parse/fs-files-adapter": "3.0.0",
|
|
28
|
-
"@parse/push-adapter": "6.
|
|
28
|
+
"@parse/push-adapter": "6.8.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.2",
|
|
35
35
|
"express-rate-limit": "7.4.1",
|
|
36
36
|
"follow-redirects": "1.15.9",
|
|
37
37
|
"graphql": "16.9.0",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"lodash": "4.17.21",
|
|
47
47
|
"lru-cache": "10.4.0",
|
|
48
48
|
"mime": "4.0.4",
|
|
49
|
-
"mongodb": "6.
|
|
49
|
+
"mongodb": "6.12.0",
|
|
50
50
|
"mustache": "4.2.0",
|
|
51
|
-
"otpauth": "9.3.
|
|
51
|
+
"otpauth": "9.3.5",
|
|
52
52
|
"parse": "5.3.0",
|
|
53
53
|
"path-to-regexp": "6.3.0",
|
|
54
54
|
"pg-monitor": "2.1.0",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@actions/core": "1.11.1",
|
|
70
|
-
"@apollo/client": "3.
|
|
71
|
-
"@babel/cli": "7.
|
|
70
|
+
"@apollo/client": "3.12.3",
|
|
71
|
+
"@babel/cli": "7.26.4",
|
|
72
72
|
"@babel/core": "7.26.0",
|
|
73
73
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
|
74
74
|
"@babel/plugin-transform-flow-strip-types": "7.25.9",
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"flow-bin": "0.119.1",
|
|
91
91
|
"form-data": "4.0.1",
|
|
92
92
|
"graphql-tag": "2.12.6",
|
|
93
|
-
"husky": "9.1.
|
|
93
|
+
"husky": "9.1.7",
|
|
94
94
|
"jasmine": "3.5.0",
|
|
95
95
|
"jasmine-spec-reporter": "7.0.0",
|
|
96
96
|
"jsdoc": "4.0.4",
|
|
97
97
|
"jsdoc-babel": "0.5.0",
|
|
98
|
-
"lint-staged": "15.2.
|
|
98
|
+
"lint-staged": "15.2.11",
|
|
99
99
|
"m": "1.9.0",
|
|
100
100
|
"madge": "8.0.0",
|
|
101
101
|
"mock-files-adapter": "file:spec/dependencies/mock-files-adapter",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"nyc": "17.1.0",
|
|
107
107
|
"prettier": "2.0.5",
|
|
108
108
|
"semantic-release": "24.2.0",
|
|
109
|
-
"yaml": "2.6.
|
|
109
|
+
"yaml": "2.6.1"
|
|
110
110
|
},
|
|
111
111
|
"scripts": {
|
|
112
112
|
"ci:check": "node ./ci/ciCheck.js",
|
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
"test:mongodb:5.3.2": "npm run test:mongodb --dbversion=5.3.2",
|
|
127
127
|
"test:mongodb:6.0.2": "npm run test:mongodb --dbversion=6.0.2",
|
|
128
128
|
"test:mongodb:7.0.1": "npm run test:mongodb --dbversion=7.0.1",
|
|
129
|
+
"test:mongodb:8.0.3": "npm run test:mongodb --dbversion=8.0.3",
|
|
129
130
|
"test:postgres:testonly": "cross-env PARSE_SERVER_TEST_DB=postgres PARSE_SERVER_TEST_DATABASE_URI=postgres://postgres:password@localhost:5432/parse_server_postgres_adapter_test_database npm run testonly",
|
|
130
131
|
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017",
|
|
131
132
|
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine",
|
|
@@ -145,7 +146,7 @@
|
|
|
145
146
|
"parse-server": "bin/parse-server"
|
|
146
147
|
},
|
|
147
148
|
"optionalDependencies": {
|
|
148
|
-
"@node-rs/bcrypt": "1.10.
|
|
149
|
+
"@node-rs/bcrypt": "1.10.7"
|
|
149
150
|
},
|
|
150
151
|
"collective": {
|
|
151
152
|
"type": "opencollective",
|