From 5eb7fb7513f4a800d475ac29653e56291cf71dc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:08:47 +0000 Subject: [PATCH] fix(deps): update dependency scratch-blocks to v1.1.196 --- 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 65498c2c2..6a615eb9b 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.195", + "scratch-blocks": "1.1.196", "scratch-l10n": "3.18.232", "scratch-render-fonts": "1.0.77", "scratch-semantic-release-config": "1.0.14", @@ -19098,9 +19098,9 @@ } }, "node_modules/scratch-blocks": { - "version": "1.1.195", - "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.195.tgz", - "integrity": "sha512-W/KTnThIZ6VPfAGDEgf3tsvvRH5p3sUMmD7PJrxmK4Jek/KZbUAusMiYLTbCt4xCdDjI4GN9sXTR5S5hEk1Z4w==", + "version": "1.1.196", + "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.196.tgz", + "integrity": "sha512-9j1NGLo1xRp+O6Ir/asuA9YITHv0fjwPTKxrINCKono2P7GVXOF4T9F613GVLDIakNCI9SGfA8b0kJWSyhgJuQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index a2a19b9fd..b084e3c95 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.195", + "scratch-blocks": "1.1.196", "scratch-l10n": "3.18.232", "scratch-render-fonts": "1.0.77", "scratch-semantic-release-config": "1.0.14",