From 101fca3c0c9b25f74533c77a2791d3d04d4c87d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:53:00 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v4.0.213 --- 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 fd1ce1a58..2f4e8f223 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "playwright-chromium": "1.54.2", "scratch-render-fonts": "1.0.222", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.0.211", + "scratch-storage": "4.0.213", "scratch-vm": "5.0.300", "scratch-webpack-configuration": "3.0.0", "semantic-release": "19.0.5", @@ -20517,9 +20517,9 @@ } }, "node_modules/scratch-storage": { - "version": "4.0.211", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.211.tgz", - "integrity": "sha512-ZRCHBRHXvndc7UyywsZocBiWEypDL5XUJw2VyS1Wmyje9SBvuo9XNlmMYKyjkXL9ctRz7PQHsx8Lm9CGUos60A==", + "version": "4.0.213", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.213.tgz", + "integrity": "sha512-SNlUp+opyxDslS/B9uYvc8hkibG2E4B63t3x0IjshJKNSupA/+2gDFYCKrqoR86t/UVVZ9NN++su942cuThTFg==", "dev": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index e4c55d5fc..9e76dd479 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "playwright-chromium": "1.54.2", "scratch-render-fonts": "1.0.222", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.0.211", + "scratch-storage": "4.0.213", "scratch-vm": "5.0.300", "scratch-webpack-configuration": "3.0.0", "semantic-release": "19.0.5",