|
1 | 1 | {
|
2 | 2 | "name": "parse-server",
|
3 |
| - "version": "8.2.1-alpha.1", |
| 3 | + "version": "8.2.1", |
4 | 4 | "description": "An express module providing a Parse-compatible API server",
|
5 | 5 | "main": "lib/index.js",
|
6 | 6 | "repository": {
|
|
20 | 20 | ],
|
21 | 21 | "license": "Apache-2.0",
|
22 | 22 | "dependencies": {
|
23 |
| - "@apollo/server": "4.12.0", |
| 23 | + "@apollo/server": "4.12.1", |
24 | 24 | "@babel/eslint-parser": "7.27.1",
|
25 | 25 | "@graphql-tools/merge": "9.0.24",
|
26 | 26 | "@graphql-tools/schema": "10.0.23",
|
|
46 | 46 | "lodash": "4.17.21",
|
47 | 47 | "lru-cache": "10.4.0",
|
48 | 48 | "mime": "4.0.7",
|
49 |
| - "mongodb": "6.16.0", |
| 49 | + "mongodb": "6.17.0", |
50 | 50 | "mustache": "4.2.0",
|
51 | 51 | "otpauth": "9.4.0",
|
52 | 52 | "parse": "6.1.1",
|
|
58 | 58 | "rate-limit-redis": "4.2.0",
|
59 | 59 | "redis": "4.7.0",
|
60 | 60 | "router": "2.2.0",
|
61 |
| - "semver": "7.7.1", |
| 61 | + "semver": "7.7.2", |
62 | 62 | "subscriptions-transport-ws": "0.11.0",
|
63 | 63 | "tv4": "1.3.0",
|
64 | 64 | "uuid": "11.1.0",
|
65 | 65 | "winston": "3.17.0",
|
66 | 66 | "winston-daily-rotate-file": "5.0.0",
|
67 |
| - "ws": "8.18.1" |
| 67 | + "ws": "8.18.2" |
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
70 | 70 | "@actions/core": "1.11.1",
|
71 |
| - "@apollo/client": "3.13.7", |
| 71 | + "@apollo/client": "3.13.8", |
72 | 72 | "@babel/cli": "7.27.0",
|
73 |
| - "@babel/core": "7.27.1", |
| 73 | + "@babel/core": "7.27.4", |
74 | 74 | "@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
75 | 75 | "@babel/plugin-transform-flow-strip-types": "7.26.5",
|
76 |
| - "@babel/preset-env": "7.26.9", |
| 76 | + "@babel/preset-env": "7.27.2", |
77 | 77 | "@babel/preset-typescript": "7.27.1",
|
78 | 78 | "@saithodev/semantic-release-backmerge": "4.0.1",
|
79 | 79 | "@semantic-release/changelog": "6.0.3",
|
|
87 | 87 | "clean-jsdoc-theme": "4.3.0",
|
88 | 88 | "cross-env": "7.0.3",
|
89 | 89 | "deep-diff": "1.0.2",
|
90 |
| - "eslint": "9.25.1", |
| 90 | + "eslint": "9.27.0", |
91 | 91 | "eslint-plugin-expect-type": "0.6.2",
|
92 |
| - "flow-bin": "0.266.1", |
93 |
| - "form-data": "4.0.2", |
94 |
| - "globals": "16.1.0", |
| 92 | + "flow-bin": "0.271.0", |
| 93 | + "form-data": "4.0.3", |
| 94 | + "globals": "16.2.0", |
95 | 95 | "graphql-tag": "2.12.6",
|
96 | 96 | "husky": "9.1.7",
|
97 |
| - "jasmine": "5.6.0", |
| 97 | + "jasmine": "5.7.1", |
98 | 98 | "jasmine-spec-reporter": "7.0.0",
|
99 | 99 | "jsdoc": "4.0.4",
|
100 | 100 | "jsdoc-babel": "0.5.0",
|
101 |
| - "lint-staged": "15.5.1", |
| 101 | + "lint-staged": "16.1.0", |
102 | 102 | "m": "1.9.1",
|
103 | 103 | "madge": "8.0.0",
|
104 | 104 | "mock-files-adapter": "file:spec/dependencies/mock-files-adapter",
|
105 | 105 | "mock-mail-adapter": "file:spec/dependencies/mock-mail-adapter",
|
106 |
| - "mongodb-runner": "5.8.2", |
| 106 | + "mongodb-runner": "5.8.3", |
107 | 107 | "node-abort-controller": "3.1.1",
|
108 | 108 | "node-fetch": "3.2.10",
|
109 | 109 | "nyc": "17.1.0",
|
110 | 110 | "prettier": "2.0.5",
|
111 |
| - "semantic-release": "24.2.3", |
| 111 | + "semantic-release": "24.2.5", |
112 | 112 | "typescript": "5.8.3",
|
113 |
| - "typescript-eslint": "8.29.0", |
114 |
| - "yaml": "2.7.1" |
| 113 | + "typescript-eslint": "8.33.1", |
| 114 | + "yaml": "2.8.0" |
115 | 115 | },
|
116 | 116 | "scripts": {
|
117 | 117 | "ci:check": "node ./ci/ciCheck.js",
|
|
0 commit comments