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:
renovate[bot] 2024-02-22 00:42:30 +00:00 committed by GitHub
commit f520060b9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -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": {

View file

@ -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",