From e15553290a47beb95ee6b4f8ece9d8407d0cbd8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 05:36:42 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.117 --- 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 13be5cb07..60c5cc391 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.116" + "scratch-storage": "2.3.117" }, "devDependencies": { "@babel/cli": "7.24.5", @@ -21409,9 +21409,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.116", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.116.tgz", - "integrity": "sha512-frVXNOjokJQS8NCcTbyIM5mLYPkXV8HSeqyy/XOmzhQqXdRS+x35WDZ6fwNy73Y0YA00DtNCoYtbPRq7FaaFJQ==", + "version": "2.3.117", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.117.tgz", + "integrity": "sha512-JKvm2tlIhSs/s53dCDVYYsdM326XRoixkkwAmjODuCXO+lC3gLR6leaQoSpHfEcEfpXaahSBUZj4jZLDdBA45w==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 2e80b031f..7415b2ec8 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.116" + "scratch-storage": "2.3.117" }, "devDependencies": { "@babel/cli": "7.24.5",