mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
fix(deps): update dependency scratch-storage to v2.3.11
This commit is contained in:
parent
e1d6193169
commit
31decbdbeb
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.10"
|
||||
"scratch-storage": "2.3.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.23.9",
|
||||
|
@ -21418,9 +21418,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-storage": {
|
||||
"version": "2.3.10",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.10.tgz",
|
||||
"integrity": "sha512-lhhTnu4rF5baPNYeH7D+r1BDTwNf/m6ek+3ilzPei101Yo51x1o+zwzInph9tGGxIHvIC9363IpdEWtVpJeFTA==",
|
||||
"version": "2.3.11",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.11.tgz",
|
||||
"integrity": "sha512-U/kWhKdZi9D4P/qy1wclJKye5PhqSF6g9OR5vOp4wPzr8vDhDYJqn5hCkm4IKo8hrj2U0+tO5n7dS+Fa4/w00A==",
|
||||
"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.10"
|
||||
"scratch-storage": "2.3.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.23.9",
|
||||
|
|
Loading…
Reference in a new issue