From 1f30354fce262729301e2b6d84701496a188b566 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 08:07:32 +0000 Subject: [PATCH] fix(deps): update dependency scratch-blocks to v1.1.156 --- 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 bbd14f333..ea5819b4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "jsdoc": "3.6.11", "json": "^9.0.4", "pngjs": "3.4.0", - "scratch-blocks": "1.1.155", + "scratch-blocks": "1.1.156", "scratch-l10n": "3.18.191", "scratch-render-fonts": "1.0.62", "scratch-semantic-release-config": "1.0.14", @@ -17865,9 +17865,9 @@ } }, "node_modules/scratch-blocks": { - "version": "1.1.155", - "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.155.tgz", - "integrity": "sha512-TinSYbQ47PeTGCwIVdc3FB7GjvgfEDxKEmC6j4lWtvvS51rgTB+KViHhStM8/GChk3SrHu8dlKlE97VYjV0g4Q==", + "version": "1.1.156", + "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.156.tgz", + "integrity": "sha512-dyat1U4hVT+KkWqVKg2pfnSRvx0Rb63eRr/u/z3LqLF176+85zGaxUD1rCztSjq6TIYoPnCGHBpR88btICLgbQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ad1a96e5b..6fb63fc29 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "jsdoc": "3.6.11", "json": "^9.0.4", "pngjs": "3.4.0", - "scratch-blocks": "1.1.155", + "scratch-blocks": "1.1.156", "scratch-l10n": "3.18.191", "scratch-render-fonts": "1.0.62", "scratch-semantic-release-config": "1.0.14",