|
13 | 13 | "author": "Botium GmbH", |
14 | 14 | "license": "MIT", |
15 | 15 | "dependencies": { |
16 | | - "@aws-sdk/client-polly": "^3.48.0", |
17 | | - "@aws-sdk/client-s3": "^3.48.0", |
18 | | - "@aws-sdk/client-transcribe": "^3.48.0", |
19 | | - "@aws-sdk/client-transcribe-streaming": "^3.48.0", |
| 16 | + "@aws-sdk/client-polly": "^3.53.0", |
| 17 | + "@aws-sdk/client-s3": "^3.53.1", |
| 18 | + "@aws-sdk/client-transcribe": "^3.53.0", |
| 19 | + "@aws-sdk/client-transcribe-streaming": "^3.53.0", |
20 | 20 | "@google-cloud/speech": "^4.10.0", |
21 | | - "@google-cloud/storage": "^5.18.0", |
| 21 | + "@google-cloud/storage": "^5.18.2", |
22 | 22 | "@google-cloud/text-to-speech": "^3.4.0", |
23 | | - "body-parser": "^1.19.1", |
| 23 | + "body-parser": "^1.19.2", |
24 | 24 | "cheerio": "^1.0.0-rc.10", |
25 | 25 | "content-disposition": "^0.5.4", |
26 | 26 | "cors": "^2.8.5", |
27 | 27 | "cross-env": "^7.0.3", |
28 | 28 | "debug": "^4.3.3", |
29 | 29 | "dotenv-flow": "^3.2.0", |
30 | | - "express": "^4.17.2", |
| 30 | + "express": "^4.17.3", |
31 | 31 | "express-winston": "^4.2.0", |
32 | 32 | "ibm-watson": "^6.2.2", |
33 | 33 | "lodash": "^4.17.21", |
34 | | - "microsoft-cognitiveservices-speech-sdk": "^1.19.0", |
| 34 | + "microsoft-cognitiveservices-speech-sdk": "^1.20.0", |
35 | 35 | "mkdirp": "^1.0.4", |
36 | 36 | "multer": "^1.4.4", |
37 | 37 | "mustache": "^4.2.0", |
|
42 | 42 | "swagger-jsdoc": "^6.1.0", |
43 | 43 | "swagger-ui-express": "^4.3.0", |
44 | 44 | "uuid": "^8.3.2", |
45 | | - "winston": "^3.4.0", |
| 45 | + "winston": "^3.6.0", |
46 | 46 | "word-error-rate": "^0.0.7", |
47 | | - "ws": "^8.4.2" |
| 47 | + "ws": "^8.5.0" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "eslint": "^8.7.0", |
| 50 | + "eslint": "^8.10.0", |
51 | 51 | "eslint-config-standard": "^16.0.3", |
52 | 52 | "eslint-plugin-import": "^2.25.4", |
53 | 53 | "eslint-plugin-node": "^11.1.0", |
54 | 54 | "eslint-plugin-promise": "^6.0.0", |
55 | 55 | "eslint-plugin-standard": "^5.0.0", |
56 | | - "npm-check-updates": "^12.2.0" |
| 56 | + "npm-check-updates": "^12.4.0" |
57 | 57 | } |
58 | 58 | } |
0 commit comments