mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Merge pull request #8384 from scratchfoundation/renovate/scratch-storage-2.x
fix(deps): update dependency scratch-storage to v2.3.125
This commit is contained in:
commit
2a71db7c1c
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.124"
|
||||
"scratch-storage": "2.3.125"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.24.5",
|
||||
|
@ -23263,9 +23263,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-storage": {
|
||||
"version": "2.3.124",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.124.tgz",
|
||||
"integrity": "sha512-suF44qBulxd6E1bFgZbG8tGEMn9SWCsxjXMqVUj8V1sS+5L8piCenIsWSHYcdj6FwerJW/L0Kzx1iYS0nIyhRA==",
|
||||
"version": "2.3.125",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.125.tgz",
|
||||
"integrity": "sha512-DotxeIqdVoXr1sPjdxRhGwi2M8GlXlJFQXQVmCVEF3KYkn0xLTYo+93cA5A9oQ09ADfjkFua8uwi+vku/lUUlA==",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.21.0",
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"react-twitter-embed": "3.0.3",
|
||||
"react-use": "17.5.0",
|
||||
"scratch-parser": "5.2.1",
|
||||
"scratch-storage": "2.3.124"
|
||||
"scratch-storage": "2.3.125"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.24.5",
|
||||
|
|
Loading…
Reference in a new issue