mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
fix(deps): update dependency scratch-storage to v2.3.101
This commit is contained in:
parent
e4edf72994
commit
764757107b
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-twitter-embed": "3.0.3",
|
||||||
"react-use": "17.5.0",
|
"react-use": "17.5.0",
|
||||||
"scratch-parser": "5.2.1",
|
"scratch-parser": "5.2.1",
|
||||||
"scratch-storage": "2.3.99"
|
"scratch-storage": "2.3.101"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.24.1",
|
"@babel/cli": "7.24.1",
|
||||||
|
@ -21618,9 +21618,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-storage": {
|
"node_modules/scratch-storage": {
|
||||||
"version": "2.3.99",
|
"version": "2.3.101",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.99.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.101.tgz",
|
||||||
"integrity": "sha512-VVx0VV/7ntRSbobKhQaaQqH7dh6EcPgTFzalqJV/8Cw8YuUoK516ydlE88+LAlc3WHKx44Fy17LBYalSyvgtlw==",
|
"integrity": "sha512-MlIibG7xB18yBe2lT1HNzr7opPyylEIE3t716riKjK8pyiefdTti8T5EIaCz+GNGrJGxDD+CgvViDp5JtT3VHg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.21.0",
|
"@babel/runtime": "^7.21.0",
|
||||||
"arraybuffer-loader": "^1.0.3",
|
"arraybuffer-loader": "^1.0.3",
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
"react-twitter-embed": "3.0.3",
|
"react-twitter-embed": "3.0.3",
|
||||||
"react-use": "17.5.0",
|
"react-use": "17.5.0",
|
||||||
"scratch-parser": "5.2.1",
|
"scratch-parser": "5.2.1",
|
||||||
"scratch-storage": "2.3.99"
|
"scratch-storage": "2.3.101"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.24.1",
|
"@babel/cli": "7.24.1",
|
||||||
|
|
Loading…
Reference in a new issue