mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
fix(deps): update dependency scratch-storage to v2.3.106
This commit is contained in:
parent
f13b2d4b94
commit
e61e66b92a
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -22,7 +22,7 @@
|
|||
"react-twitter-embed": "3.0.3",
|
||||
"react-use": "17.5.0",
|
||||
"scratch-parser": "5.2.1",
|
||||
"scratch-storage": "2.3.105"
|
||||
"scratch-storage": "2.3.106"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.24.5",
|
||||
|
@ -21618,9 +21618,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-storage": {
|
||||
"version": "2.3.105",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.105.tgz",
|
||||
"integrity": "sha512-CBKhZAw0V4M0FrKBJHEesm2p2zrxB1vQSTEkoKmTbfEdYxRSsiTdO3uTTiLMtvidIE65/MSKucy+v2GKGgz8lQ==",
|
||||
"version": "2.3.106",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.106.tgz",
|
||||
"integrity": "sha512-wujhg1Fg3zYDrniLtU4y69ku54OVF3l2QP04ZD3itQOFf7s+ipsK7ZENMIN6/aWOcWN56zAnXgDLWEzJaQ9OwQ==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.21.0",
|
||||
"arraybuffer-loader": "^1.0.3",
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"react-twitter-embed": "3.0.3",
|
||||
"react-use": "17.5.0",
|
||||
"scratch-parser": "5.2.1",
|
||||
"scratch-storage": "2.3.105"
|
||||
"scratch-storage": "2.3.106"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.24.5",
|
||||
|
|
Loading…
Reference in a new issue