From f9714223231672db6d4a48d91951cb770d59cbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jul 2021 01:15:41 +0000 Subject: [PATCH] Bump microphone-stream from 5.3.1 to 6.0.1 Bumps [microphone-stream](https://github.com/microphone-stream/microphone-stream) from 5.3.1 to 6.0.1. - [Release notes](https://github.com/microphone-stream/microphone-stream/releases) - [Commits](https://github.com/microphone-stream/microphone-stream/compare/v5.3.1...v6.0.1) --- updated-dependencies: - dependency-name: microphone-stream dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index efc476b..70ffbd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "aws-amplify": "^4.2.0", - "microphone-stream": "^5.0.1", + "microphone-stream": "^6.0.1", "react": "^16.12.0", "react-dom": "^16.12.0", "react-gauge-chart": "^0.2.5", @@ -18301,9 +18301,9 @@ } }, "node_modules/microphone-stream": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/microphone-stream/-/microphone-stream-5.3.1.tgz", - "integrity": "sha512-Q0zqZC4GpLVatoT0J7bocVDt2IWRfciF0B32XvAvWCgLX3R7s6VnKZ1mbTefSUpmZ8vcdA2Nz2sFCqAQSGyh6A==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/microphone-stream/-/microphone-stream-6.0.1.tgz", + "integrity": "sha512-yD7B2SfxaB+pLlWLcX4NNk2y81xwCyXGrB7q67nbP/Jq8JpIebX2iQV/M+LNZUleSg0A2cWYpb+wmdDs5nm3Fg==", "dependencies": { "buffer-from": "^1.1.1", "readable-stream": "^3.6.0" @@ -41580,9 +41580,9 @@ } }, "microphone-stream": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/microphone-stream/-/microphone-stream-5.3.1.tgz", - "integrity": "sha512-Q0zqZC4GpLVatoT0J7bocVDt2IWRfciF0B32XvAvWCgLX3R7s6VnKZ1mbTefSUpmZ8vcdA2Nz2sFCqAQSGyh6A==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/microphone-stream/-/microphone-stream-6.0.1.tgz", + "integrity": "sha512-yD7B2SfxaB+pLlWLcX4NNk2y81xwCyXGrB7q67nbP/Jq8JpIebX2iQV/M+LNZUleSg0A2cWYpb+wmdDs5nm3Fg==", "requires": { "buffer-from": "^1.1.1", "readable-stream": "^3.6.0" diff --git a/package.json b/package.json index d67b842..0626d97 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "aws-amplify": "^4.2.0", - "microphone-stream": "^5.0.1", + "microphone-stream": "^6.0.1", "react": "^16.12.0", "react-dom": "^16.12.0", "react-gauge-chart": "^0.2.5",