From a768ad38faced39fd8e05b0fbb55df47c3ea2573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 12:38:29 +0000 Subject: [PATCH] fix(deps): update dependency scratch-blocks to v1.1.151 --- 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 afc1fc760..701283321 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.149", + "scratch-blocks": "1.1.151", "scratch-l10n": "3.18.185", "scratch-render-fonts": "1.0.59", "scratch-semantic-release-config": "1.0.14", @@ -17865,9 +17865,9 @@ } }, "node_modules/scratch-blocks": { - "version": "1.1.149", - "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.149.tgz", - "integrity": "sha512-6u3U9m3v54JM305qzLCduC1mQJXvPciFo6+sS8B7zMG6YE5ihIwyqlkD5gTAll5MwBKYKwYFmpcTFpPZ8ZEeow==", + "version": "1.1.151", + "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.151.tgz", + "integrity": "sha512-DP+3vVTwocbF8S/bmR5PfqsPKSNWU/SCmkkwEOtFL5CdgQyDp/oeBNTlUuqcZbIoP5n+ay31hLZCvyThBFLKTg==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 7d2ebe054..cd12c99bf 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.149", + "scratch-blocks": "1.1.151", "scratch-l10n": "3.18.185", "scratch-render-fonts": "1.0.59", "scratch-semantic-release-config": "1.0.14",