|
58 | 58 | "cli-color": "2.0.2", |
59 | 59 | "cors": "2.8.5", |
60 | 60 | "express": "4.18.1", |
61 | | - "fast-json-stringify": "4.2.0", |
| 61 | + "fast-json-stringify": "5.0.1", |
62 | 62 | "fast-safe-stringify": "2.1.1", |
63 | 63 | "graphql-subscriptions": "2.0.0", |
64 | 64 | "iterare": "1.2.1", |
|
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | 74 | "@codechecks/client": "0.1.12", |
75 | | - "@commitlint/cli": "17.0.2", |
| 75 | + "@commitlint/cli": "17.0.3", |
76 | 76 | "@commitlint/config-angular": "17.0.0", |
77 | 77 | "@fastify/cors": "^8.0.0", |
78 | 78 | "@fastify/formbody": "7.0.1", |
|
81 | 81 | "@fastify/static": "5.0.0", |
82 | 82 | "@grpc/grpc-js": "1.6.7", |
83 | 83 | "@grpc/proto-loader": "0.6.13", |
84 | | - "@nestjs/apollo": "10.0.14", |
85 | | - "@nestjs/graphql": "10.0.15", |
| 84 | + "@nestjs/apollo": "10.0.16", |
| 85 | + "@nestjs/graphql": "10.0.16", |
86 | 86 | "@nestjs/mongoose": "9.1.1", |
87 | 87 | "@nestjs/typeorm": "8.0.4", |
88 | 88 | "@types/amqplib": "0.8.2", |
|
95 | 95 | "@types/gulp": "4.0.9", |
96 | 96 | "@types/http-errors": "1.8.2", |
97 | 97 | "@types/mocha": "9.1.1", |
98 | | - "@types/node": "17.0.43", |
| 98 | + "@types/node": "18.0.0", |
| 99 | + "@types/redis": "4.0.11", |
99 | 100 | "@types/reflect-metadata": "0.1.0", |
100 | 101 | "@types/sinon": "10.0.11", |
101 | 102 | "@types/supertest": "2.0.12", |
|
104 | 105 | "@typescript-eslint/parser": "4.33.0", |
105 | 106 | "amqp-connection-manager": "4.1.3", |
106 | 107 | "amqplib": "0.10.0", |
107 | | - "apollo-server-core": "3.8.2", |
108 | | - "apollo-server-express": "3.8.2", |
| 108 | + "apollo-server-core": "3.9.0", |
| 109 | + "apollo-server-express": "3.9.0", |
109 | 110 | "artillery": "1.7.9", |
110 | 111 | "body-parser": "1.20.0", |
111 | 112 | "bytes": "3.1.2", |
|
117 | 118 | "commitlint-circle": "1.0.0", |
118 | 119 | "concurrently": "7.2.2", |
119 | 120 | "conventional-changelog": "3.1.25", |
120 | | - "core-js": "3.23.1", |
| 121 | + "core-js": "3.23.3", |
121 | 122 | "coveralls": "3.1.1", |
122 | 123 | "delete-empty": "3.0.0", |
123 | 124 | "engine.io-client": "6.2.2", |
|
128 | 129 | "fancy-log": "2.0.0", |
129 | 130 | "fastify": "4.0.2", |
130 | 131 | "graphql": "15.8.0", |
131 | | - "graphql-tools": "8.2.12", |
| 132 | + "graphql-tools": "8.2.13", |
132 | 133 | "gulp": "4.0.2", |
133 | 134 | "gulp-clang-format": "1.0.27", |
134 | 135 | "gulp-clean": "0.4.0", |
|
144 | 145 | "lerna": "2.11.0", |
145 | 146 | "lerna-changelog": "2.2.0", |
146 | 147 | "light-my-request": "5.0.0", |
147 | | - "lint-staged": "13.0.1", |
| 148 | + "lint-staged": "13.0.3", |
148 | 149 | "markdown-table": "2.0.0", |
149 | 150 | "merge-graphql-schemas": "1.7.8", |
| 151 | + "middie": "6.1.0", |
150 | 152 | "mocha": "10.0.0", |
151 | | - "mongoose": "6.3.8", |
| 153 | + "mongoose": "6.4.0", |
152 | 154 | "mqtt": "4.3.7", |
153 | 155 | "multer": "1.4.4", |
154 | 156 | "mysql2": "2.3.3", |
155 | 157 | "nats": "2.7.1", |
156 | | - "nodemon": "2.0.16", |
| 158 | + "nodemon": "2.0.18", |
157 | 159 | "nyc": "15.1.0", |
158 | 160 | "point-of-view": "6.3.0", |
159 | | - "prettier": "2.7.0", |
| 161 | + "prettier": "2.7.1", |
160 | 162 | "redis": "3.1.2", |
161 | 163 | "rxjs-compat": "6.6.7", |
162 | 164 | "sinon": "14.0.0", |
|
167 | 169 | "ts-morph": "15.1.0", |
168 | 170 | "ts-node": "10.8.1", |
169 | 171 | "typeorm": "0.2.45", |
170 | | - "typescript": "4.7.3", |
| 172 | + "typescript": "4.7.4", |
171 | 173 | "wrk": "1.2.1", |
172 | 174 | "ws": "8.8.0" |
173 | 175 | }, |
|
0 commit comments