mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Merge pull request #4237 from scratchfoundation/renovate/scratch-audio-1.x
fix(deps): update dependency scratch-audio to v1.0.6
This commit is contained in:
commit
ed0b188e47
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",
|
"json": "^9.0.4",
|
||||||
"lodash.defaultsdeep": "4.6.1",
|
"lodash.defaultsdeep": "4.6.1",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-audio": "1.0.3",
|
"scratch-audio": "1.0.6",
|
||||||
"scratch-blocks": "1.1.9",
|
"scratch-blocks": "1.1.9",
|
||||||
"scratch-l10n": "3.18.6",
|
"scratch-l10n": "3.18.6",
|
||||||
"scratch-render": "1.0.7",
|
"scratch-render": "1.0.7",
|
||||||
|
@ -18867,9 +18867,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/scratch-audio": {
|
"node_modules/scratch-audio": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.6.tgz",
|
||||||
"integrity": "sha512-m3A3S8UvvIqLW04QPk9LV+u9ZYkHuqR+7wAO72mxZFOV6+Qwn+wvmTScXJJ/XQDUM9oNuQfzaNh5i9RRBDuC3g==",
|
"integrity": "sha512-Opk3XSgnJ3QXOKiQrUELhI0GvNyy5MSqrb3Na1A0exxDoO37y4qwA4cie99u4j8Bk7JwXoPAPOr0DaIzjT9jVQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"audio-context": "^1.0.1",
|
"audio-context": "^1.0.1",
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
"json": "^9.0.4",
|
"json": "^9.0.4",
|
||||||
"lodash.defaultsdeep": "4.6.1",
|
"lodash.defaultsdeep": "4.6.1",
|
||||||
"pngjs": "3.4.0",
|
"pngjs": "3.4.0",
|
||||||
"scratch-audio": "1.0.3",
|
"scratch-audio": "1.0.6",
|
||||||
"scratch-blocks": "1.1.9",
|
"scratch-blocks": "1.1.9",
|
||||||
"scratch-l10n": "3.18.6",
|
"scratch-l10n": "3.18.6",
|
||||||
"scratch-render": "1.0.7",
|
"scratch-render": "1.0.7",
|
||||||
|
|
Loading…
Reference in a new issue