Skip to content

Commit 15867dd

Browse files
authored
fix(security): Update all dependencies to latest
2 parents 46515fc + ae3495e commit 15867dd

File tree

6 files changed

+3413
-2991
lines changed

6 files changed

+3413
-2991
lines changed

examples/basic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ <h2 class="title">Recordings</h2>
3333
</div>
3434
</main>
3535
</body>
36-
<script src="https://unpkg.com/mp3-mediarecorder@4.0.0-alpha.2"></script>
36+
<script src="https://unpkg.com/mp3-mediarecorder@4.0.0"></script>
3737
<script src="index.js"></script>
3838
</html>

examples/basic/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
importScripts('https://unpkg.com/mp3-mediarecorder@4.0.0-alpha.2/worker/index.umd.js');
1+
importScripts('https://unpkg.com/mp3-mediarecorder@4.0.0/worker/index.umd.js');
22
self.mp3EncoderWorker.initMp3MediaEncoder({ vmsgWasmUrl: 'https://unpkg.com/vmsg@0.3.6/vmsg.wasm' });

examples/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"classcat": "^4.0.2",
7-
"mp3-mediarecorder": "4.0.0-alpha.2",
8-
"react": "^16.12.0",
9-
"react-dom": "^16.12.0",
10-
"react-scripts": "3.3.0"
6+
"classcat": "4.0.2",
7+
"mp3-mediarecorder": "4.0.0",
8+
"react": "16.13.0",
9+
"react-dom": "16.13.0",
10+
"react-scripts": "3.4.0"
1111
},
1212
"scripts": {
1313
"start": "react-scripts start",
@@ -31,6 +31,6 @@
3131
]
3232
},
3333
"devDependencies": {
34-
"workerize-loader": "^1.1.0"
34+
"workerize-loader": "1.1.0"
3535
}
3636
}

0 commit comments

Comments
 (0)