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

fix(deps): update dependency scratch-storage to v2.3.9
This commit is contained in:
renovate[bot] 2024-02-26 23:05:21 +00:00 committed by GitHub
commit 5b54e706f6
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.7" "scratch-storage": "2.3.9"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.23.9", "@babel/cli": "7.23.9",
@ -24255,9 +24255,9 @@
} }
}, },
"node_modules/scratch-storage": { "node_modules/scratch-storage": {
"version": "2.3.7", "version": "2.3.9",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.7.tgz", "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.9.tgz",
"integrity": "sha512-5q+7LU0EnvLddnN8WhHqAWnDfkK1gRcLzTK9E4P9nrPH8Ge/n7YzPWprVvsjb7ghAzWh1De4iJZu+fM9VEOpsw==", "integrity": "sha512-gR0RdvJo9iuekLC8aivHofDOcG6kRZFPYcnEcQmwbVL/sNJvZVh5wDvid8nwupaM4acWjv038W/9t4fy5hbtuA==",
"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.7" "scratch-storage": "2.3.9"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.23.9", "@babel/cli": "7.23.9",