|
1 | 1 | { |
2 | 2 | "name": "parse-server", |
3 | | - "version": "4.10.3", |
| 3 | + "version": "4.10.4", |
4 | 4 | "description": "An express module providing a Parse-compatible API server", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "repository": { |
|
33 | 33 | "deepcopy": "2.1.0", |
34 | 34 | "express": "4.17.1", |
35 | 35 | "follow-redirects": "1.14.1", |
36 | | - "graphql": "15.5.1", |
| 36 | + "graphql": "15.5.3", |
37 | 37 | "graphql-list-fields": "2.0.2", |
38 | | - "graphql-relay": "0.8.0", |
| 38 | + "graphql-relay": "0.9.0", |
39 | 39 | "graphql-tag": "2.12.5", |
40 | 40 | "graphql-upload": "11.0.0", |
41 | 41 | "intersect": "1.0.1", |
|
58 | 58 | "uuid": "8.3.2", |
59 | 59 | "winston": "3.3.3", |
60 | 60 | "winston-daily-rotate-file": "4.5.5", |
61 | | - "ws": "7.5.3" |
| 61 | + "ws": "8.2.2" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | 64 | "@actions/core": "1.2.6", |
|
113 | 113 | "test:mongodb:testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine", |
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 | | - "test:mongodb:4.2.16": "npm run test:mongodb --dbversion=4.2.16", |
117 | | - "test:mongodb:4.4.8": "npm run test:mongodb --dbversion=4.4.8", |
| 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", |
118 | 118 | "posttest:mongodb": "mongodb-runner stop", |
119 | | - "pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.8} 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.8} 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.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", |
121 | 121 | "test": "npm run testonly", |
122 | | - "posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.8} 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.8} 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.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", |
124 | 124 | "start": "node ./bin/parse-server", |
125 | 125 | "prettier": "prettier --write {src,spec}/{**/*,*}.js", |
126 | 126 | "prepare": "npm run build", |
|
0 commit comments