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",