mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
fix(deps): update dependency scratch-audio to v1.0.6
This commit is contained in:
parent
fc83965908
commit
31a63f98ca
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -51,7 +51,7 @@
|
|||
"json": "^9.0.4",
|
||||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-audio": "1.0.3",
|
||||
"scratch-audio": "1.0.6",
|
||||
"scratch-blocks": "1.1.9",
|
||||
"scratch-l10n": "3.18.6",
|
||||
"scratch-render": "1.0.7",
|
||||
|
@ -18867,9 +18867,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/scratch-audio": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.3.tgz",
|
||||
"integrity": "sha512-m3A3S8UvvIqLW04QPk9LV+u9ZYkHuqR+7wAO72mxZFOV6+Qwn+wvmTScXJJ/XQDUM9oNuQfzaNh5i9RRBDuC3g==",
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.6.tgz",
|
||||
"integrity": "sha512-Opk3XSgnJ3QXOKiQrUELhI0GvNyy5MSqrb3Na1A0exxDoO37y4qwA4cie99u4j8Bk7JwXoPAPOr0DaIzjT9jVQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"audio-context": "^1.0.1",
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
"json": "^9.0.4",
|
||||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-audio": "1.0.3",
|
||||
"scratch-audio": "1.0.6",
|
||||
"scratch-blocks": "1.1.9",
|
||||
"scratch-l10n": "3.18.6",
|
||||
"scratch-render": "1.0.7",
|
||||
|
|
Loading…
Reference in a new issue