From 0420e0c62794ecf3ced8a8f72d4637a17c4ef204 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 10:12:03 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v4.1.21 --- 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 531df1569..9e7805fe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "playwright-chromium": "1.56.1", "scratch-render-fonts": "1.0.244", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.1.19", + "scratch-storage": "4.1.21", "scratch-vm": "5.0.300", "scratch-webpack-configuration": "3.1.0", "semantic-release": "19.0.5", @@ -20628,9 +20628,9 @@ } }, "node_modules/scratch-storage": { - "version": "4.1.19", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.1.19.tgz", - "integrity": "sha512-0ZKaYYIR9YGIZaSKirdaUBl0NpQpIA07QA6Dm9N70BROsPhHNIiz2fjkOyyvkpoioGIY6KbKyK3BgRWz4eGplA==", + "version": "4.1.21", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.1.21.tgz", + "integrity": "sha512-NNlunaTEBbm2Sosy4CF2i1Kp014WkI1SIGWr8GjMlQXdfjfo5s12HfrzG0/+ijoCCLWH1yhZYp0lnZBu2yuvDg==", "dev": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index 1a5661da7..daf2ff71e 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "playwright-chromium": "1.56.1", "scratch-render-fonts": "1.0.244", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.1.19", + "scratch-storage": "4.1.21", "scratch-vm": "5.0.300", "scratch-webpack-configuration": "3.1.0", "semantic-release": "19.0.5",