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.205
This commit is contained in:
parent
74fa2c279b
commit
d65ed797c2
2 changed files with 6 additions and 5 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -22,7 +22,7 @@
|
||||||
"react-twitter-embed": "3.0.3",
|
"react-twitter-embed": "3.0.3",
|
||||||
"react-use": "17.5.1",
|
"react-use": "17.5.1",
|
||||||
"scratch-parser": "5.2.1",
|
"scratch-parser": "5.2.1",
|
||||||
"scratch-storage": "2.3.204"
|
"scratch-storage": "2.3.205"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.24.8",
|
"@babel/cli": "7.24.8",
|
||||||
|
@ -22847,9 +22847,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-storage": {
|
"node_modules/scratch-storage": {
|
||||||
"version": "2.3.204",
|
"version": "2.3.205",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.204.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.205.tgz",
|
||||||
"integrity": "sha512-SzVEhGxP9JJpMeiUZmmEN1fqCRKpG9c9855bDGG7cjK+2ZKHt8VXU/o4hFHOkK3lmN0WS1sJsQeo6itY7MQgqQ==",
|
"integrity": "sha512-Ovr1ROWnYLgH8kqgxwligRoTz0kkDDSZxLSCKxXag6CFFBWuhmhy24GezcAgb0DVf5IfTjTX0BDSHgOyt7vZTQ==",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.21.0",
|
"@babel/runtime": "^7.21.0",
|
||||||
"arraybuffer-loader": "^1.0.3",
|
"arraybuffer-loader": "^1.0.3",
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
"react-twitter-embed": "3.0.3",
|
"react-twitter-embed": "3.0.3",
|
||||||
"react-use": "17.5.1",
|
"react-use": "17.5.1",
|
||||||
"scratch-parser": "5.2.1",
|
"scratch-parser": "5.2.1",
|
||||||
"scratch-storage": "2.3.204"
|
"scratch-storage": "2.3.205"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.24.8",
|
"@babel/cli": "7.24.8",
|
||||||
|
|
Loading…
Reference in a new issue