From e85e0c7057b69ecd8b6e64ef3e1290fa150e6c86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:48:51 +0000 Subject: [PATCH] fix(deps): update dependency scratch-blocks to v1.1.157 --- 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 c47bf1885..5303ddf8b 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.156", + "scratch-blocks": "1.1.157", "scratch-l10n": "3.18.194", "scratch-render-fonts": "1.0.62", "scratch-semantic-release-config": "1.0.14", @@ -17865,9 +17865,9 @@ } }, "node_modules/scratch-blocks": { - "version": "1.1.156", - "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.156.tgz", - "integrity": "sha512-dyat1U4hVT+KkWqVKg2pfnSRvx0Rb63eRr/u/z3LqLF176+85zGaxUD1rCztSjq6TIYoPnCGHBpR88btICLgbQ==", + "version": "1.1.157", + "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.157.tgz", + "integrity": "sha512-jUQBA6kUe2jSELRHhnIlRnRmxUOl1fymOKOn1L4tFmm40aVOMyVIAvTLPVTru1LhzbyirL5MkBgE8FwjFqw3ag==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index a295098da..304f14a72 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.156", + "scratch-blocks": "1.1.157", "scratch-l10n": "3.18.194", "scratch-render-fonts": "1.0.62", "scratch-semantic-release-config": "1.0.14",