From 58aed79f3ed4ba9bd960851b288788c004182d64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 07:53:47 +0000 Subject: [PATCH] fix(deps): update dependency scratch-blocks to v1.1.129 --- 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 455339b0e..dc304ff1f 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.128", + "scratch-blocks": "1.1.129", "scratch-l10n": "3.18.158", "scratch-render-fonts": "1.0.53", "scratch-semantic-release-config": "1.0.14", @@ -17854,9 +17854,9 @@ } }, "node_modules/scratch-blocks": { - "version": "1.1.128", - "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.128.tgz", - "integrity": "sha512-1X0coePUlK7Gah5ndoULeRVLR3J6RU9FUP4r8noIwpRTrlmw4+uG5ANWIEZv2cMOe/gmeZyK1ihjyWF0j2OlLw==", + "version": "1.1.129", + "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.129.tgz", + "integrity": "sha512-xz9DNcDR+3qi0xg5GroFAsvNNOuyBIEXmHrmP36VFFqzUcJBbwxVxur5G/7P/fy7qG5bCMtD2JhV87BUZka7zw==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index dfab793a0..ed480f09e 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.128", + "scratch-blocks": "1.1.129", "scratch-l10n": "3.18.158", "scratch-render-fonts": "1.0.53", "scratch-semantic-release-config": "1.0.14",