mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #4230 from scratchfoundation/renovate/scratch-audio-1.x
fix(deps): update dependency scratch-audio to v1.0.1
This commit is contained in:
commit
f520060b9b
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
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.0",
|
||||
"scratch-audio": "1.0.1",
|
||||
"scratch-blocks": "1.1.6",
|
||||
"scratch-l10n": "3.18.6",
|
||||
"scratch-render": "1.0.2",
|
||||
|
@ -18867,14 +18867,14 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/scratch-audio": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.0.tgz",
|
||||
"integrity": "sha512-6CMK6vSCM8SfFK+tfmcCZpVyYU3mzkg3NpInDEDpsVWpss9saTedL4JcfEnBtpiP6Vjdl88DDA7NLUvTdlD7Jg==",
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.1.tgz",
|
||||
"integrity": "sha512-uCN74JnU403nDBAEvVgcbNiyOSV6/Jw7b37LdPGZMV5MaADZtUncxUTbMszdKhgUI1k25Ml/wJuPxb2fLjOl3g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"audio-context": "1.0.1",
|
||||
"audio-context": "^1.0.1",
|
||||
"minilog": "^3.0.1",
|
||||
"startaudiocontext": "1.2.1"
|
||||
"startaudiocontext": "^1.2.1"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
"json": "^9.0.4",
|
||||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.4.0",
|
||||
"scratch-audio": "1.0.0",
|
||||
"scratch-audio": "1.0.1",
|
||||
"scratch-blocks": "1.1.6",
|
||||
"scratch-l10n": "3.18.6",
|
||||
"scratch-render": "1.0.2",
|
||||
|
|
Loading…
Reference in a new issue