|
7 | 7 | "eslint-fix": "eslint --fix src", |
8 | 8 | "start-dev": "cross-env DOTENV_FLOW_PATH=./resources nodemon -w ./resources/.env -w ./resources/.env.local -w ./src/ -x \"node -r dotenv-flow/config\" ./src/server.js", |
9 | 9 | "start-dist": "node -r dotenv-flow/config ./src/server.js", |
10 | | - "jsdoc": "swagger-jsdoc -d ./src/swaggerDef.json -o ./src/swagger.json src/routes.js" |
| 10 | + "jsdoc": "swagger-jsdoc -d ./src/swaggerDef.json -o ./src/swagger.json src/routes.js", |
| 11 | + "update-dependencies": "npm-check-updates -u --timeout 120000" |
11 | 12 | }, |
12 | 13 | "author": "Botium GmbH", |
13 | 14 | "license": "MIT", |
14 | 15 | "dependencies": { |
15 | | - "@google-cloud/speech": "^4.9.0", |
16 | | - "@google-cloud/storage": "^5.16.0", |
17 | | - "@google-cloud/text-to-speech": "^3.3.1", |
18 | | - "body-parser": "^1.19.0", |
| 16 | + "@aws-sdk/client-polly": "^3.47.1", |
| 17 | + "@google-cloud/speech": "^4.10.0", |
| 18 | + "@google-cloud/storage": "^5.18.0", |
| 19 | + "@google-cloud/text-to-speech": "^3.4.0", |
| 20 | + "body-parser": "^1.19.1", |
19 | 21 | "cheerio": "^1.0.0-rc.10", |
20 | | - "content-disposition": "^0.5.3", |
| 22 | + "content-disposition": "^0.5.4", |
21 | 23 | "cors": "^2.8.5", |
22 | 24 | "cross-env": "^7.0.3", |
23 | 25 | "debug": "^4.3.3", |
24 | 26 | "dotenv-flow": "^3.2.0", |
25 | | - "express": "^4.17.1", |
| 27 | + "express": "^4.17.2", |
26 | 28 | "express-winston": "^4.2.0", |
27 | | - "ibm-watson": "^6.2.1", |
| 29 | + "ibm-watson": "^6.2.2", |
28 | 30 | "lodash": "^4.17.21", |
29 | 31 | "microsoft-cognitiveservices-speech-sdk": "^1.19.0", |
30 | 32 | "mkdirp": "^1.0.4", |
31 | | - "multer": "^1.4.3", |
| 33 | + "multer": "^1.4.4", |
32 | 34 | "mustache": "^4.2.0", |
33 | 35 | "nodemon": "^2.0.15", |
34 | 36 | "request": "^2.88.2", |
35 | 37 | "request-promise-native": "^1.0.9", |
36 | 38 | "sanitize-filename": "^1.6.3", |
37 | 39 | "swagger-jsdoc": "^6.1.0", |
38 | | - "swagger-ui-express": "^4.2.0", |
| 40 | + "swagger-ui-express": "^4.3.0", |
39 | 41 | "uuid": "^8.3.2", |
40 | | - "winston": "^3.3.3", |
| 42 | + "winston": "^3.4.0", |
41 | 43 | "word-error-rate": "^0.0.7", |
42 | | - "ws": "^8.3.0" |
| 44 | + "ws": "^8.4.2" |
43 | 45 | }, |
44 | 46 | "devDependencies": { |
45 | | - "eslint": "^8.3.0", |
| 47 | + "eslint": "^8.7.0", |
46 | 48 | "eslint-config-standard": "^16.0.3", |
47 | | - "eslint-plugin-import": "^2.25.3", |
| 49 | + "eslint-plugin-import": "^2.25.4", |
48 | 50 | "eslint-plugin-node": "^11.1.0", |
49 | | - "eslint-plugin-promise": "^5.2.0", |
50 | | - "eslint-plugin-standard": "^5.0.0" |
| 51 | + "eslint-plugin-promise": "^6.0.0", |
| 52 | + "eslint-plugin-standard": "^5.0.0", |
| 53 | + "npm-check-updates": "^12.2.0" |
51 | 54 | } |
52 | 55 | } |
0 commit comments