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

feat(deps): update dependency scratch-storage to v2.3.1
This commit is contained in:
renovate[bot] 2023-10-13 18:20:32 +00:00 committed by GitHub
commit 76d45a6f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 5 deletions

30
package-lock.json generated
View file

@ -21,7 +21,7 @@
"react-twitter-embed": "^3.0.3",
"react-use": "^17.3.1",
"scratch-parser": "5.1.1",
"scratch-storage": "2.2.1"
"scratch-storage": "2.3.1"
},
"devDependencies": {
"@formatjs/intl-datetimeformat": "6.4.3",
@ -23490,6 +23490,12 @@
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
}
},
"node_modules/scratch-gui/node_modules/base64-js": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz",
"integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==",
"dev": true
},
"node_modules/scratch-gui/node_modules/chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
@ -23783,6 +23789,22 @@
"integrity": "sha512-DTt3GhOUDKhh4ONwIJW4lmhyotQmV2LjNlGK/J2hkwUcqcbKkCLAdJPtxQnxnlc7SR3f1CEXCyMmc7WLUsWbNA==",
"dev": true
},
"node_modules/scratch-gui/node_modules/scratch-storage": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.2.1.tgz",
"integrity": "sha512-qogGcWBXqKUHgfvSgyUkos4fuj7z+SDDHBVlT3NNC4gtZgw4dq+USwHjKXCwtRs6BN/joI7+LafFJtSLii6G/w==",
"dev": true,
"dependencies": {
"@babel/runtime": "7.21.0",
"arraybuffer-loader": "^1.0.3",
"base64-js": "1.3.0",
"cross-fetch": "3.1.5",
"fastestsmallesttextencoderdecoder": "^1.0.7",
"js-md5": "0.7.3",
"minilog": "3.1.0",
"worker-loader": "^2.0.0"
}
},
"node_modules/scratch-gui/node_modules/source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@ -23968,9 +23990,9 @@
}
},
"node_modules/scratch-storage": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.2.1.tgz",
"integrity": "sha512-qogGcWBXqKUHgfvSgyUkos4fuj7z+SDDHBVlT3NNC4gtZgw4dq+USwHjKXCwtRs6BN/joI7+LafFJtSLii6G/w==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.1.tgz",
"integrity": "sha512-kBxJLFGQsimP35YHig+8op5V9+FLfO7mXbhSLj4712dyHTXvyMKYY8GAf7KT283kQrUpDApehJU4Jx5PXSjLXQ==",
"dependencies": {
"@babel/runtime": "7.21.0",
"arraybuffer-loader": "^1.0.3",

View file

@ -56,7 +56,7 @@
"react-twitter-embed": "^3.0.3",
"react-use": "^17.3.1",
"scratch-parser": "5.1.1",
"scratch-storage": "2.2.1"
"scratch-storage": "2.3.1"
},
"devDependencies": {
"@formatjs/intl-datetimeformat": "6.4.3",