From e6697ef9aedc7d1a2d749f6a087e908886da7260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 12:47:48 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v4.0.170 --- 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 03c689abc..c1e650d70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "playwright-chromium": "1.53.0", "scratch-render-fonts": "1.0.205", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.0.169", + "scratch-storage": "4.0.170", "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.169", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.169.tgz", - "integrity": "sha512-fogdczkILYVyHY+CI1gXYiCl3rRaUlg05RqnEd6Lw8xFnF+9u6+rmZjFlv9dlKSninyxyZU6d96ltQT8vW0Ixg==", + "version": "4.0.170", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.170.tgz", + "integrity": "sha512-y5EyZEDoV0cZ/UV8/oG6hA8yTpNlazTYgDpGbei/9zY2QmaJTnnnwhb2qTf+FplbCZDWW2L6rRHfhyjly6OFRw==", "dev": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index f4010f072..16322f665 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "playwright-chromium": "1.53.0", "scratch-render-fonts": "1.0.205", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.0.169", + "scratch-storage": "4.0.170", "scratch-vm": "5.0.300", "scratch-webpack-configuration": "3.0.0", "semantic-release": "19.0.5",