From 0441c927215861dea3e8e94a67aa2fb4ad808a68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:09:18 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.283 --- 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 877f4a749..e0fa33f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "playwright-chromium": "1.48.1", "scratch-render-fonts": "1.0.114", "scratch-semantic-release-config": "1.0.16", - "scratch-storage": "2.3.282", + "scratch-storage": "2.3.283", "scratch-vm": "4.8.39", "scratch-webpack-configuration": "1.6.0", "semantic-release": "19.0.5", @@ -22190,9 +22190,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.282", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.282.tgz", - "integrity": "sha512-bwiOD6MNYaQnl6dJN8+UFKcVK1qEx/f1w2TnSxuj+lrHjnILTj0CXvbxtUlA7EuWokh09rL20MbT5FsplDoZUA==", + "version": "2.3.283", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.283.tgz", + "integrity": "sha512-bZF+ix+UR5qy6/dkvF3iAySHY3lHH5N4QxqTyHd/CJ/JIQLvWkrW7TLrvBioeL4Tj4bWD2RYNHaCCdRZRb7mYQ==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index 6ab9ad1a7..557795b93 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "playwright-chromium": "1.48.1", "scratch-render-fonts": "1.0.114", "scratch-semantic-release-config": "1.0.16", - "scratch-storage": "2.3.282", + "scratch-storage": "2.3.283", "scratch-vm": "4.8.39", "scratch-webpack-configuration": "1.6.0", "semantic-release": "19.0.5",