mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-18 03:27:02 -05:00
fix(deps): update dependency scratch-storage to v4.0.17
This commit is contained in:
parent
b61253bce7
commit
1f8c36a7ef
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -23,7 +23,7 @@
|
|||
"react-twitter-embed": "3.0.3",
|
||||
"react-use": "17.5.1",
|
||||
"scratch-parser": "6.0.0",
|
||||
"scratch-storage": "4.0.15"
|
||||
"scratch-storage": "4.0.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.25.9",
|
||||
|
@ -22649,9 +22649,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-storage": {
|
||||
"version": "4.0.15",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.15.tgz",
|
||||
"integrity": "sha512-DJzv1agc7p4Pq0sPYIBobXvXP08ubQjUCGksJmsZdebLHoiKVLxioxq/+1T1KNQWS91lzGqwjTpX9JFcxFvlvQ==",
|
||||
"version": "4.0.17",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.17.tgz",
|
||||
"integrity": "sha512-VokvWg7ZcV9GSXdDRBZEiGz/2L5A0+lBOHu6px/jMJCXl2kz/7UBvOCWP4+qEVHoW+e6CjVTpJgQmquegHRjTg==",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.21.0",
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"react-twitter-embed": "3.0.3",
|
||||
"react-use": "17.5.1",
|
||||
"scratch-parser": "6.0.0",
|
||||
"scratch-storage": "4.0.15"
|
||||
"scratch-storage": "4.0.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.25.9",
|
||||
|
|
Loading…
Reference in a new issue