From a8c3df3cb8f600274d40f70c82a4e2257cfb0882 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:43:26 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v4.0.158 --- 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 71a0e7051..6aa0862e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "playwright-chromium": "1.52.0", "scratch-render-fonts": "1.0.200", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.0.156", + "scratch-storage": "4.0.158", "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.156", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.156.tgz", - "integrity": "sha512-BkiAw5zMSwC3haWfIyrt6jWgtJ0Ho7iuO4eazvclW6wabUL0JFqji0lWUUHoJU9EqdgADMGsAerQyjss4QJBOQ==", + "version": "4.0.158", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.158.tgz", + "integrity": "sha512-Gt/knHXUv2JrBKEXNkIIIdf8HuF3mcyQUSM3YHrNSzmTbaM5qD99CZ2NcLt5tdKh5O1PBZo0n5rLXlHMd2QPyg==", "dev": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index a3033d9f4..404c37e95 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "playwright-chromium": "1.52.0", "scratch-render-fonts": "1.0.200", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.0.156", + "scratch-storage": "4.0.158", "scratch-vm": "5.0.300", "scratch-webpack-configuration": "3.0.0", "semantic-release": "19.0.5",