From c6975fde76808409981c7d5ac02ec9ab1edc58c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:09:12 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.282 --- 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 60a3f5331..75c4c78d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.5.1", "scratch-parser": "5.2.1", - "scratch-storage": "2.3.281" + "scratch-storage": "2.3.282" }, "devDependencies": { "@babel/cli": "7.25.7", @@ -24070,9 +24070,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.281", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.281.tgz", - "integrity": "sha512-7jwT7VSeBfsP0T0ZOqCZAfs1AqEBegk2fxKqlLaFq/LcvHtlr/qSod2PZInGv4ZJCcIgLVASdmlBAElmvHzNsw==", + "version": "2.3.282", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.282.tgz", + "integrity": "sha512-bwiOD6MNYaQnl6dJN8+UFKcVK1qEx/f1w2TnSxuj+lrHjnILTj0CXvbxtUlA7EuWokh09rL20MbT5FsplDoZUA==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index ceb51a831..45080e0d1 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-twitter-embed": "3.0.3", "react-use": "17.5.1", "scratch-parser": "5.2.1", - "scratch-storage": "2.3.281" + "scratch-storage": "2.3.282" }, "devDependencies": { "@babel/cli": "7.25.7",