mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-04-01 18:09:49 -04:00
chore(deps): update dependency js-md5 to v0.8.3
This commit is contained in:
parent
45e1d6b6f1
commit
17cceca251
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",
|
||||
|
@ -12801,9 +12801,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": {
|
||||
|
@ -20237,6 +20238,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",
|
||||
|
@ -20291,6 +20298,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.60",
|
||||
"resolved": "https://registry.npmjs.org/scratch-svg-renderer/-/scratch-svg-renderer-3.0.60.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
Reference in a new issue