From 16588081885278397168c9248c33cbeb906f3a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:31:04 +0000 Subject: [PATCH] build: bump microsoft-cognitiveservices-speech-sdk in /code/frontend Bumps [microsoft-cognitiveservices-speech-sdk](https://github.com/Microsoft/cognitive-services-speech-sdk-js) from 1.41.0 to 1.42.0. - [Release notes](https://github.com/Microsoft/cognitive-services-speech-sdk-js/releases) - [Commits](https://github.com/Microsoft/cognitive-services-speech-sdk-js/commits) --- updated-dependencies: - dependency-name: microsoft-cognitiveservices-speech-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- code/frontend/package-lock.json | 8 ++++---- code/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/frontend/package-lock.json b/code/frontend/package-lock.json index 163369b49..260a453ec 100644 --- a/code/frontend/package-lock.json +++ b/code/frontend/package-lock.json @@ -16,7 +16,7 @@ "@fortawesome/react-fontawesome": "github:fortawesome/react-fontawesome", "lodash": "^4.17.21", "lodash-es": "^4.17.21", - "microsoft-cognitiveservices-speech-sdk": "^1.41.0", + "microsoft-cognitiveservices-speech-sdk": "^1.42.0", "postcss": "^8.4.48", "react": "^18.2.0", "react-dom": "^18.3.1", @@ -3228,9 +3228,9 @@ ] }, "node_modules/microsoft-cognitiveservices-speech-sdk": { - "version": "1.41.0", - "resolved": "https://registry.npmjs.org/microsoft-cognitiveservices-speech-sdk/-/microsoft-cognitiveservices-speech-sdk-1.41.0.tgz", - "integrity": "sha512-96jyuCBK5TDQm9sHriYuR0UeJ5OsE2WuggDgYSn8L72AsgmjOZxM2BlxgS5BLZuwhIOw91KSc6l1eoTqs+zwfg==", + "version": "1.42.0", + "resolved": "https://registry.npmjs.org/microsoft-cognitiveservices-speech-sdk/-/microsoft-cognitiveservices-speech-sdk-1.42.0.tgz", + "integrity": "sha512-ERrS1rwPPCN1foOwlJv3XmKO4NtBchjW+zYPQBgv4ffRfh87DcxuISXICPDjvlAU61w/r+y6p1W0pnX3gwVZ7A==", "dependencies": { "@types/webrtc": "^0.0.37", "agent-base": "^6.0.1", diff --git a/code/frontend/package.json b/code/frontend/package.json index acacf26a2..bff2ab408 100644 --- a/code/frontend/package.json +++ b/code/frontend/package.json @@ -18,7 +18,7 @@ "@fortawesome/react-fontawesome": "github:fortawesome/react-fontawesome", "lodash": "^4.17.21", "lodash-es": "^4.17.21", - "microsoft-cognitiveservices-speech-sdk": "^1.41.0", + "microsoft-cognitiveservices-speech-sdk": "^1.42.0", "postcss": "^8.4.48", "react": "^18.2.0", "react-dom": "^18.3.1",