Skip to content

Commit 52f56c8

Browse files
author
botium-build
committed
Version Bump
1 parent 362b211 commit 52f56c8

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

frontend/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
"author": "Botium GmbH",
1414
"license": "MIT",
1515
"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",
2020
"@google-cloud/speech": "^4.10.0",
21-
"@google-cloud/storage": "^5.18.0",
21+
"@google-cloud/storage": "^5.18.2",
2222
"@google-cloud/text-to-speech": "^3.4.0",
23-
"body-parser": "^1.19.1",
23+
"body-parser": "^1.19.2",
2424
"cheerio": "^1.0.0-rc.10",
2525
"content-disposition": "^0.5.4",
2626
"cors": "^2.8.5",
2727
"cross-env": "^7.0.3",
2828
"debug": "^4.3.3",
2929
"dotenv-flow": "^3.2.0",
30-
"express": "^4.17.2",
30+
"express": "^4.17.3",
3131
"express-winston": "^4.2.0",
3232
"ibm-watson": "^6.2.2",
3333
"lodash": "^4.17.21",
34-
"microsoft-cognitiveservices-speech-sdk": "^1.19.0",
34+
"microsoft-cognitiveservices-speech-sdk": "^1.20.0",
3535
"mkdirp": "^1.0.4",
3636
"multer": "^1.4.4",
3737
"mustache": "^4.2.0",
@@ -42,17 +42,17 @@
4242
"swagger-jsdoc": "^6.1.0",
4343
"swagger-ui-express": "^4.3.0",
4444
"uuid": "^8.3.2",
45-
"winston": "^3.4.0",
45+
"winston": "^3.6.0",
4646
"word-error-rate": "^0.0.7",
47-
"ws": "^8.4.2"
47+
"ws": "^8.5.0"
4848
},
4949
"devDependencies": {
50-
"eslint": "^8.7.0",
50+
"eslint": "^8.10.0",
5151
"eslint-config-standard": "^16.0.3",
5252
"eslint-plugin-import": "^2.25.4",
5353
"eslint-plugin-node": "^11.1.0",
5454
"eslint-plugin-promise": "^6.0.0",
5555
"eslint-plugin-standard": "^5.0.0",
56-
"npm-check-updates": "^12.2.0"
56+
"npm-check-updates": "^12.4.0"
5757
}
5858
}

frontend/src/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "Botium Speech Processing API",
5-
"version": "1.3.0",
5+
"version": "1.4.0",
66
"description": "Botium Speech Processing API"
77
},
88
"basePath": "/",

frontend/src/swaggerDef.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "Botium Speech Processing API",
5-
"version": "1.3.0",
5+
"version": "1.4.0",
66
"description": "Botium Speech Processing API"
77
},
88
"basePath": "/"

0 commit comments

Comments
 (0)