From 7325ac9adfd69ce7729dff840aff8a662c66fd7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 07:52:56 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v4.0.184 --- 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 0faae0c7..913c3a5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "playwright-chromium": "1.53.2", "scratch-render-fonts": "1.0.212", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.0.183", + "scratch-storage": "4.0.184", "scratch-vm": "5.0.300", "scratch-webpack-configuration": "3.0.0", "semantic-release": "19.0.5", @@ -20443,9 +20443,9 @@ } }, "node_modules/scratch-storage": { - "version": "4.0.183", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.183.tgz", - "integrity": "sha512-q8m7+CMX1m9PmfGao2aGvQhePUnl6AeizExn/W0Vb7+MuMR5CX4NwCv9DokJECesZnqkoNoZVdFD6hklqkLRkA==", + "version": "4.0.184", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-4.0.184.tgz", + "integrity": "sha512-V+KVR4mz6b3Y38yIuHFiyPzr+wt6QhEQOdv7CBF/lbeN/Nywqo5tPJgjTnyYXFfmREJYSZMaPwU/lff8pdnbew==", "dev": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index 68c8335a..c4cdbe4a 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "playwright-chromium": "1.53.2", "scratch-render-fonts": "1.0.212", "scratch-semantic-release-config": "3.0.0", - "scratch-storage": "4.0.183", + "scratch-storage": "4.0.184", "scratch-vm": "5.0.300", "scratch-webpack-configuration": "3.0.0", "semantic-release": "19.0.5",