From 104c94da4954f36a476e9079aa34eb98ed4f3a2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:48:24 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.175 --- 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 3ec278888..b4731e102 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.173" + "scratch-storage": "2.3.175" }, "devDependencies": { "@babel/cli": "7.24.7", @@ -23308,9 +23308,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.173", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.173.tgz", - "integrity": "sha512-jqBcI/x2eM8Ro4ZUt4YsrnNhVahAVPJH6DCvHSwVzouXfF0ZhbH05m/wD6WJ25Ztc0xQT9QhgvzHGg58ybruvQ==", + "version": "2.3.175", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.175.tgz", + "integrity": "sha512-12wjkoTK0GxBey0qLZ6/ZB/5kwq2rmw/Mw6W4tHHf6yUPo/y3GCiz4SiFEP+DxpfV4oEHloQT1kfnJMEymaLzw==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index 78414a1dc..b73fe466c 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.173" + "scratch-storage": "2.3.175" }, "devDependencies": { "@babel/cli": "7.24.7",