diff --git a/package-lock.json b/package-lock.json index 19aabfb3d..e817cced4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.5.0", "scratch-parser": "5.2.1", - "scratch-storage": "2.3.2" + "scratch-storage": "2.3.4" }, "devDependencies": { "@babel/cli": "7.23.9", @@ -23856,9 +23856,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.2.tgz", - "integrity": "sha512-uNWRBXxUrUhsWoYbPUDvMVBp5obPwxdVLnXSJmHZqiZXXGA3gF+2Hw7OZS1hb2A9HzeleVtsmxd9TvEpDeAu/g==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.4.tgz", + "integrity": "sha512-qwhenF7TZzQIRrwT4CClDocH6bmTJyGhtRZ3pqh8N6DruVMh9khOSN+IutxeCu1vYyoFlWr0QzIJ59w+JIad6g==", "dependencies": { "@babel/runtime": "^7.21.0", "arraybuffer-loader": "^1.0.3", diff --git a/package.json b/package.json index d464e2edf..d766919a2 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.5.0", "scratch-parser": "5.2.1", - "scratch-storage": "2.3.2" + "scratch-storage": "2.3.4" }, "devDependencies": { "@babel/cli": "7.23.9",