Merge pull request from scratchfoundation/renovate/scratch-storage-4.x

fix(deps): update dependency scratch-storage to ^4.0.131
This commit is contained in:
renovate[bot] 2025-05-08 11:07:42 +00:00 committed by GitHub
commit 37cf0056db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -23,7 +23,7 @@
"react-twitter-embed": "3.0.3", "react-twitter-embed": "3.0.3",
"react-use": "17.6.0", "react-use": "17.6.0",
"scratch-parser": "6.0.0", "scratch-parser": "6.0.0",
"scratch-storage": "^4.0.130" "scratch-storage": "^4.0.131"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.27.1", "@babel/cli": "7.27.1",
@ -22743,9 +22743,9 @@
} }
}, },
"node_modules/scratch-storage": { "node_modules/scratch-storage": {
"version": "4.0.131", "version": "4.0.132",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.131.tgz", "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.132.tgz",
"integrity": "sha512-ovJOuWZ/018Eq1Is3sxw3dA3OjQ3Tdb3/U86tAn1J0R8vcdtQscQcUYOrujfwGXjWaCg5z8rAKuHzIV2Tf4qRQ==", "integrity": "sha512-1SEQ259Ch9IVt2iE52CCZzDNk47+r3PA+Wo9AWhbioi3Usm5UO1qRUQTvoXmB07WnCc2KpQAcq+SP1t2wrpuvA==",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.21.0",

View file

@ -58,7 +58,7 @@
"react-twitter-embed": "3.0.3", "react-twitter-embed": "3.0.3",
"react-use": "17.6.0", "react-use": "17.6.0",
"scratch-parser": "6.0.0", "scratch-parser": "6.0.0",
"scratch-storage": "^4.0.130" "scratch-storage": "^4.0.131"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.27.1", "@babel/cli": "7.27.1",