From ed60b01a72ac1aa8f13d6592feebe281e9a86693 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:30:50 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.269 --- 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 50ffc763c..6bcdadbcb 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.268" + "scratch-storage": "2.3.269" }, "devDependencies": { "@babel/cli": "7.25.6", @@ -23777,9 +23777,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.268", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.268.tgz", - "integrity": "sha512-DWk7viuHL8hS+1cKwX6DrrjsHdPASwb1aqz9RyQKF9PyTfPt5+jkBuy5hU/ByqANThRr87b4j5pDB0TmdxovIg==", + "version": "2.3.269", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.269.tgz", + "integrity": "sha512-ONiedO1BS/5grDxIw168R4oDH6IBvZ/zNX48Xg7G7XOw1dXQLY5FxYjDByNZbhttIk4bNDym9YDB28b9hi0+jQ==", "license": "BSD-3-Clause", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index c9d5b757c..ab252c5d6 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.268" + "scratch-storage": "2.3.269" }, "devDependencies": { "@babel/cli": "7.25.6",