|
32 | 32 | "cors": "2.8.5",
|
33 | 33 | "deepcopy": "2.1.0",
|
34 | 34 | "express": "4.17.1",
|
35 |
| - "follow-redirects": "1.14.1", |
| 35 | + "follow-redirects": "1.14.2", |
36 | 36 | "graphql": "15.6.0",
|
37 | 37 | "graphql-list-fields": "2.0.2",
|
38 | 38 | "graphql-relay": "0.9.0",
|
|
47 | 47 | "mime": "2.5.2",
|
48 | 48 | "mongodb": "3.6.11",
|
49 | 49 | "mustache": "4.2.0",
|
50 |
| - "parse": "3.3.0", |
| 50 | + "parse": "3.3.1", |
51 | 51 | "pg-monitor": "1.4.1",
|
52 | 52 | "pg-promise": "10.11.0",
|
53 | 53 | "pluralize": "8.0.0",
|
54 | 54 | "redis": "3.1.2",
|
55 |
| - "semver": "7.3.4", |
| 55 | + "semver": "7.3.5", |
56 | 56 | "subscriptions-transport-ws": "0.10.0",
|
57 | 57 | "tv4": "1.3.0",
|
58 | 58 | "uuid": "8.3.2",
|
|
114 | 114 | "test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
|
115 | 115 | "test:mongodb:4.0.27": "npm run test:mongodb --dbversion=4.0.27",
|
116 | 116 | "test:mongodb:4.2.17": "npm run test:mongodb --dbversion=4.2.17",
|
117 |
| - "test:mongodb:4.4.9": "npm run test:mongodb --dbversion=4.4.9", |
| 117 | + "test:mongodb:4.4.10": "npm run test:mongodb --dbversion=4.4.10", |
118 | 118 | "posttest:mongodb": "mongodb-runner stop",
|
119 |
| - "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start", |
120 |
| - "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine", |
| 119 | + "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", |
| 120 | + "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", |
121 | 121 | "test": "npm run testonly",
|
122 |
| - "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop", |
123 |
| - "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.9} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine", |
| 122 | + "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", |
| 123 | + "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", |
124 | 124 | "start": "node ./bin/parse-server",
|
125 | 125 | "prettier": "prettier --write {src,spec}/{**/*,*}.js",
|
126 | 126 | "prepare": "npm run build",
|
|
0 commit comments