mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
fix(deps): update dependency scratch-storage to v2.3.39
This commit is contained in:
parent
526f8dadf2
commit
216b4f10a2
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.38"
|
||||
"scratch-storage": "2.3.39"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.23.9",
|
||||
|
@ -21529,9 +21529,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-storage": {
|
||||
"version": "2.3.38",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.38.tgz",
|
||||
"integrity": "sha512-MBhOWUOoM4r0Qh+o7ZZzKh5fxh+X35zqaeDN+lhUzxsCXPzS+T31T/mS87EhWYpYeIwOL3xe2ZxLgVQrA07gPg==",
|
||||
"version": "2.3.39",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.39.tgz",
|
||||
"integrity": "sha512-3JPsquR1YTwUccYqPfaqYDjHrro6aHlHxtXiIt+6zw0v9jJ57RSQcjifvNBuj/QNUrdqYR8llskEaUXcj9PhmQ==",
|
||||
"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.38"
|
||||
"scratch-storage": "2.3.39"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.23.9",
|
||||
|
|
Loading…
Reference in a new issue