From 7293e21664722f194604ab0ce14152fe86c2ecf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 08:06:25 +0000 Subject: [PATCH] fix(deps): update dependency scratch-blocks to v1.1.158 --- 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 efdaaef52..dc8162695 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.157", + "scratch-blocks": "1.1.158", "scratch-l10n": "3.18.195", "scratch-render-fonts": "1.0.63", "scratch-semantic-release-config": "1.0.14", @@ -17865,9 +17865,9 @@ } }, "node_modules/scratch-blocks": { - "version": "1.1.157", - "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.157.tgz", - "integrity": "sha512-jUQBA6kUe2jSELRHhnIlRnRmxUOl1fymOKOn1L4tFmm40aVOMyVIAvTLPVTru1LhzbyirL5MkBgE8FwjFqw3ag==", + "version": "1.1.158", + "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.158.tgz", + "integrity": "sha512-yVg9VPYn2mMX/gc1pl8/3jtTqi/mZTGwezdcTrS6V2wCSl8v54gISuJJ0bp299T0FFv75R8j1dlgtWO5gYyy+g==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index e635e09a7..31af5ea38 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.157", + "scratch-blocks": "1.1.158", "scratch-l10n": "3.18.195", "scratch-render-fonts": "1.0.63", "scratch-semantic-release-config": "1.0.14",