mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #4274 from scratchfoundation/renovate/lock-file-maintenance
fix(deps): lock file maintenance
This commit is contained in:
commit
efe96a37b6
1 changed files with 6 additions and 6 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -17265,9 +17265,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/scratch-audio": {
|
||||
"version": "1.0.12",
|
||||
"resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.12.tgz",
|
||||
"integrity": "sha512-sdAbEYUGTebotTKet5oRA96oomUOH4tkNwmvlRQhuiHNfYwNHFe/rQafr9Qo+rv6KufaC+EykSomL2XAgNWLQw==",
|
||||
"version": "1.0.13",
|
||||
"resolved": "https://registry.npmjs.org/scratch-audio/-/scratch-audio-1.0.13.tgz",
|
||||
"integrity": "sha512-14wkBt8eFt0q6tqLvdKBzUDrheedcPFadkf1SAiX1ou7URDfKa7t5XfzlI8VJWqtED+V0hp/eT0XUpxl0Hek3A==",
|
||||
"dependencies": {
|
||||
"audio-context": "^1.0.1",
|
||||
"minilog": "^3.0.1",
|
||||
|
@ -17412,9 +17412,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-storage": {
|
||||
"version": "2.3.13",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.13.tgz",
|
||||
"integrity": "sha512-sP6H31Io1pgfDrCr3zpP7sJF8iahnOEeK9CeS+tWcC4SLjn2pkBMCZsmg2FgTbTdOA5RJEEohcLOzlQIiETwZQ==",
|
||||
"version": "2.3.14",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.14.tgz",
|
||||
"integrity": "sha512-jFMJ8AFBfuoJU5qJPFqvXgoxK0+ygs1l5+hNxGQMiTDEeZrKFWiDgKnMMBZiTb8o3YudS9QHaS8T9G/7WLRt/Q==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.21.0",
|
||||
"arraybuffer-loader": "^1.0.3",
|
||||
|
|
Loading…
Reference in a new issue