|
19 | 19 | ], |
20 | 20 | "license": "BSD-3-Clause", |
21 | 21 | "dependencies": { |
22 | | - "@apollographql/graphql-playground-html": "1.6.24", |
23 | | - "@graphql-tools/stitch": "^6.0.0", |
24 | | - "@graphql-tools/utils": "^6.0.0", |
| 22 | + "@apollographql/graphql-playground-html": "1.6.26", |
| 23 | + "@graphql-tools/stitch": "^6.0.1", |
| 24 | + "@graphql-tools/utils": "^6.0.1", |
25 | 25 | "@parse/fs-files-adapter": "1.0.1", |
26 | 26 | "@parse/push-adapter": "3.2.0", |
27 | 27 | "@parse/s3-files-adapter": "1.4.0", |
28 | 28 | "@parse/simple-mailgun-adapter": "1.1.0", |
29 | | - "apollo-server-express": "2.14.0", |
| 29 | + "apollo-server-express": "2.14.1", |
30 | 30 | "bcryptjs": "2.4.3", |
31 | 31 | "body-parser": "1.19.0", |
32 | 32 | "commander": "5.1.0", |
33 | 33 | "cors": "2.8.5", |
34 | 34 | "deepcopy": "2.0.0", |
35 | 35 | "express": "4.17.1", |
36 | 36 | "follow-redirects": "1.11.0", |
37 | | - "graphql": "15.0.0", |
| 37 | + "graphql": "15.1.0", |
38 | 38 | "graphql-list-fields": "2.0.2", |
39 | 39 | "graphql-relay": "^0.6.0", |
40 | 40 | "graphql-upload": "11.0.0", |
41 | 41 | "intersect": "1.0.1", |
42 | 42 | "jsonwebtoken": "8.5.1", |
43 | 43 | "jwks-rsa": "1.8.0", |
44 | | - "ldapjs": "1.0.2", |
45 | | - "lodash": "4.17.15", |
| 44 | + "ldapjs": "2.0.0", |
| 45 | + "lodash": "4.17.16", |
46 | 46 | "lru-cache": "5.1.1", |
47 | 47 | "mime": "2.4.6", |
48 | | - "mongodb": "3.5.8", |
49 | | - "parse": "2.13.0", |
50 | | - "pg-promise": "10.5.4", |
| 48 | + "mongodb": "3.5.9", |
| 49 | + "parse": "2.14.0", |
| 50 | + "pg-promise": "10.5.6", |
51 | 51 | "pluralize": "^8.0.0", |
52 | 52 | "redis": "3.0.2", |
53 | 53 | "semver": "7.3.2", |
|
66 | 66 | "@babel/preset-env": "7.10.0", |
67 | 67 | "@parse/minami": "1.0.0", |
68 | 68 | "apollo-cache-inmemory": "1.6.6", |
69 | | - "apollo-client": "2.6.9", |
| 69 | + "apollo-client": "2.6.10", |
70 | 70 | "apollo-link": "1.2.14", |
71 | 71 | "apollo-link-http": "1.5.17", |
72 | 72 | "apollo-link-ws": "1.0.20", |
|
77 | 77 | "cross-env": "7.0.2", |
78 | 78 | "deep-diff": "1.0.2", |
79 | 79 | "eslint": "6.8.0", |
80 | | - "eslint-plugin-flowtype": "5.0.3", |
| 80 | + "eslint-plugin-flowtype": "5.1.3", |
81 | 81 | "flow-bin": "0.119.1", |
82 | 82 | "form-data": "3.0.0", |
83 | | - "gaze": "1.1.3", |
84 | 83 | "graphql-tag": "^2.10.1", |
85 | 84 | "husky": "4.2.5", |
86 | 85 | "jasmine": "3.5.0", |
|
89 | 88 | "lint-staged": "10.2.3", |
90 | 89 | "mongodb-runner": "4.8.0", |
91 | 90 | "node-fetch": "2.6.0", |
92 | | - "nyc": "15.0.1", |
| 91 | + "nyc": "15.1.0", |
93 | 92 | "prettier": "2.0.5" |
94 | 93 | }, |
95 | 94 | "scripts": { |
96 | 95 | "definitions": "node ./resources/buildConfigDefinitions.js", |
97 | 96 | "docs": "jsdoc -c ./jsdoc-conf.json", |
98 | | - "dev": "npm run build && node bin/dev", |
99 | 97 | "lint": "flow && eslint --cache ./", |
100 | 98 | "lint-fix": "eslint --fix --cache ./", |
101 | 99 | "build": "babel src/ -d lib/ --copy-files", |
|
0 commit comments