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

fix(deps): update dependency scratch-storage to v2.3.115
This commit is contained in:
renovate[bot] 2024-05-17 21:56:45 +00:00 committed by GitHub
commit b01b6ef5c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View file

@ -22,7 +22,7 @@
"react-twitter-embed": "3.0.3",
"react-use": "17.5.0",
"scratch-parser": "5.2.1",
"scratch-storage": "2.3.114"
"scratch-storage": "2.3.115"
},
"devDependencies": {
"@babel/cli": "7.24.5",
@ -21409,9 +21409,10 @@
}
},
"node_modules/scratch-storage": {
"version": "2.3.114",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.114.tgz",
"integrity": "sha512-sZ66sRY4p+deDf85XHQ4W5igv+UKgQDvBFHETCDeDkneNXLgSlXfi/KlZY+uSh7njVwhb3chWqZeN8jM5eLlBQ==",
"version": "2.3.115",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.115.tgz",
"integrity": "sha512-nUWq5JoO+4xuffmWhE9x9KTd3at8lChMiRbANN1WL8sKP6f4OzZmAADXnvjSJPvQUdxXEfek8W7G7G03zT8pKA==",
"license": "BSD-3-Clause",
"dependencies": {
"@babel/runtime": "^7.21.0",
"arraybuffer-loader": "^1.0.3",
@ -21426,12 +21427,14 @@
"node_modules/scratch-storage/node_modules/microee": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/microee/-/microee-0.0.6.tgz",
"integrity": "sha512-/LdL3jiBWDJ3oQIRLgRhfeCZNE3patM1LiwCC124+/HHn10sI/G2OAyiMfTNzH5oYWoZBk0tRZADAUOv+0Wt0A=="
"integrity": "sha512-/LdL3jiBWDJ3oQIRLgRhfeCZNE3patM1LiwCC124+/HHn10sI/G2OAyiMfTNzH5oYWoZBk0tRZADAUOv+0Wt0A==",
"license": "BSD"
},
"node_modules/scratch-storage/node_modules/minilog": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/minilog/-/minilog-3.1.0.tgz",
"integrity": "sha512-Xfm4jWjWzSAduvEWtuZX/8TMkxfJlCfH7XvikCZe3ptojYTBq1eoEs3rh9/3LNLOckUP86m+8l8+Iw5NU/pBww==",
"license": "MIT",
"dependencies": {
"microee": "0.0.6"
}

View file

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