Change package from ts-ebml to ebml

Uses newer sublibraries. This fixes npm audit problem, issue #99.
This commit is contained in:
N-Pex 2021-04-07 17:06:44 +02:00
parent 910790e98e
commit 7cc51f22bc
3 changed files with 2667 additions and 2769 deletions

View file

@ -147,7 +147,7 @@ import util from "../plugins/utils";
import VoiceRecorderLock from "./VoiceRecorderLock";
require("md-gum-polyfill");
import RecordRTC from "recordrtc";
import {Decoder, tools, Reader} from 'ts-ebml';
import {Decoder, tools, Reader} from 'ebml';
export default {
name: "VoiceRecorder",