Change package from ts-ebml to ebml
Uses newer sublibraries. This fixes npm audit problem, issue #99.
This commit is contained in:
parent
910790e98e
commit
7cc51f22bc
3 changed files with 2667 additions and 2769 deletions
5432
package-lock.json
generated
5432
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -12,6 +12,7 @@
|
|||
"axios": "^0.21.0",
|
||||
"core-js": "^3.6.5",
|
||||
"dayjs": "^1.10.3",
|
||||
"ebml": "^3.0.0",
|
||||
"intersection-observer": "^0.11.0",
|
||||
"js-sha256": "^0.9.0",
|
||||
"json-web-key": "^0.4.0",
|
||||
|
|
@ -24,7 +25,6 @@
|
|||
"raw-loader": "^4.0.2",
|
||||
"recordrtc": "^5.6.2",
|
||||
"roboto-fontface": "*",
|
||||
"ts-ebml": "^2.0.2",
|
||||
"v-emoji-picker": "^2.3.1",
|
||||
"vue": "^2.6.11",
|
||||
"vue-clipboard2": "^0.3.1",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue