From 92693b2c7820a2f99a5231011c147a98beddb234 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:11:28 +0000 Subject: [PATCH] fix(deps): update dependency scratch-storage to v2.3.276 --- 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 f164f2dcb..6288fa5be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "playwright-chromium": "1.47.2", "scratch-render-fonts": "1.0.111", "scratch-semantic-release-config": "1.0.16", - "scratch-storage": "2.3.275", + "scratch-storage": "2.3.276", "scratch-vm": "4.8.27", "scratch-webpack-configuration": "1.6.0", "semantic-release": "19.0.5", @@ -22421,9 +22421,9 @@ } }, "node_modules/scratch-storage": { - "version": "2.3.275", - "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.275.tgz", - "integrity": "sha512-FAVMfjzNOLXJxazeJTKRJzny3JTnp8zAjIehVtL9IjWl9AGH/RYS/xS/R0Tv95XW7Mpf01WfD9LErRfTNgBENQ==", + "version": "2.3.276", + "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-2.3.276.tgz", + "integrity": "sha512-VPRnpLQH8P70APnsP9sfqYC3xt9Gxfa+ZJse5MPqLr0VpCfDHHne6Tgg+3+n8ssuk3XvAStjNGnemTYfy15iJw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index dfb3020bf..5a947aad9 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "playwright-chromium": "1.47.2", "scratch-render-fonts": "1.0.111", "scratch-semantic-release-config": "1.0.16", - "scratch-storage": "2.3.275", + "scratch-storage": "2.3.276", "scratch-vm": "4.8.27", "scratch-webpack-configuration": "1.6.0", "semantic-release": "19.0.5",