From 3c213544049fc8ce47cbe4e661f60f0e84146b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 09:24:41 +0000 Subject: [PATCH] Bump blockly in /Tooling in the tooling-dependencies group Bumps the tooling-dependencies group in /Tooling with 1 update: [blockly](https://github.com/RaspberryPiFoundation/blockly). Updates `blockly` from 13.2.1 to 13.3.0 - [Release notes](https://github.com/RaspberryPiFoundation/blockly/releases) - [Changelog](https://github.com/RaspberryPiFoundation/blockly/blob/main/CHANGELOG.md) - [Commits](https://github.com/RaspberryPiFoundation/blockly/compare/blockly-v13.2.1...blockly-v13.3.0) --- updated-dependencies: - dependency-name: blockly dependency-version: 13.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tooling-dependencies ... Signed-off-by: dependabot[bot] --- Tooling/package-lock.json | 8 ++++---- Tooling/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tooling/package-lock.json b/Tooling/package-lock.json index 3c7df28f..c588dd13 100644 --- a/Tooling/package-lock.json +++ b/Tooling/package-lock.json @@ -8,7 +8,7 @@ "name": "ser-tooling", "version": "1.0.0", "dependencies": { - "blockly": "13.2.1" + "blockly": "13.3.0" } }, "node_modules/@acemir/cssom": { @@ -232,9 +232,9 @@ } }, "node_modules/blockly": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/blockly/-/blockly-13.2.1.tgz", - "integrity": "sha512-iOa37H0ks5Zup2G1zZyviLX9E5WzWh3h0Zs8Nta2cPKmnAGHjZ6wrp3VqLTaquTJReJKPwaJZ39K7AD24rT4lg==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/blockly/-/blockly-13.3.0.tgz", + "integrity": "sha512-qAHFGMGTSF67Lupr3pjZz9LQu4JCFdN76CMZxegBKiveZreK08yXhaCz0g9q9/xe5GEdoeFT3POAlQavPIRPEw==", "license": "Apache-2.0", "engines": { "node": ">=22" diff --git a/Tooling/package.json b/Tooling/package.json index c5a23de6..eccb5f66 100644 --- a/Tooling/package.json +++ b/Tooling/package.json @@ -11,6 +11,6 @@ "verify": "npm run build && npm run check && npm test" }, "dependencies": { - "blockly": "13.2.1" + "blockly": "13.3.0" } }