mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
fix(deps): update dependency scratch-storage to ^4.0.43
This commit is contained in:
parent
f0227284d4
commit
0f4fdc4b3f
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.6.0",
|
||||
"scratch-parser": "6.0.0",
|
||||
"scratch-storage": "^4.0.42"
|
||||
"scratch-storage": "^4.0.43"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.26.4",
|
||||
|
@ -22975,9 +22975,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-storage": {
|
||||
"version": "4.0.43",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.43.tgz",
|
||||
"integrity": "sha512-r2RixOyHqBQpaPO0uMh/x3RdPi17y58AleM/ezmyPb9OCBdvCUknlk3HL4r72OS4HZU6BKpuEEuYRt0+0Bek1w==",
|
||||
"version": "4.0.44",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.44.tgz",
|
||||
"integrity": "sha512-cBLSaYBaDUU0vPGd+vGHnrtg5zXZX5V6viipviif90q9X1oH22DdgzPKF+bNCCdnUvskhr3IICysP4WEg6eviQ==",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.21.0",
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"react-twitter-embed": "3.0.3",
|
||||
"react-use": "17.6.0",
|
||||
"scratch-parser": "6.0.0",
|
||||
"scratch-storage": "^4.0.42"
|
||||
"scratch-storage": "^4.0.43"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.26.4",
|
||||
|
|
Loading…
Reference in a new issue