mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 07:00:25 -04:00
fix(deps): update dependency scratch-storage to ^4.0.78
This commit is contained in:
parent
20fcb95dec
commit
b491ddbcee
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.76"
|
||||
"scratch-storage": "^4.0.78"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.26.4",
|
||||
|
@ -22959,9 +22959,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-storage": {
|
||||
"version": "4.0.78",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.78.tgz",
|
||||
"integrity": "sha512-ZoPZ/VWKdfXd2RQexQOoMAuzgTn3b3KXwoFzXV1TXxwPxdmdaXZ22XnT/YyXmneHx/dxntj0Dyy2gnkrAo97oQ==",
|
||||
"version": "4.0.79",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.79.tgz",
|
||||
"integrity": "sha512-ULCvNZUEWdJKVx3HYzOJpIFHOqgxX3rbXYQ5cbOY3t5moklLt2vTJAYVXZ+dQ5VzD8EUdJmWamtlexYr0BE0Lg==",
|
||||
"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.76"
|
||||
"scratch-storage": "^4.0.78"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.26.4",
|
||||
|
|
Loading…
Reference in a new issue