From 5325ffb2181b876ab0a70d5c486b8006d9467378 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:03:17 +0000 Subject: [PATCH] fix(deps): update dependency scratch-blocks to v1.1.76 --- 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 214a5ae2d..57287f053 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.75", + "scratch-blocks": "1.1.76", "scratch-l10n": "3.18.94", "scratch-render-fonts": "1.0.31", "scratch-semantic-release-config": "1.0.14", @@ -17750,9 +17750,9 @@ } }, "node_modules/scratch-blocks": { - "version": "1.1.75", - "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.75.tgz", - "integrity": "sha512-WF8vWmCoxv+xR0JnyoTmw3q7NYMKUm/hKmb3dtNd440A60H4KbyeB0aqG8sa0w5TryCc4IryyZ4NH7i96Pkn8Q==", + "version": "1.1.76", + "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.76.tgz", + "integrity": "sha512-PKrYHR9ICanoQ5C/UYh6gKvuDmz7E2hSlhAJb9PIUV4L/13/uf7vkrSYg2ryeoC6vJ2qaIDtA/6oYP6xiXpwlQ==", "dev": true, "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index c425bf5e1..f18ef080b 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.75", + "scratch-blocks": "1.1.76", "scratch-l10n": "3.18.94", "scratch-render-fonts": "1.0.31", "scratch-semantic-release-config": "1.0.14",