|
35 | 35 | "dependencies": { |
36 | 36 | "@aws-sdk/client-s3": "^3.968.0", |
37 | 37 | "@aws-sdk/s3-request-presigner": "^3.968.0", |
38 | | - "@google-cloud/storage": "^7.1.0", |
| 38 | + "@google-cloud/storage": "^7.19.0", |
39 | 39 | "@grpc/grpc-js": "^1.9.3", |
40 | | - "@grpc/proto-loader": "^0.7.9", |
| 40 | + "@grpc/proto-loader": "^0.8.1", |
41 | 41 | "@opentelemetry/api": "^1.6.0", |
42 | 42 | "@opentelemetry/core": "^1.17.0", |
43 | 43 | "@opentelemetry/exporter-trace-otlp-http": "^0.43.0", |
|
55 | 55 | "@ory/client": "^1.2.6", |
56 | 56 | "@sendgrid/mail": "^8.1.5", |
57 | 57 | "@t3-oss/env-core": "^0.6.1", |
58 | | - "ajv": "^8.12.0", |
| 58 | + "ajv": "^8.18.0", |
59 | 59 | "api": "^6.1.1", |
60 | 60 | "apollo-server-core": "^3.12.1", |
61 | 61 | "apollo-server-errors": "^3.3.1", |
62 | 62 | "apollo-server-express": "^3.12.1", |
63 | | - "axios": "^1.5.0", |
| 63 | + "axios": "^1.16.0", |
64 | 64 | "basic-auth": "^2.0.1", |
65 | 65 | "bip32": "^4.0.0", |
66 | 66 | "bitcoin-cli-ts": "^24.0.3", |
67 | 67 | "bitcoinjs-lib": "^6.1.4", |
68 | | - "body-parser": "^1.20.1", |
| 68 | + "body-parser": "^1.20.3", |
69 | 69 | "bolt11": "^1.4.1", |
70 | | - "cookie": "^0.5.0", |
| 70 | + "cookie": "^0.7.0", |
71 | 71 | "cookie-parser": "^1.4.6", |
72 | 72 | "cors": "^2.8.5", |
73 | 73 | "csv-writer": "^1.6.0", |
74 | 74 | "dataloader": "^2.2.2", |
75 | 75 | "dedent": "^1.5.1", |
76 | 76 | "dotenv": "^16.3.1", |
77 | | - "express": "^4.18.2", |
| 77 | + "express": "^4.21.2", |
78 | 78 | "express-jwt": "^8.4.1", |
79 | 79 | "firebase-admin": "^11.9.0", |
80 | 80 | "form-data": "^4.0.2", |
|
95 | 95 | "ioredis": "^5.3.2", |
96 | 96 | "ioredis-cache": "^2.0.0", |
97 | 97 | "ipaddr.js": "^2.1.0", |
98 | | - "js-yaml": "^4.1.0", |
99 | | - "jsonwebtoken": "^9.0.2", |
| 98 | + "js-yaml": "^4.1.1", |
| 99 | + "jsonwebtoken": "^9.0.3", |
100 | 100 | "jwks-rsa": "^3.0.1", |
101 | 101 | "knex": "^2.5.1", |
102 | 102 | "libphonenumber-js": "^1.10.44", |
|
109 | 109 | "lodash.mergewith": "^4.6.2", |
110 | 110 | "lodash.sortby": "^4.7.0", |
111 | 111 | "lodash.sumby": "^4.6.0", |
112 | | - "medici": "^6.2.0", |
113 | | - "mongoose": "^7.8.4", |
| 112 | + "medici": "^7.2.0", |
| 113 | + "mongoose": "^7.8.9", |
114 | 114 | "node-cache": "^5.1.2", |
115 | 115 | "nostr-tools": "^2.17.0", |
116 | 116 | "pg": "^8.11.3", |
|
124 | 124 | "svix": "^1.12.0", |
125 | 125 | "twilio": "^4.17.0", |
126 | 126 | "uuid-by-string": "^4.0.0", |
127 | | - "ws": "^8.14.1", |
| 127 | + "ws": "^8.17.1", |
128 | 128 | "yargs": "^17.7.2", |
129 | 129 | "zod": "^3.22.2" |
130 | 130 | }, |
|
203 | 203 | "zen-observable-ts": "^1.1.0" |
204 | 204 | }, |
205 | 205 | "resolutions": { |
206 | | - "protobufjs": "7.2.5", |
| 206 | + "protobufjs": "7.5.5", |
207 | 207 | "http-cache-semantics": "4.1.1", |
208 | 208 | "import-in-the-middle": "1.4.2", |
209 | | - "**/**/mongoose": "~7.5.1" |
| 209 | + "**/protobufjs": "7.5.5", |
| 210 | + "**/fast-xml-parser": "5.7.3", |
| 211 | + "**/jws": "4.0.1", |
| 212 | + "**/node-forge": "1.4.0", |
| 213 | + "**/path-to-regexp": "0.1.13", |
| 214 | + "**/qs": "6.15.1", |
| 215 | + "**/tar": "7.5.11", |
| 216 | + "**/picomatch": "2.3.2", |
| 217 | + "**/follow-redirects": "1.16.0", |
| 218 | + "**/js-yaml": "4.1.1", |
| 219 | + "**/mongoose": "7.8.9", |
| 220 | + "**/axios": "1.16.0", |
| 221 | + "**/body-parser": "1.20.3", |
| 222 | + "**/ws": "8.20.0", |
| 223 | + "**/handlebars": "4.7.9", |
| 224 | + "**/immutable": "5.1.5", |
| 225 | + "**/fast-uri": "3.1.2", |
| 226 | + "**/glob": "10.5.0", |
| 227 | + "**/flatted": "3.4.2", |
| 228 | + "**/jsonpath": "1.3.0", |
| 229 | + "**/sjcl": "1.0.9", |
| 230 | + "**/undici": "6.24.0", |
| 231 | + "**/lodash": "4.18.1", |
| 232 | + "**/lodash-es": "4.18.1", |
| 233 | + "**/@babel/plugin-transform-modules-systemjs": "7.29.4", |
| 234 | + "**/underscore": "1.13.8", |
| 235 | + "**/@typescript-eslint/typescript-estree/minimatch": "9.0.9", |
| 236 | + "**/editorconfig/minimatch": "9.0.9", |
| 237 | + "**/grunt/minimatch": "3.1.4", |
| 238 | + "**/globule/minimatch": "3.1.4" |
210 | 239 | }, |
211 | 240 | "private": true |
212 | 241 | } |
0 commit comments