From fd57220e43b526abfad9ee586f5ac24085fd7dc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 08:14:32 +0000 Subject: [PATCH] fix(deps): update dependency scratch-blocks to v1.1.169 --- 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 32185f765..990453172 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.167", + "scratch-blocks": "1.1.169", "scratch-l10n": "3.18.206", "scratch-render-fonts": "1.0.67", "scratch-semantic-release-config": "1.0.14", @@ -17865,9 +17865,9 @@ } }, "node_modules/scratch-blocks": { - "version": "1.1.167", - "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.167.tgz", - "integrity": "sha512-/VvrwZudFeq8ptA7R9h+AvUs9PXepaMMGuNhC3OYmAUSUNyo/qBOmY8on5wJLlV27y2lqGworH1UG4Q0LKlCXw==", + "version": "1.1.169", + "resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-1.1.169.tgz", + "integrity": "sha512-OeLTnbMQORdX3lxHNVhfszPgJA1DSW6VLG+JPSbLT+bjYpHZ8dPd5CRFvyRwgSeMxN07sdUZS2MjjKmiSSdvvw==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 573f61359..688b39a34 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.167", + "scratch-blocks": "1.1.169", "scratch-l10n": "3.18.206", "scratch-render-fonts": "1.0.67", "scratch-semantic-release-config": "1.0.14",