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

fix(deps): update dependency scratch-storage to v2.3.5
This commit is contained in:
renovate[bot] 2024-02-23 13:13:57 +00:00 committed by GitHub
commit c45a29bf8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 32 deletions

58
package-lock.json generated
View file

@ -57,7 +57,7 @@
"scratch-render": "1.0.13",
"scratch-render-fonts": "1.0.6",
"scratch-semantic-release-config": "1.0.13",
"scratch-storage": "2.3.1",
"scratch-storage": "2.3.5",
"scratch-svg-renderer": "0.2.0-prerelease.20210727023023",
"script-loader": "0.7.2",
"semantic-release": "19.0.5",
@ -17614,33 +17614,21 @@
}
},
"node_modules/scratch-storage": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.1.tgz",
"integrity": "sha512-kBxJLFGQsimP35YHig+8op5V9+FLfO7mXbhSLj4712dyHTXvyMKYY8GAf7KT283kQrUpDApehJU4Jx5PXSjLXQ==",
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.5.tgz",
"integrity": "sha512-NNyVh7xWgdOizbWBDDPjVzr2/uuSk9vzEZvGEHNots1OCGwJFM3YXnO231oUX16QCaD8Yd6E45xsz9S6bVeKXg==",
"dev": true,
"dependencies": {
"@babel/runtime": "7.21.0",
"@babel/runtime": "^7.21.0",
"arraybuffer-loader": "^1.0.3",
"base64-js": "1.3.0",
"cross-fetch": "3.1.5",
"base64-js": "^1.3.0",
"cross-fetch": "^3.1.5",
"fastestsmallesttextencoderdecoder": "^1.0.7",
"js-md5": "0.7.3",
"minilog": "3.1.0",
"js-md5": "^0.7.3",
"minilog": "^3.1.0",
"worker-loader": "^2.0.0"
}
},
"node_modules/scratch-storage/node_modules/@babel/runtime": {
"version": "7.21.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz",
"integrity": "sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==",
"dev": true,
"dependencies": {
"regenerator-runtime": "^0.13.11"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/scratch-storage/node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
@ -17667,10 +17655,24 @@
}
},
"node_modules/scratch-storage/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
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/scratch-storage/node_modules/json-schema-traverse": {
"version": "0.4.1",
@ -17678,12 +17680,6 @@
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
"dev": true
},
"node_modules/scratch-storage/node_modules/regenerator-runtime": {
"version": "0.13.11",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
"dev": true
},
"node_modules/scratch-storage/node_modules/schema-utils": {
"version": "0.4.7",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz",

View file

@ -92,7 +92,7 @@
"scratch-render": "1.0.13",
"scratch-render-fonts": "1.0.6",
"scratch-semantic-release-config": "1.0.13",
"scratch-storage": "2.3.1",
"scratch-storage": "2.3.5",
"scratch-svg-renderer": "0.2.0-prerelease.20210727023023",
"script-loader": "0.7.2",
"semantic-release": "19.0.5",