|
27 | 27 | "@parse/fs-files-adapter": "3.0.0",
|
28 | 28 | "@parse/push-adapter": "6.8.0",
|
29 | 29 | "bcryptjs": "2.4.3",
|
30 |
| - "body-parser": "1.20.3", |
31 | 30 | "commander": "12.1.0",
|
32 | 31 | "cors": "2.8.5",
|
33 | 32 | "deepcopy": "2.1.0",
|
34 |
| - "express": "4.21.2", |
| 33 | + "express": "5.0.1", |
35 | 34 | "express-rate-limit": "7.4.1",
|
36 | 35 | "follow-redirects": "1.15.9",
|
37 | 36 | "graphql": "16.9.0",
|
|
57 | 56 | "punycode": "2.3.1",
|
58 | 57 | "rate-limit-redis": "4.2.0",
|
59 | 58 | "redis": "4.7.0",
|
| 59 | + "router": "2.0.0", |
60 | 60 | "semver": "7.6.3",
|
61 | 61 | "subscriptions-transport-ws": "0.11.0",
|
62 | 62 | "tv4": "1.3.0",
|
|
128 | 128 | "test:mongodb:7.0.1": "npm run test:mongodb --dbversion=7.0.1",
|
129 | 129 | "test:mongodb:8.0.3": "npm run test:mongodb --dbversion=8.0.3",
|
130 | 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",
|
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", |
132 |
| - "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine", |
| 131 | + "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=6.0.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017", |
| 132 | + "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=6.0.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine", |
133 | 133 | "test": "npm run testonly",
|
134 |
| - "posttest": "cross-env mongodb-runner stop --all", |
135 |
| - "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 nyc jasmine", |
| 134 | + "posttest": "cross-env mongodb-runner stop --all --debug", |
| 135 | + "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=6.0.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 nyc jasmine", |
136 | 136 | "start": "node ./bin/parse-server",
|
137 | 137 | "prettier": "prettier --write {src,spec}/{**/*,*}.js",
|
138 | 138 | "prepare": "npm run build",
|
|
0 commit comments