Merge pull request #8211 from scratchfoundation/renovate/scratch-storage-2.x

fix(deps): update dependency scratch-storage to v2.3.63
This commit is contained in:
renovate[bot] 2024-03-28 16:26:00 +00:00 committed by GitHub
commit 244c15e7d6
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

@ -22,7 +22,7 @@
"react-twitter-embed": "3.0.3", "react-twitter-embed": "3.0.3",
"react-use": "17.5.0", "react-use": "17.5.0",
"scratch-parser": "5.2.1", "scratch-parser": "5.2.1",
"scratch-storage": "2.3.61" "scratch-storage": "2.3.63"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.24.1", "@babel/cli": "7.24.1",
@ -21624,9 +21624,9 @@
} }
}, },
"node_modules/scratch-storage": { "node_modules/scratch-storage": {
"version": "2.3.61", "version": "2.3.63",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.61.tgz", "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.63.tgz",
"integrity": "sha512-c96cvcMAzajIURhzk9NWMkjFcdzyFsfNoVv+UNLn2HzOo/aqyjawt5BmEGV+nLE7OgIshT710FDoUh8tTAMmRg==", "integrity": "sha512-F9J15Ab70Ksh9/wbj9iOfM71leu3WLlfeeniHxFDkiGho3ZhDIj3Ee/8xl2oC5iJw0yaavCScxf2A+OEpz5wYw==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.21.0",
"arraybuffer-loader": "^1.0.3", "arraybuffer-loader": "^1.0.3",

View file

@ -57,7 +57,7 @@
"react-twitter-embed": "3.0.3", "react-twitter-embed": "3.0.3",
"react-use": "17.5.0", "react-use": "17.5.0",
"scratch-parser": "5.2.1", "scratch-parser": "5.2.1",
"scratch-storage": "2.3.61" "scratch-storage": "2.3.63"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.24.1", "@babel/cli": "7.24.1",