From 2b707233ae57d61a9fb50cb07ee7e3e18533537d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 05:29:34 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v4.0.155 --- 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 39ec9af8c..886385a65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "playwright-chromium": "1.52.0", "scratch-render-fonts": "1.0.199", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.0.154", + "scratch-storage": "4.0.155", "scratch-vm": "5.0.300", "scratch-webpack-configuration": "3.0.0", "semantic-release": "19.0.5", @@ -20469,9 +20469,9 @@ } }, "node_modules/scratch-storage": { - "version": "4.0.154", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.154.tgz", - "integrity": "sha512-ofhdp12Qm5uuLLQue66NCGEYoDaJVlD46Rb8Dr0iVjXcs73YiLDK0Q3SZx4DgrUUUIBpf96h/N1fCCgmARSU6A==", + "version": "4.0.155", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.155.tgz", + "integrity": "sha512-sEkOflVZ8CBbM/p+EsvMVTX/7AxkJTeIGtAju51Qs8v6aEW4j2nIPvmsVUVB/TZZvQK33Bt+zkw83BrGBjuh3A==", "dev": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index 901fded3d..9923fa16c 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "playwright-chromium": "1.52.0", "scratch-render-fonts": "1.0.199", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.0.154", + "scratch-storage": "4.0.155", "scratch-vm": "5.0.300", "scratch-webpack-configuration": "3.0.0", "semantic-release": "19.0.5",