mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-15 06:51:50 -04:00
Merge 17cceca251
into f207757ef0
This commit is contained in:
commit
19973115ff
2 changed files with 18 additions and 5 deletions
21
package-lock.json
generated
21
package-lock.json
generated
|
@ -51,7 +51,7 @@
|
|||
"format-message-cli": "6.2.4",
|
||||
"husky": "8.0.3",
|
||||
"in-publish": "2.0.1",
|
||||
"js-md5": "0.7.3",
|
||||
"js-md5": "0.8.3",
|
||||
"jsdoc": "3.6.11",
|
||||
"json": "^9.0.4",
|
||||
"pngjs": "3.4.0",
|
||||
|
@ -12800,9 +12800,10 @@
|
|||
}
|
||||
},
|
||||
"node_modules/js-md5": {
|
||||
"version": "0.7.3",
|
||||
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
|
||||
"integrity": "sha512-ZC41vPSTLKGwIRjqDh8DfXoCrdQIyBgspJVPXHBGu4nZlAEvG3nf+jO9avM9RmLiGakg7vz974ms99nEV0tmTQ==",
|
||||
"version": "0.8.3",
|
||||
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.8.3.tgz",
|
||||
"integrity": "sha512-qR0HB5uP6wCuRMrWPTrkMaev7MJZwJuuw4fnwAzRgP4J4/F8RwtodOKpGp4XpqsLBFzzgqIO42efFAyz2Et6KQ==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/js-tokens": {
|
||||
|
@ -20239,6 +20240,12 @@
|
|||
"text-encoding": "^0.7.0"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-sb1-converter/node_modules/js-md5": {
|
||||
"version": "0.7.3",
|
||||
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
|
||||
"integrity": "sha512-ZC41vPSTLKGwIRjqDh8DfXoCrdQIyBgspJVPXHBGu4nZlAEvG3nf+jO9avM9RmLiGakg7vz974ms99nEV0tmTQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/scratch-semantic-release-config": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/scratch-semantic-release-config/-/scratch-semantic-release-config-3.0.0.tgz",
|
||||
|
@ -20293,6 +20300,12 @@
|
|||
],
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/scratch-storage/node_modules/js-md5": {
|
||||
"version": "0.7.3",
|
||||
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
|
||||
"integrity": "sha512-ZC41vPSTLKGwIRjqDh8DfXoCrdQIyBgspJVPXHBGu4nZlAEvG3nf+jO9avM9RmLiGakg7vz974ms99nEV0tmTQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/scratch-svg-renderer": {
|
||||
"version": "3.0.112",
|
||||
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.112.tgz",
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"format-message-cli": "6.2.4",
|
||||
"husky": "8.0.3",
|
||||
"in-publish": "2.0.1",
|
||||
"js-md5": "0.7.3",
|
||||
"js-md5": "0.8.3",
|
||||
"jsdoc": "3.6.11",
|
||||
"json": "^9.0.4",
|
||||
"pngjs": "3.4.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue