From 3cba52c5f4503243ffea2e7eb879c1abf3b8a6e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 14:08:49 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.75 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f5d7c1cf..7c006abc8 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.73" + "scratch-storage": "2.3.75" }, "devDependencies": { "@babel/cli": "7.24.1", @@ -21617,9 +21617,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.73", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.73.tgz", - "integrity": "sha512-ZWQ+kmtZRWyZpka2A7p9GTHWL48TlMgEyczn6+xdByli+9yI2a9VjgSgpR+Lyuu+ffkie8ekvL4GGsm/av1O5w==", + "version": "2.3.75", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.75.tgz", + "integrity": "sha512-wO/x5yZhw0lxbQTIcLiJfILrlvnLJ7mFdVJ5ZXxrRFTLVWsiJJnXt+TwMbhGtWTu6tYnwhuqTxbuKSCLJa+PTA==", "dependencies": { "@babel/runtime": "^7.21.0", "arraybuffer-loader": "^1.0.3", diff --git a/package.json b/package.json index 3ab440adf..4f61aeb4a 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.73" + "scratch-storage": "2.3.75" }, "devDependencies": { "@babel/cli": "7.24.1",