From f5d0da45a7c03d438f86a46b9536795840c5f6be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:06:31 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.231 --- 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 45dea3c17..e24a794ed 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.230" + "scratch-storage": "2.3.231" }, "devDependencies": { "@babel/cli": "7.24.8", @@ -22931,9 +22931,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.230", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.230.tgz", - "integrity": "sha512-0vtHh4+4S2zZYKJK0xIQ1KWv74F7hUtmHbr4S8JiRcyf07y0ahJQRtFiK5hJXYH5WJQ547RqcPLHiWq78R/pgw==", + "version": "2.3.231", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.231.tgz", + "integrity": "sha512-zS1dLQYgE6DIK2tK3gwQ3ArZm9apm9mpOWSnAVV9NNm49ny4tw2TGPZCVAs9EyJ+5TcCWoXC03gSnZ3rE7DcnQ==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 74180c701..ae508f4a8 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.230" + "scratch-storage": "2.3.231" }, "devDependencies": { "@babel/cli": "7.24.8",